access_time2025-12-30T06:34:04.337ZfaceAmitabh Soni
GitHub CLI (gh) - Comprehensive Guide Introduction GitHub CLI, commonly known as gh, is an official command-line tool that brings GitHub's features directly to your terminal. It allows developers to interact with repositories, issues, and pull requests without needing to switch to a web browser, sig...
Kubernetes v1.35 Upgrade Impacts Introduction Kubernetes v1.35 delivers a high‑impact set of improvements across resource efficiency, scheduling intelligence, security, and platform hygiene. Compared to v1.34, this release turns several long‑running efforts (like in‑place Pod resize) into production...
AWS DevOps CI/CD Pipeline: A Complete Implementation Guide Introduction This article documents the implementation of a production-grade CI/CD pipeline on AWS using Terraform. The project demonstrates automated deployment of a containerised Node.js application using AWS ECS Fargate, with infrastructu...