MKMuthu Kumar Murugaiyaninitsmuthu.hashnode.dev·9h ago · 4 min readA green pipeline is not a successful releaseYour pipeline can be green and still be unsafe to ship. I have opened a succeeded run, then opened the live site, more times than I want to count. The board is green. Release notes already went out. S12M
MNMichał Niedźwiedzkiinvisimark.hashnode.dev·14h ago · 4 min readMarkdown wins: Better in spreadsheeting than spreadsheetMichał was building a product after hours, the kind you open after the day job has been put in a drawer. He needed the GMV where a flat monthly plan and a commission plan cost the same. Simple maths: 00
MBMadhav Bhasininblog.madhav.dev·1d ago · 6 min readGitHub Actions I Set Up on Every ProjectMost engineers using GitHub Actions daily know how to write a basic workflow — checkout, install dependencies, run tests, deploy. That covers 80% of what they need. The other 20% is a set of features 11M
ACAYUSH CHOUDHARYinayushbuildss.hashnode.dev·1d ago · 8 min readFrom Code to Secure Deployment: Building Jerney with DevSecOps Containerizing a full-stack application, hardening Docker images, securing Kubernetes workloads, and preparing the project for automated DevSecOps delivery. 🚀 Introduction This week, I moved from le00
DCDavid Cletusindavidcloudjourney.hashnode.dev·2d 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
AOAdedoyin Ogunsolainadehorizon.hashnode.dev·2d ago · 5 min readInstalling and Configuring Jenkins on Linux Jenkins is an open-source automation server used to automate repetitive tasks across software development and IT operations. It's used mostly used in CI and CD, schedule and execute jobs, run scripts 00
SKSai Krishna Ogguinsaikrishnaoggu.hashnode.dev·2d ago · 5 min readWhy Do Playwright Tests Pass Locally but Fail in CI/CD?“It works perfectly on my machine.” Every automation engineer has said it. Your Playwright test passes 20 times locally. You push the code. The CI pipeline starts. And suddenly: ❌ Test failed. You run00
LHLászló Hadházyincordata.hashnode.dev·3d ago · 23 min readGreen pipeline, broken page — deploying full-stack RustThe descriptor pilot ends with a fact that sounds like a conclusion. It compiles to a single 10 MB binary, that binary runs from an empty directory, and the pages it serves contain no <link> and no <s00
SKSai Krishna Ogguinsaikrishnaoggu.hashnode.dev·3d ago · 2 min readIntegrating Playwright with CI/CD Using GitHub ActionsAutomating Playwright tests locally is useful, but running them automatically in a CI/CD pipeline gives teams faster feedback on every code change. In this guide, we'll integrate Playwright with GitHu00
MNMichał Niedźwiedzkiinvisimark.hashnode.dev·4d ago · 7 min readMarkdown woes: Looks right, is wrongMarkdown has an unfair advantage: it looks trustworthy. A table lines up, the headings are right. The numbers have two decimal places. GitHub renders it beautifully. The pull request is green, so you 00