DevOps

Development operations, CI/CD, and automation

Yet Another Way to Center an (Absolute) Element

Yet Another Way to Center an (Absolute) Element

TL;DR: We can center absolute-positioned elements in three lines of CSS. And it works on all browsers! Yet Another Way to Center an (Absolute) Element originally published on CSS-Tricks, which is part...

Feb 27, 2026 5 min read
The Different Ways to Select <html> in CSS

The Different Ways to Select <html> in CSS

Sure, we can select the <html> element in CSS with, you know, a simple element selector, html. But what other (trivial and perhaps useless) ways can we do it? The Different Ways to Select <...

Mar 05, 2026 5 min read
Cost Control for Kubernetes: Monitor, Right-Size, Govern

Cost Control for Kubernetes: Monitor, Right-Size, Govern

As Kubernetes moves from testbeds to production, managers are getting sticker shock from the bills a K8s deployment can incur. Whether hosted in-house or on a cloud provider, who knew cloud nativity w...

Feb 20, 2026 5 min read
The Missing Control Plane in Cloud-Native Supply Chains 

The Missing Control Plane in Cloud-Native Supply Chains 

Explore how an artifact access plane can improve Kubernetes platform performance, scalability, and security by standardizing how artifacts are governed and delivered, aligning with CNCF ecosystem init...

Mar 04, 2026 5 min read
Promotion Across Kubernetes and Hybrid Environments

Promotion Across Kubernetes and Hybrid Environments

In 2026, multi- and hybrid environments are increasingly the norm. For platform engineering, DevOps and application developers, this adds complexity to the software delivery lifecycle. For cloud-nativ...

Mar 05, 2026 5 min read
Python for Loops: The Pythonic Way

Python for Loops: The Pythonic Way

Learn how to use Python for loops to iterate over lists, tuples, strings, and dictionaries with Pythonic looping techniques.

Feb 23, 2026 5 min read