Ask questions and see you at June, 1st, 2020, 8.PM. CET: https://airhacks.tv
Also checkout recent episode:
Please keep the questions Jakarta EE-stic. Means: as short and as concise as only possible. Feel free to ask several, shorter questions.
Ask questions and see you at June, 1st, 2020, 8.PM. CET: https://airhacks.tv
Also checkout recent episode:
Please keep the questions Jakarta EE-stic. Means: as short and as concise as only possible. Feel free to ask several, shorter questions.
Hi Adam,
me again but this time not Jakarta EE-stic related: what "configuration" (softwares and all) do you use for making your video? I'm planning to make a "Quarkus in real life projects" tutorial for Udemy and Pluralsight and I have always liked how your head is "integrated" in your videos.
Regards, Daniel
Hi Adam,
I'm totally agreed with you regarding use the platform first for both Backend and Frontend, ThinWARs and almost no dependencies.
There is a plan to migrate our enterprise product from (Spring & AngularJS) to (JakartaEE/MicroProfile & Web Components).
My question is: if there is MDN as a comprehensive documentation for Web development; Is there such documentation for Java EE/Jakarta EE?
Opinion about mapping Java Records to JSON and naming conventions: (youtube comment) https://youtu.be/q5ELQJ_3FB0
NetBeans in 2020
Increasing Code Coverage comment: "https://youtu.be/B88kyMJAO6M"
Whats the point of Java Records?
"Is it possible to use same MP-JWT auth code with microprofile-config .properties configuration to run it on different servers like wildfly, quarkus, open liberty and thorntail. I mean if we just want to make the code base same, but at the same time running it on different application servers. Would all the servers take up microprofile-config .properties configuration?" from: https://youtu.be/twXqCoYQ16c
"Adam, you know, when you wrote your books, for me, personally you were a kind of guru. You highlighted some solutions, patterns, considered bad and good practices. Really it was great. Now you just present how to use simplest tools/frameworks. It is a level for absolute beginners. Just google it, spend half a minute and implement it. Probably you need viewers and likes. With beginners it is easier to get it. But you lost your originals.": https://youtu.be/0uOmZ2FTPaA
JSON-B vs. GSON
"Hi Adam Bien, I'm big fan of your videos and suggestions which is really nice to hear it. I have a big problem to choose correct framework for JAVA. I have students which have course Programming in Java and not sure what to learn because I demonstrate only Spring Boot MVC + Mustache. But a lot of opinions online that Spring boot and Server rendered templates is not a good idea in this age are slow :) Any suggestions which stack to use to create full stack simple web application? Because a lot of frameworks in Java world: like Microprofile, Quarkus ect?" : https://youtu.be/OWOcY8C-OTE
Came here thinking that this would be a very beginner type tutorial, but realised that it is still fairly advanced (by my standards). Would it be possible for you to do an absolute 101 level tutorial on how to setup Visual Studio Code with the right extensions and configuration for EE or MP development ? How to setup the overall development environment ? Is it realistic to get started on learning MP for someone who is not very familiar with EE, but with just core Java ? If time and your inclination permits, would be very delighted and thankful for any pointers or such video tutorials that you might have already recorded: https://youtu.be/I5feCqImyhI
Path.of over Paths.get: https://adambien.blog/roller/abien/entry/how_to_read_a_file
Recent thoughts about the importance of APIs
Hello,
Hi Adam,
My name is Jose M. and I am posting from the 17. Bundesland ;) I've followed you from many years and I'd like to congratulate on your great work you are doing. I learn a lot from you!
I recently took your interesting course Web components and redux and I got a good understanding of what redux is. My question is related to how to sync the browser local data with a database? I think that it can be done by creating a REST service, but then should it be a service worker responsible for doing that work? or is it another, would you having a code example?
Best regards
José M. Sánchez
"It's still slightly confusing to have a JSON-P and a JSON-B IMHO. Maybe they can be merged, or maybe it can be a little bit clearer which one is used for what.": https://twitter.com/zolverda/status/1267416659310059522?s=20
At the project I am working on now we don’t have any automation for checking that our maven or npm dependencies have security vulnerabilities.
I suggested Snyk, but they wanted something that is cheaper/free. Any suggestions?
The source code is hosted on site. Using Bitbucket.
Hi Adam,
I hope you are doing well, I haven't asked a question for a long time but I'm still following the AirHacks from the back of the class :-)
My question regards the benefits / downsides of using Apache Kafka: working in a microservice architecture, one of my clients would like to integrate Kafka so that services could write (produce) data and other could read (consume) data from there and process them.
Sincerely I am asking myself if there really is a gain using Kafka in that sort of use cases as one could just pass data via REST from one service to another or even from one service to several others.
Just a side note, my client is moving from a monolitic service to a microservices one using Quarkus that's why he would like to get some "innovative" technologies in the process.
Regards,
Daniel