John Thompson - Spring Framework Guru
@spring_guru
Udemy Instructor Partner. 350,000 students learning Spring! Founder - http://jember.ai Become a Spring Framework Guru! https://www.udemy.com/user/john-thompson-2/
New Course on Udemy! Junie: AI-Powered Development for Java/Spring Professionals udemy.com/course/jetbrai…

JetBrains Junie is live — for everyone! single AI subscription. pro tier included with all products pack and dotultimate.
Big announcement from @jetbrains today! Junie is now available!
All JetBrains AI tools – including our improved AI Assistant and new coding agent Junie – are now available within our IDEs under a single subscription and come with a free tier. Read the blog post for more details 👉 jb.gg/jetbrains-ides…
After using Junie for the last few weeks, I feel like my role is morphing from being a Software Engineer into an AI Prompt Engineer, who happens to understand Software Engineering. The better your prompt, the better your results. #Junie #Jetbrains
How to Use Junie to Create Mermaid ERD Diagrams from your JPA Entities youtu.be/sKu-mTsDaIU?si… #jetbrains #junie
Junie AI Agent How To Use Prompt Follow Ups youtu.be/phL_euc8k-E?si… via @YouTube #Junie #JetBrains
First Look at Junie the AI Coding Agent from JetBrains youtu.be/TOpscVJzbf8?si… via @YouTube
My morning coding with Junie. #jetbrains #intellij

In the last two days, I've generated over 20,000 lines of code and written hundreds of unit tests using @intellijidea and Junie. The code Junie is generating is significantly better than any other AI coding tool I've used. The integration Junie has with the IntelliJ IDE is the…
I'm impressed with Junie from this single prompt, it created ~25 Java classes with over 1500 lines of code. It missed one method on the Spring Data repository, which was easily fixed with a follow up prompt. #jetbrains #junie

Want to create a complete Spring MVC RESTful API in just 10 minutes? Using a single prompt I create a CRUD controller, service, DTO, JPA Entity, Mapper, JPA Repositories and unit tests with Github Copilot Workspace. #Copilotworkspace #SpringBoot youtu.be/S8-oJwo-eNI
Hope you can join @starbuxman and I as we discuss #SpringSecurity 6.4
Spring Security 6.4 with Rob Winch x.com/i/broadcasts/1…
Congratulations to new #Java Champion @jonatan_ivanov
Video Tutorial - How You Can Use Github Actions for CI Builds with Maven youtu.be/eHZf-gaqAJQ?si… #github #githubactions #springboot #maven
New Video Tutorial - How to Use Project Lombok Effectively in Spring Boot Applications youtu.be/bcAfy8pacZ8?si… #springboot #lombok
New Video tutorial - Publish your Redoc API Documentation to GitHub Pages using GitHub actions #Redoc #Redocly #GitHub youtu.be/PEIn9As0on0?si…
New video tutorial - Why you should treat your API docs like code. #redoc #redocly youtu.be/ZJCcjgNS1RE
Have I mentioned we released Micrometer 1.14.0? 🚀 - OTLP Exponential Histogram - Virtual thread metrics - Observation API call history and validation (way cooler than it sounds) 😎 And so much more! Grab now or get it with Spring Boot 3.4.0 next week! github.com/micrometer-met…
I was curious how Java ranked. The fastest, by far. Java 21 - 0.067 seconds
1 billion loop iterations. 4 languages. I wrote the same code in js, python, go, and c. Timed executions on a digital ocean dedicated cpu vm, and here are the visualized results. Not all programming languages are created equal!