Latest Posts

Surviving Backstage with Roadie: A Developer’s Nightmare or Dream?

Today I want to talk about potentially the most important tool in your toolbox. I want to talk about a tool that might enable everyone in your organization to be more productive and self-sufficient. Yet, the tool I want to talk about might win an award for the least user-friendly, hardest to maintain, and, generally speaking, a tool that might cause you to have nightmares and spend a small fortune on a psychologist.

It’s a tool that I recognize as being one of the most impactful tools which, honestly, I do not like at all, yet most of those who use it swear by it.

Did you guess what that tool is?

Full article »


Master Terminal Multiplexing with Zellij in Minutes!

Let me show you something exciting, something that makes me much more productive.

I am going to execute command zellij, specify a name of the session (crossplane-kubernetes), and a layout (test-layout.kdl), and…

zellij --session crossplane-kubernetes --layout test-layout.kdl

BOOM!

There’s everything I need, nicely split into tabs and panes.

Full article »


Automate Everything: How One Manifest Powers Your Entire DevOps Pipeline

Today I want to get back to the first steps when developer platforms are concerned. I want to enable developers to start a new project.

Full article »


The Dark Side of Open Source: Are We All Just Selfish?

There’s a lot of talk about open source and about some companies, big and small, taking advantage of it, and about some other companies changing licenses of their projects to be less permissive. Those conversations often end up with people yelling at each other. “Damn MongoDB for changing their license!” “AWS is evil for taking advantage of Elastic!” “Env0 is taking advantage of HashiCorp!” “F**K HashiCorp!” “Long live Elastic!

Full article »


Master Your New Laptop Setup: Tools, Configs, and Secrets!

This is a new machine. I just got it. It has nothing on it beyond what’s available out-of-the box.

Actually, that’s not true. The only thing I did was to clone a Git repo. That’s it. That’s all I have on this machine, for now.

Full article »


10 CLIs I Can Not Live Without!

Today we’ll explore ten CLI tools without which my life would be meaningless. Well… Maybe not meaningless, but certainly much less productive and harder.

So, without further ado, those are tend CLIs I use on a daily basis, and you should use them as well.

Full article »