Browsing Tag
devops
451 posts
Speed up Docker image builds with cache management
Over the past few years I have been working in multiple IT projects where the Docker platform was…
Vector’s VRL introduction (chapter 1)
Preface There is a program to process events (metrics, logs, traces) from different sources (files, scripts, scraping, HTTP…
How do you get your dev team to shift left by themselves for real?
Shift-left doesn’t start with scanning the code for security vulnerabilities; it begins with designing it. Play yourself secure…
Secrets Behind 3 Years of Automation Success!
I’m Nikolay Advolodkin from UltimateQA, and in this article I unpack a two-year journey I led alongside our…
Part-91: 🚀 Google Kubernetes Engine (GKE) – Node Pools & Node Selectors
When working with Google Kubernetes Engine (GKE), you’ll come across two powerful concepts: 👉 Node Pools 👉 Node…
Part-87: 🚀 Kubernetes Deployments with Imperative Commands in GCP (Google Kubernetes Engine)
In this guide, we’ll explore Kubernetes Deployments using the imperative way on Google Kubernetes Engine (GKE). We’ll cover…
Git is really cool, actually
I have a favorite Git protocol operation. It’s fetch. Before you judge me for having strong opinions about…
[Boost]
CDK Environment Management: Static vs Dynamic Stack Creation Thorsten Hoeger for AWS Heroes ・ Sep 25 #aws #cdk…
CDK Environment Management: Static vs Dynamic Stack Creation
A comprehensive guide to choosing the right environment strategy for your CDK applications 1. Introduction: The Environment Management…
Keeping branches in sync in a Monorepo: The Pre-Push hook solution
Introduction If you have ever worked in a monorepo with multiple teams pushing code daily, you know the…