Feb 16 · 27 min read · Project: Week 1 → CI/CD Foundations (Node.js + GraphQL) Repository: Push1697/devops-portfolio In the world of DevOps, a pipeline isn't just a script that runs tests — it's the factory floor of your software delivery. A well-architected pipeline ens...
Join discussion
Jan 4 · 4 min read · Introduction Welcome back! Today, we’re diving into one of the most essential tools in a developer’s toolkit: Git Let me take you back to my early coding days. I used to tinker with game development, copying C tutorials line by line, trying to get ev...
Join discussionAug 10, 2025 · 12 min read · Multi-Platform Blog Publisher 🚀 Automatically publish your articles to multiple blogging platforms using GitHub Actions Table of Contents Overview Features Quick Start Repository Structure Installation Usage Configuration Content Format Set...
Join discussionMay 15, 2024 · 8 min read · Hopefully, by now, we all know that we shouldn't download and run random, untrusted executables from the internet. Users want to feel good that the code they are executing is authentic and free from malware. Windows Defender is one of the better thin...
Join discussion
Jul 11, 2023 · 5 min read · Have you been building and deploying apps without putting Continuous Integration(CI) in place? Well, this is a sign to turn a new leaf. As a developer, it is important to make sure that high-quality code is shipped at all times. As a result, CI is a ...
LKcee commented