Stable, Secure, and Affordable Java
Azul Platform Core is the #1 Oracle Java alternative, offering OpenJDK support for more versions (including Java 6 & 7) and more configurations for the greatest business value and lowest TCO.
Jakarta EE 11: Beyond the Era of Java EE
This user guide provides a brief history of Java EE/Jakarta EE and a detailed overview of some of the specifications that will be updated in Jakarta EE 11.
Step up your coding with the Continuous Feedback Udemy Course: Additional coupons are available
What do you know about the code changes that were just introduced into the codebase? When will you notice if something goes wrong?
Do you want your ad here?
Contact us to get your ad seen by thousands of users every day!
[email protected]Shai Almog
AuthorAuthor, DevRel, Blogger, Open Source Hacker, Java Rockstar, Conference Speaker, Instructor and Entrepreneur.
Learn MoreFrank Delporte
AdministratorFrank Delporte is a Java Champion, Java Developer, Technical Writer at Azul, Blogger, Author of "Getting started with Java on Raspberry Pi", and Pi4J Contributor. Frank blogs about his experiments...
Learn MoreA N M Bazlur Rahman
AdministratorA N M Bazlur Rahman is a Software Engineer with over a decade of specialized experience in Java and related technologies. His expertise has been formally recognized through the prestigious...
Learn MoreJadon Ortlepp
AuthorDigital Marketing Coordinator working for Payara who has been involved in the Java space since 2017. Very much enjoys collaborating on projects and events with other individuals and organisations. Including...
Learn MoreRecent comments
Frank Delporte
How to Share Your Work...Hi Bazlur, as always... it depends ;-) For the Foojay podcast, once I got into...
A N M Bazlur Rahman
How to Share Your Work...On average, how much time does it usually take to create a video or podcast?
Jadon Ortlepp
Serverless is the New TimeshareGreat blog! Found this really interesting as Ive noticed "serverless" as a buzzword to be...
All 6 Likes
-
Liquid Glass, Material 3, And A Lot Of...Shai Almog
• 4 weeks ago
Skaffold is a cloud native open source framework from Google that lets SpringBoot devs build Kubernetes apps easily and deploy effortlessly!
We can see production disasters from miles away. Bad communication, missing skills, immature technological choices create ongoing disasters.
The book is about preventing failures, by preventing/lowering bugs. It classifies and organizes the terms we use to define a bug.
Just in time for Halloween failures in production are scarier than most movie monsters. Here’s a personal scary story of a production fail…
In this series, I’ll walk you through the process of debugging applications and finding issues within them.
Java Debug Wire Protocol (a.k.a. JDWP) was designed for testing internally. Opening it to production is a HUGE security and stability risk…
Recently a junior developer sent me an obfuscated stack trace and was pretty surprised when I instantly knew the problem and pointed him at the necessary change. To be fair, I had the advantage of being the person who put that bug there in the first place… But still the ability to glean information from a stack trace, even an obfuscated one, is a serious skill.
In the Debugger Checklist (Part I), I introduced some of the high level concepts and reviewed some of the common things you can do.
In this part, we’ll get down to the process. Again, it’s important to stress that this is boiled down and concentrated!
Win at debugging by following an organized process and leveraging the tools you already have!
We’re going to skip ahead to a point where you have a bug you can reproduce (consistently or otherwise) but you don’t understand or can’t prove the cause.
As developers, we’re all familiar with debuggers. We use debugging tools on a daily basis – they’re an essential part of programming. But let’s be honest. Usually, we only use the breakpoint option. If we’re feeling frisky, we might use a conditional breakpoint.
But guess what, the IntelliJ IDEA debugger has many powerful and cutting-edge features that are useful for debugging more easily and efficiently.
If you want to know what I spoke about in @jcon_conference in Germany, here's an interview I did at the @foojayio podcast:
#Java #JCON #JakartaEE #AI #A2A
Our team loves to meet and talk with the Java community from around the world. If you want to learn more. You can find all OmniFish presentations at: https://speakerdeck.com/omnifish, including links to the source code of related demos. Or get in touch for a free consultation call.
Another happy customer :)
"Their expertise and flexible hands-on troubleshooting support accelerated resolution of several unexpected hurdles and ultimately got us to a successful upgrade outcome."
If you would like to discuss how we could help your company, get in touch.
All 38 Comments
Frank Delporte
• 3 years agoHi Bazlur, as always... it depends ;-) For the Foojay podcast, once I got into "the flow," I managed to...
A N M Bazlur Rahman
• 3 years agoOn average, how much time does it usually take to create a video or podcast?
Jadon Ortlepp
• 4 years agoGreat blog! Found this really interesting as Ive noticed "serverless" as a buzzword to be growing for some time now.