Skip to content

Instantly share code, notes, and snippets.

@AdamBien
Last active June 1, 2020 18:30
Show Gist options
  • Save AdamBien/f2487eefd36b718b4d3ee60064ab4e6e to your computer and use it in GitHub Desktop.
Save AdamBien/f2487eefd36b718b4d3ee60064ab4e6e to your computer and use it in GitHub Desktop.
74thAirhacksQ&A.md

Ask questions and see you at June, 1st, 2020, 8.PM. CET: https://airhacks.tv

Also checkout recent episode:

74 airhacks.tv

Please keep the questions Jakarta EE-stic. Means: as short and as concise as only possible. Feel free to ask several, shorter questions.

@AdamBien
Copy link
Author

AdamBien commented Jun 1, 2020

Increasing Code Coverage comment: "https://youtu.be/B88kyMJAO6M"

@AdamBien
Copy link
Author

AdamBien commented Jun 1, 2020

Whats the point of Java Records?

@AdamBien
Copy link
Author

AdamBien commented Jun 1, 2020

"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

@AdamBien
Copy link
Author

AdamBien commented Jun 1, 2020

"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

@AdamBien
Copy link
Author

AdamBien commented Jun 1, 2020

JSON-B vs. GSON

@AdamBien
Copy link
Author

AdamBien commented Jun 1, 2020

"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

@AdamBien
Copy link
Author

AdamBien commented Jun 1, 2020

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

@AdamBien
Copy link
Author

AdamBien commented Jun 1, 2020

@AdamBien
Copy link
Author

AdamBien commented Jun 1, 2020

Recent thoughts about the importance of APIs

@smhjamalii
Copy link

Hello,

  • I wonder why people consider to use reactjs or angular while they can use JSF + a few js functions to have server side and client side rendering plus lots of validation and security benefits that JSF bring to their projects.

@jmsanchezbz
Copy link

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

@AdamBien
Copy link
Author

AdamBien commented Jun 1, 2020

"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

@glitchcube
Copy link

glitchcube commented Jun 1, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment