We are thrilled to announce 📢 Kosli is now SOC 2 Type 2 compliant - Read more
✨ New Feature: Kosli Trails is live ✨ Create comprehensive audit trails for any DevOps activity - Read more

“Did I break prod?” Part 2. Introducing the Kosli Search command

A few months ago, I shared the Eureka moment! I had when I realized how much easier (and less stressful) my earlier career as a developer would have been if I’d had Kosli. Tl;dr - I thought I’d …

Kosli announces Innovation Partnership with DNB and Firi

We are pleased to announce that Innovasjon Norge has awarded Kosli an innovation grant of 3.4 million NOK to pursue a R&D project with DNB and Firi. In this blog we’ll give you an overview of the …

The Ultimate Guide to git blame: A How To with Examples

Source control tools give users many powers and one of the big ones is traceability. With traceability tools you can know exactly who made each change and when they made it. In Git, you use the git …

Git Blame in VS Code: The 4 Best Options

Most production projects have a team collaborating on them, so even in a single file there can be multiple contributors. When things go wrong, it’s useful to understand how and why certain changes …

What's going on at Kosli?

Wednesday November 2nd was a massive day in our journey at Kosli, in so many ways. I thought I’d write a short note to tie all the announcements into a more cohesive picture: We are making our …

Kosli's free tier is now available 🚀

Does any big software organization really know what’s happening in their software delivery processes? After 10 years of DevOps and automation we ship more changes than ever before. And we’re only …

How to define your software process using the Secure SDLC process template

Something I’ve learned over the last 10 years of helping organizations with DevOps is that teams frequently struggle to define a software development process. You’ll find a lot of content on Google …

Kosli launches at DevOpsDays Oslo

Whooo wee 🎉, have we got news for you. Kosli officially launches on Nov 2nd and what beter way to celebrate than with our friends at ur DevOpsDays Oslo - where we are official sponsors. So if you …

Docker Tags Demystified: A Guide With Examples

The main principle behind Docker and containerization isn’t too difficult to grasp. You put your software and its dependencies inside a “package” and distribute it. Whoever has this …