AHAkash Hadagali Persettiinakashpersetti.hashnode.dev·4h ago · 6 min readI stopped putting AWS keys in GitHub Secrets. Here's what I do instead.For a while my deploy pipelines all worked the same way. Generate an IAM user, copy its access key and secret into GitHub repo secrets, and let the workflow use them. It deploys fine. It also means a 00
WAwasim Akraminwasimat404.hashnode.dev·14h ago · 5 min readMediRecord Deploy: Me vs. The Robot(Spoiler: I lost. Then I won. Then I lost again. It's a whole thing.) You know that feeling when you finish a massive feature, lean back in your chair, and a little voice whispers, "You know what? I t00
AVAndrés Vilchisinviavi.hashnode.dev·1d ago · 4 min readProduction-Ready in under 10 min. with: CodeIgniter 4 + Docker Stack with CI/CD The Problem Every PHP Developer Knows You start a new CodeIgniter 4 project. Before writing a single line of business logic, you spend hours on setup: getting Docker to work, configuring Nginx, wiring00
Hhimanshupant415ininnostaxsoftware.hashnode.dev·1d ago · 10 min readAzure CI/CD Pipelines: A Setup Guide That Doesn’t Assume Things Go RightThere's a particular silence you get when you ask an engineering team "so how do releases work here" and nobody immediately answers. I've heard that silence at three different companies. Each time, wh00
KMKonrad Małochainmkon.dev·2d ago · 11 min readDeploying to Miget from a private GHCR: an AI agent did the whole thingHello there! A small disclaimer before we start: Miget was built by my friend. It's a PaaS for deploying containerized apps. I wanted to try it on my own project for some time, so I did, and here I wa00
PRPratham Rathodinprathamrathod.hashnode.dev·2d ago · 3 min readHow to Install Playwright: The Ultimate End-to-End Testing GuideLearn how to install Playwright and set up your first end-to-end testing environment for modern web applications. This comprehensive guide walks you through the installation process using npm, yarn, o00
TATejas Agravatintejas-agravat.hashnode.dev·3d ago · 6 min read🚀 Mastering GitHub Actions: Build CI/CD Pipelines, Automate Deployments, and Scale WorkflowsLearn workflow triggers, GitHub-hosted and self-hosted runners, matrix builds, and real-world CI/CD automation from scratch. 📑 Table of Contents Introduction to GitHub Actions What is CI/CD? Unde00
SCSherdil Cloudinsherdil-cloud.hashnode.dev·3d ago · 5 min readThe Anatomy of a CI/CD Pipeline That Actually Ships FastPlenty of teams have "a CI/CD pipeline" and still deploy once a week, by hand, with their stomach in a knot. The pipeline exists; it just isn't doing the job. This is the anatomy of one that does — th00
JPJay Patelinjaypatel2403.hashnode.dev·3d ago · 5 min readMoving from Manual Chaos to Automated Bliss: Docker, Nginx, and the Pipeline Traps I Fell IntoLocal development is a comfortable lie. On your own machine, you control everything. The local database just works, dependencies don't conflict, and a quick start command launches everything perfectly00
AKAshutosh Kumarinaskuma.hashnode.dev·4d ago · 8 min readLocalStack → Floci: The Complete 2026 Migration GuideBy Ashutosh Kumar | Project Manager & Engineering Tools Enthusiast | June 2026 Part 4 covered migration steps and CI configs. Part 5 covered the technology stack, service map, benchmarks, and edge ca00