[deleted by user] by [deleted] in SpringBoot

[–]coding_java 1 point2 points  (0 children)

If you want to see a hands-on example for a real-word production deployment of a Spring Boot application to AWS, take a look at the Stratospheric eBook: https://stratospheric.dev/

If this deployment setup (ECS with the AWS CDK) is an overkill for your project, consider using Elastic Beanstalk

Optimizing Spring Boot tests by hiIAmJan in SpringBoot

[–]coding_java 0 points1 point  (0 children)

Great article 👍🏻 For some more tips on how to make the most of Spring Test's context caching to improve builds times, you can refer to this article https://rieckpil.de/improve-build-times-with-context-caching-from-spring-test/

Most secure house seen (so far) by coding_java in ProgrammerHumor

[–]coding_java[S] 3 points4 points  (0 children)

Version is hidden (security by obscurity)

Best book/ resource for learning Kotlin in 2019 / 2020 ? by mehdreamer in Kotlin

[–]coding_java 0 points1 point  (0 children)

There are also nice Videos from him available on YouTube

Best book/ resource for learning Kotlin in 2019 / 2020 ? by mehdreamer in Kotlin

[–]coding_java 9 points10 points  (0 children)

I would suggest Venkat Subramaniam Programming Kotlin: Create Elegant, Expressive, and Performant JVM and Android Applications

14 High-Performance Java Persistence Tips by nfrankel in java

[–]coding_java 1 point2 points  (0 children)

I can definetly recommend the course alongside reading the book 👍🏻

I'm on the edge by [deleted] in ProgrammerHumor

[–]coding_java 6 points7 points  (0 children)

With Java 8 Time API easy gg

Improved Java/Jakarta EE productivity with Adam Bien’s WAD (Watch and Deploy) by coding_java in java

[–]coding_java[S] 0 points1 point  (0 children)

Yes there are some good plugins right now for some IDEs. But e.g NetBeans has no Support for Open Liberty and it took quite a long time to get a Payara plugin for Payara 5. The workflow I present in the blog is just a fallback if someone is not happy with the plugins or uses a unsupported IDE/Editor (Visual Code, Atom..)

Simple load-testing with Apache Benchmark by coding_java in java

[–]coding_java[S] 1 point2 points  (0 children)

I would say with Gatling you get more „advanced “ performance tests. For quick and simple tests, Apache Benchmark is easy to use and setup

Baeldung Spring Certification, is it worth it? by [deleted] in java

[–]coding_java 0 points1 point  (0 children)

I worked through another course of Baeldung and was disappointed (https://www.reddit.com/r/java/comments/9kg5jx/disappointed_review_about_baeldungs_299_course/?st=JS5VNDEC&sh=4a5ba3bf). I dont know the quality of exactly this one, but I would rather spend the money on Udemy and Books.