Welcome to Lightrun Blog
Expert insights, bold ideas, and company news
- All
- AI Debugging
- Best Practices
- Dev Tools
- Developer Observability
- Events
- FinOps
- Inside Lightrun
- Market News
- Product Updates
- Solutions
- Tutorials
Getting Started with Spring Boot Actuator
By using the Spring Boot Actuator as a dependency, you can monitor your application’s status without any explicit implementation.
Top 10 Build Automation Tools
What Is Build Automation? Why Is Build Automation Important? How should you evaluate build automation tools, and which are the best?
How to Understand Log Levels
Take a closer look at logging and explore the fact that log levels are more than just black or red rows in your main logging system.
Microservices vs APIs: One Doesn’t Always Imply the Other
Let’s explore the concepts of microservices and APIs individually and then discover how to combine...
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
How to Export a JAR from IntelliJ
In this post, we’ll offer IntelliJ users an overview of what JARs are and why they’re useful followed by a step-by-step tutorial showing how to export a JAR...