by Manish Ghimire | Dec 15, 2025 | DevOps, Uncategorized
Overview In the fast-paced world of DevOps, speed and agility often take center stage. However, rushing to deploy can leave security gaps that put your entire infrastructure at risk. The good news? Most security vulnerabilities in DevOps pipelines are preventable with...
by Siddhartha Sapkota | Nov 20, 2025 | DevOps, Programming, Python, Uncategorized
Overview When I began my journey as a QA engineer, I thought testing was simply clicking through screens, verifying functionality, and reporting bugs. But as months went by, I discovered that quality assurance is much more than that, it’s a mindset, a discipline, and...
by Manish Ghimire | Nov 3, 2025 | DevOps
Overview The command line has long been the preferred workspace for developers.But remembering commands and complex syntax is a pain.Amazon Q Developer CLI changes that.Just talk to your terminal in plain English—it’ll debug, explain, or even write scripts for you.No...
by Manish Ghimire | Jun 19, 2025 | DevOps
Overview AppArmor (Application Armor) is a Linux security module (LSM) that provides mandatory access control (MAC) for programs. MAC is a security model where access to resources (files, directories, network ports, etc.) is strictly controlled by a central policy.It...
by Manish Ghimire | May 22, 2025 | DevOps, Machine Learning
Overview The AI industry is rapidly evolving, with large language models (LLMs) like GPT-4, Claude, Gemini, and DeepSeek-R1 pushing the boundaries of natural language understanding, reasoning, and automation. Open-weight models (Llama 3, Mistral, DeepSeek,Gemma) now...
by Manish Ghimire | May 5, 2025 | DevOps
Introduction Azure Kubernetes Service (AKS) manages your hosted Kubernetes environment, making it quick and easy to deploy and manage containerized applications.As a fully managed service, AKS automates critical tasks like scaling, security patching, and workload...