Best Practices
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…
The Essential Guide to Docker Containers
Though it has been around for some years now, Docker is still one of the most flexible, efficient, and nimble technologies for rapidly building environments to host software of all kinds—especially web-based applications.
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.
The SRE’s Quick Guide to Kubectl Logs
Logs are key to monitoring the performance of your applications. Kubernetes offers a command line tool for interacting…
Migrating Monoliths to Microservices in Practice
There have been amazing articles on the subjects of migrating from a monolith to a microservice architecture e.g.…
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 both microservices and APIs %
The Hidden Costs of Logging and What can Developers Do About It?
With the growing adoption of remote and distributed application development including microservices, cloud-native applications, serverless, and more, it…
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…
Lightrun Announces GA Support for Visual Studio Code
Lightrun gives developers using VS Code granular, code-level visibility into live applications directly from the IDE, without having…
Lightrun Releases KoolKits – Debugging Toolkits for Kubernetes
KoolKits (Kubernetes toolkits) are highly-opinionated, language-specific, batteries-included debug container images for Kubernetes. In practice, they're what you would've…
SAST vs. DAST
Neglecting security is a rookie mistake. However, DevOps teams struggle to make it a priority in the quest…