Observability
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…
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.
How Cool? Very Cool! Lightrun named a Cool Vendor by Gartner in Monitoring, Observability, and Cloud Operations
Read why Gartner thinks we're cool...
How to Debug Remotely in VS Code
In this article, you’ll learn how to configure Visual Studio Code for remote debugging by using the powerful remote development extensions it offers.
Lightrun Bolsters Security Measures with Role-Based Access Control (RBAC)
Effortlessly and Securely Manage Access Control for your Developers Debugging Workflows Intro Lightrun enhances its enterprise-grade platform with…
Debugging Java Collections Framework Issues in Production
The Java Collections Framework was a huge leap forward when it was introduced as part of Java 2…
The Quick and Easy Guide to Reformatting Code in IntelliJ
As a developer, you’re going to be making changes to a codebase. That’s why, as Harold Abelson put it, “Programs must be written for people to read.” If a codebase is not clearly formatted, debugging becomes more difficult than it should be.
Node.js Security and Observability using Lightrun & Snyk
What if we could also prevent security issues in our code before we ship it? What if we could code-level visibility into what's going on inside our production applications, right there in the IDE?
5 Most Common API Errors and How to Fix Them
As software got more complex, more and more software projects rely on API integrations to run. Some of…
The Essential Guide to Kubernetes Service Discovery
DevOps teams can’t hope to run a tight ship without managing their services. Communication and visibility are absolutely crucial in a Kubernetes system. Accordingly, service discovery describes the process of connecting to a given service within your ecosystem.
Shift Left Testing: 6 Essentials for Successful Implementation
Testing can evoke polarized reactions from developers. Some love it. Some prefer never to hear of such a…