SCSherdil Cloudinsherdil-cloud.hashnode.dev·14h ago · 5 min readCloud Gives You Room to Scale, DevOps Gives You the Discipline to Move FastHere's the sentence that explains why so many "we moved to the cloud" projects underwhelm: cloud without DevOps gives you fast hardware but slow, risky releases, so the speed sits unused. DevOps witho00
Jjacksoninmacless.hashnode.dev·2d ago · 3 min readGitHub Actions' free macOS minutes, explainedGitHub Actions is GitHub's built-in CI/CD system — it spins up a fresh virtual machine, runs whatever commands you tell it to, and tears the machine down when it's done. It supports Linux, Windows, an00
Jjacksoninmacless.hashnode.dev·2d ago · 3 min readWhy your TestFlight build doesn't show up after a successful uploadYou push, the build runs, the archive and export steps succeed, the upload step succeeds, the workflow finishes green. You open App Store Connect to check on it and TestFlight shows... the previous bu00
Jjacksoninmacless.hashnode.dev·2d ago · 3 min readFix "No signing certificate matching team ID" in GitHub ActionsIf you're building an iOS app in GitHub Actions (or any headless CI, really) and your archive/export step fails with something like No signing certificate "iOS Distribution" matching team ID "XXXXXXXX00
Jjacksoninmacless.hashnode.dev·2d ago · 6 min readHow to build and ship an iOS app without a MacIf you want to put an app on the App Store, Apple requires you to build and sign it with Xcode, and Xcode only runs on macOS. That's true no matter what you built the app with — Swift, React Native, C00
GSGeorge Simsindowntherabithole.dev·Aug 8 · 8 min readDistributed Tracing for CI Pipelines Without Touching a Single Workflow FileYou've probably felt this one: GitHub Actions usage creeps up across your org, and your actual visibility into it doesn't keep pace. Which workflows are slow? Which are flaky? How long are jobs sittin13V
JTJAY TANKinjaytank.hashnode.dev·Aug 8 · 7 min readThe migration that locked prod at 2amThe deploy went out at 01:58. By 02:03 the on-call phone was lit up, the API was returning timeouts, and a migration that had passed every check in staging was holding every write in production behind00
SCSherdil Cloudinsherdil-cloud.hashnode.dev·Aug 8 · 5 min readThe 4 Numbers That Tell You If Your DevOps Is Actually WorkingDevOps is the invisible engine behind modern software: the delivery system that connects the moment you write code to the moment it's running in production. When it's tuned, releases are small, freque00
IRILYAS RUFAIinfreecodecamp.org·Aug 6 · 8 min readHow to Harden GitHub Actions Permissions with Least Privilege by DefaultWhen a workflow has more permissions than it needs, a simple build job can become a path to repository changes, token misuse, or a wider blast radius than the team intended. The problem is easy to mis10
MSManu Shuklainecorpit.hashnode.dev·Aug 4 · 16 min readGitHub Actions runner enforcement: 24 August brownouts, 25 September cutoffGitHub Actions runner enforcement: 24 August brownouts, 25 September cutoff Summary. GitHub is resuming minimum version enforcement for self-hosted Actions runners. Full enforcement begins 25 Septembe00