KMKenz Muhammedinkenzmuhammed.hashnode.devGitHub Actions — All Scenarios Explained (Complete & Clear)Understanding when workflows appear in the UI, when they can run, and which branch GitHub reads workflows from can be confusing. This guide explains every scenario clearly — covering workflow visibili1d ago·5 min read
RRahulindevopswithrahulsharma.hashnode.dev(Day 38–41): Understanding GitHub Actions and CI/CD: A Beginner’s Guide to DevOps AutomationOver the last few days of my DevOps learning journey, I focused on understanding GitHub Actions fundamentals, automation in DevOps, and how CI/CD pipelines help deliver software faster and more reliab3d ago·10 min read
TATolani Akintayoindevopsforjesus.hashnode.devCI/CD Best Practices for AWS ECS with GitHub ActionsDeploying containers to AWS ECS shouldn't involve SSH-ing into servers, manually pushing Docker images, or copy-pasting environment variables. Yet I've seen teams do exactly that and pay for it with bMar 2·8 min read
CYCelyn Yusufincelyn.hashnode.devHow I Deployed a Full-Stack App on Azure for Less Than $5/MonthProject Overview FIXR is a full‑stack, cloud‑native web application that makes repair the preferred choice over replacement by connecting consumers with vetted artisans through a structured, transparMar 2·4 min read
WEWisdom Emmanuelinkloudwiz.hashnode.devBuilding a Cost-Efficient Serverless Resume on AzureHi dear reader 👋, Welcome to my very first blog post on Hashnode, grab a cup of coffee, this one's worth it. Introduction I have been on a deliberate journey to move beyond certifications and into thMar 2·22 min read
SMSubhanshu Mohan Guptainblogs.subhanshumg.comThe $4.45M Mistake: How a Missing SBOM Requirement Let the XZ Utils Backdoor Slip Past Millions of ServersThe XZ Utils backdoor (CVE-2024-3094) nearly became the most devastating supply chain attack in history; a patient, three-year social engineering campaign that embedded a remote code execution backdooFeb 22·22 min read
LMLahiru Marambainlahirumaramba.hashnode.devSecure GitHub Actions: Keyless Firebase Admin SDK Authentication with Workload Identity FederationThe standard way to authenticate GitHub Actions with Firebase Admin SDK was to use a long-lived Service Account JSON key. If you’re still downloading Service Account JSON keys, uploading them as GitHuFeb 20·3 min read
DEDouglas Ebhomaningit-and-github-for-technical-writers.hashnode.devGit vs GitHub for Technical Writers: Understanding the Documentation WorkflowSeries: Git & GitHub for Technical Writers · Part 2 🔹 Part 1 — Git Basics for Technical Writers 🔹 Part 3 — From Editing Files to Managing Versions (coming next) The Gap That Stops Most Writers In PFeb 17·6 min read
JVJanardhan Vermaingithub-git-guide.hashnode.devGit for Beginners: Basics and Essential CommandsFor a developer, Git is one of the most useful tool that helps us to handle the development mess. But a beginner always ask, what is git ?So let's understand basic of a Git.Git is a version control system that keeps track of your file and changes mad...Feb 15·4 min read
NBNihar Bhuvadinci-cd-pipeline-niharbhuvad.hashnode.dev🚀 Deploying a GitHub Repository to AWS S3 Using GitHub Actions (CI/CD Pipeline)Introduction In this project, I automated the deployment of a static website to an AWS S3 bucket using GitHub Actions. Instead of manually uploading files to S3, I configured a CI/CD pipeline that automatically deploys changes whenever code is pushed...Feb 14·3 min read