FMFamitha M Ainfami-blog.hashnode.dev·5d ago · 15 min readMobile App CI/CD with EAS Build and GitHub ActionsThe first time you ship a React Native app, the code is the easy part. The hard part is everything after git push: signing certificates that expire, provisioning profiles that don't match, a Fastlane 00
DCDavid Cletusindavidcloudjourney.hashnode.dev·6d ago · 20 min readI Built a One-Click Azure CI/CD Pipeline with Terraform & GitHub Actions From git push to a Live WebsiteWhat we're building git push from my laptop -> GitHub Actions wakes up -> Terraform builds the VM on Azure -> GitHub logs into the VM over SSH -> nginx is installed, then the website is 00
Jjudeinsoit-ai.hashnode.dev·Sep 14 · 18 min readThree signed v1.0.0 images, one release: what attestation actually provesThe four questions, and the one nobody asks Pulling a container image somebody else built asks four separate questions. Most people answer three of them and skip the fourth: Step Question it answer00
COCelestina Odiliintinatech.hashnode.dev·Sep 12 · 9 min readBuilding a Secure CI/CD Pipeline with GitHub Actions for a Microservices E-Commerce MarketplaceIntroduction Modern applications often consist of multiple services that need to be built, tested, and deployed consistently. Doing this manually can lead to inconsistent environments, deployment erro00
SASamuel Adekunleintechwithsam.hashnode.dev·Sep 10 · 8 min readAutomate Flutter Releases with Shorebird + GitHub Actions (Skip App Store Review)A real pain point for mobile apps is waiting days or weeks for App Store and Play Store reviews whenever you need to ship a fix or a small update to users. That exact problem is what we are solving 00
SHSanskriti Harmukhinvultr.hashnode.dev·Sep 9 · 12 min readAutomating CI/CD Pipelines for Cypress Testing with GitHub ActionsContinuous Integration and Continuous Deployment (CI/CD) pipelines streamline software development by automating code integration, testing, and deployment, and incorporating end-to-end (E2E) testing e00
Sspongeb0binbobtaylor.hashnode.dev·Sep 9 · 11 min readHow to Add Python Duplicate-Code Detection to GitHub ActionsDuplicate code is easiest to deal with before it becomes part of the codebase. That makes duplicate-code detection a natural CI check: run the same rules on every pull request, give developers a way t00
SDSuman Debnathinsumandebnath.hashnode.dev·Sep 7 · 15 min readThe AI agent cost guides say $200 a month. Mine has cost $5.In short — MIGI is a fleet of AI agents built by Suman Debnath, running since 8 July 2026 at forty to fifty agent runs a day. It has cost under five dollars in total, against published estimates of $124MA
JTJAY TANKinjaytank.hashnode.dev·Sep 8 · 9 min read GitHub Actions Security: The CI/CD Attack Surface You're Probably Not AuditingMost teams treat their .github/workflows directory as plumbing. It gets written once, copied between repos, and forgotten. But that YAML is executable code with access to your repository, your secrets00
HRHritik ranjaninblogs.hritikranjan.in·Sep 6 · 36 min read🚀 Git & GitHub for DevOps: Complete Beginner's Guide with Commands, Branching, Git Hooks & GitHub ActionsAlmost every modern DevOps workflow starts with source code. Developers write code → Git tracks the changes → GitHub stores and collaborates on the code → CI/CD tools test and deploy it. A simple DevO21I