We've all hit that wall: endless tweaks to prompts, fixing AI-generated bugs, and wondering why such...
Ever feel like you missed the memo on why everyone's obsessed with containers? Like, you know Docker...
Ever wondered which AI model is truly best for coding tasks? Spoiler alert: there’s no...
The new AI tool ChatGPT is out there, though with such a powerful tool comes great...
In the previous blog post of this series, we covered the basics of how to write a proper Bash script,...
In this blog post, I'll share how to host multiple static websites in a single S3 bucket, where each...
In this blog post, I'll share how to recover a secret from a CI/CD service, such as GitHub...
My Workflow The project unfor19/hero-action is an All-In-One action to a test GitHub...
In the past few weeks, I've been wondering how the whole eco-system of a Progressive Web Application...
As always, every day brings up new challenges, and today I faced one of my greatest fears - dealing...
Writing Bash scripts can be challenging if you don't know the quirks and perks. In my mother tongue,...
Hi all, I've been working on a Vue3 + Quasar 2.1 + TypeScript CRUD application. I'm using AWS SSM...
Modern applications often use external systems to manage configuration values and secrets. One of...
TL;DR: Link To Project @ GitHub - unfor19/nexus-ops Recently, I've been looking for a way to avoid h...
As part of securing applications in the cloud, it's important to set the proper network rules, for ma...
Naming convention This is only a recommendation, it doesn't really set the type of the var...
I find myself mentioning the term Principle Of Least Privilege often, so I thought, "Let's write a pr...
Create a local Kubernetes development environment on macOS or Windows and WSL2. Throughout this...
Curious about Docker? Eager to strengthen your skills with containers? In this blog-post, I'll share...
I'm on WSL2 Ubuntu 20.04, Docker v20.10.2, and according to the docs docker run --network=host ......
I thought of creating an open-source project which includes a Troubleshooting CLI application that su...
In this blog-post, I will share a methodology for troubleshooting technical challenges. As a DevOps...
TL;DR Separating environments (dev, stg, prd) per cloud-provider account (AWS, Azure, GCP, etc.) is p...
In this blog post, I will share a few tips that will help you boost your productivity while working w...
Working with Infrastructure as Code (IaC) is incredible. Figuring out the correct repository...
Following PEP 440, it's important to check the semantics of a release version before publishing to...
From time to time I need to print my git project's tree, so I can share it in the docs, or just go th...
Goal Covering the possible ways to execute a Python module (script) from the command-line...
Goal Get familiar with the fundamental terms of a Python project. Project, Packa...
Eureka! After reading this - Search based on the contents of a repository, the answer was clear! Sear...