Java
Reduce 60% of your Logging Volume, and Save 40% of your Logging Costs with Lightrun Log Optimizer™
As organizations are adopting more of the FinOps foundation practices and trying to optimize their cloud-computing costs, engineering…
Top 10 Java Linters
Java Linters make an awesome addition to your development environment. Check out our top Java linters and SAST solutions.
Java Tutorial: Java Command Line Arguments
Command line interfaces are a great option if your program is primarily used by developers or if it…
When Disaster Strikes: Production Troubleshooting
Tom Granot and myself have had the privilege of Vlad Mihalcea’s online company for a while now. As…
The Complete Guide to Java String Replace
One of the most commonly used functionalities for String objects in Java is String replace. What is String replace in Java and how to use it
Spring Transaction Debugging in Production with Lightrun
Spring makes building a reliable application much easier thanks to its declarative transaction management. It also supports programmatic…
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…
Kotlin vs Java: 10 Years In
Kotlin learned from the mistakes of Java and came out from JetBrains as the better alternative statically typed, general-purpose programming language with a type interface
Top 8 IntelliJ Debug Shortcuts
Let's get real - as developers, we spend a significant amount of time staring at a screen and…
How to Debug Race Conditions Between Threads in Java
In this tutorial, we give an overview of what race conditions are, what multithreaded Java code is used for, and how to debug race conditions in Java using a few different methods.