debugging
The New Era of Autonomous Debugging: Transforming the SDLC
The software world is changing rapidly due to advancements in GenAI. These technologies are disrupting traditional processes and…
Top 5 Debugging Tips for Kubernetes DaemonSet
Kubernetes is the most popular container orchestration tool for cloud-based web development. According to Statista, more than 50%…
7 Must-Have Steps for Production Debugging in Any Language
Debugging is an unavoidable part of software development, especially in production. You can often find yourself in "debugging…
Top 10 Java Linters
Java Linters make an awesome addition to your development environment. Check out our top Java linters and SAST solutions.
Top 8 VS Code Python Extensions
Visual Studio Code (a.k.a. VS Code or VScode) is an open-source and cross-platform source code editor. It was…
Top 8 IntelliJ Debug Shortcuts
Let's get real - as developers, we spend a significant amount of time staring at a screen and…
Spring Boot Performance Workshop with Vlad Mihalcea
A couple of weeks ago, we had a great time hosting the workshop you can see below with…
Debugging jsoup Java Code in Production Using Lightrun
Scraping websites built for modern browsers is far more challenging than it was a decade ago. jsoup is…
Debugging JAXB Production Issues
Java Architecture for XML Binding (AKA JAXB API) is a popular API for marshaling XML data. It's a…
Debugging Java Equals and Hashcode Performance in Production
I wrote a lot about the performance metrics of the equals method and hash code in this article.…
Debugging Gson, Moshi and Jackson JSON Frameworks in Production
Parsing bugs are the gift that keeps giving in the age of APIs. We use a service; it…