TL;DR: The Internal Developer Portal is the interface to the Internal Developer Platform. That's it. You can go now.
When researching Platform Engineering, you'll inevitably come across the acronym I...
When designing distributed systems, developers often face an unavoidable tradeoff: consistency, availability, or partition toleranceโchoose two. This fundamental concept, known as the CAP theorem, s...
1. Introduction: Context and Initial Challenge
As a software engineer and project leader, at Adevinta in salestech department, we realized we were wasting a significant amount of money on com...
The kubectl apply command is one of the most essential tools in Kubernetes for managing resources declaratively. Whether you're a beginner learning Kubernetes or preparing for the Certified Kubernetes...
No matter how businesses look at it, the importance of data protection and backup in IT strategies will grow in upcoming years. These aspects have become vital to every business venture and are driven...
Overview
In Phase 3 of the Seven Days DevOps Challenge, I'm taking my cloud infrastructure to the next level by implementing AWS CodeArtifact. After setting up an EC2 instance in Phase 1 and ...
Docker images are central to modern application deployment, but poor security can expose them to unecessary risks. At sliplane.io, we deploy and handle thousands of Docker images every month and have ...
Introduction
After a considerable break from Python Flask development, I decided to refresh my skills by creating a practical project - a real-time laptop monitoring system. This project comb...