Best Practices
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 8 Database Version Control Tools
Many DevOps teams struggle to achieve consistent builds and releases due to ineffective collaboration and communication strategies. Over…
Top 12 Site Reliability Engineering (SRE) Tools
Ben Treynor Sloss, then VP of Engineering at Google, coined the term "Site Reliability Engineering" in 2003. Site…
Top 10 Logging Frameworks Across Various Programming Platforms
Logging is an essential part of coding guidelines for any software development project. From humble beginnings as console print messages and file logging libraries for basic debuggability, logging frameworks have now evolved into full-scale platforms offering a variety of advanced features
The Complete List of Spring Boot Annotations You Must Know
Spring applications need a fair amount of configuration. Things like Maven dependencies, MVC configuration, and security all require a lot of code to get up and running. Spring reduces or eliminates these needs entirely, instead allowing you to override any of the defaults it selects for you.
Remote Debugging: The Definitive Guide
With WFH becoming the new normal, companies must find alternative solutions to parts of their current stack that don't work anymore.
Python Remote Debugging with VS Code and debugpy
Sometimes, remote debugging is necessary. In the simplest terms, remote debugging is debugging an application running in a remote environment like production and staging.
Modernize Legacy Code in Production – Rebuild your Airplane Midflight without Crashing
I spent over a decade as a consultant working for dozens of companies in many fields and pursuits.…
How Cool? Very Cool! Lightrun named a Cool Vendor by Gartner in Monitoring, Observability, and Cloud Operations
Read why Gartner thinks we're cool...
IOException in Java
IOException is the most generic exception in a large group of Java exceptions that express input/output and networking…
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 from the IntelliJ IDE.