1 min read 0 QuickBitesWhat are containers ? ShajithOctober 22, 2023 Containers are like digital treasure chests for software. They package up an application, its code, and dependencies in a portable,…
2 min read 0 KubernetesMicroblogsWhat is with Ships and Kubernetes ? ShajithOctober 22, 2023 🚢⚓️A Fascinating Analogy 🌐🚀 Let’s dive a bit deeper into the intriguing comparison between the world of ships and the…
4 min read 0 KubernetesMicroblogsHelm – A Kubernetes package manager ShajithOctober 21, 2023 Introduction Managing complex applications can be a daunting task. Kubernetes provides powerful orchestration capabilities, but deploying and maintaining applications with…
2 min read 2 MicroblogsUnderstanding IT Products: What Exactly Are They? – A micro blog ShajithOctober 4, 2023 Introduction On talking about the software industry, the term “products” is ubiquitous. It appears in conversations, job descriptions, and industry…
2 min read 0 UncategorizedHow to Install Argo Workflows on Kubernetes and Access the Server UI ShajithJune 7, 2023 Introduction Argo Workflows is an open-source workflow orchestration tool for Kubernetes. In this tutorial, we will walk through the steps…
3 min read 0 UncategorizedDifferent methods to log in Azure CLI (With and without browsers) ShajithFebruary 9, 2023 The Azure CLI is a powerful tool for managing and automating tasks in Azure. To use the Azure CLI, you…
1 min read 0 UncategorizedConnecting to Azure VM from Windows: A Step-by-Step Guide to Resolving Errors ShajithJanuary 24, 2023 Connecting to an Azure VM from windows can be a bit tricky and you may get errors like WARNING: UNPROTECTED…
2 min read 0 UncategorizedGitOps Simplified: A Quick Guide to Understanding the Fundamentals ShajithJanuary 23, 2023 A methodology where all the configurational and/or infrastructure codes are set up in a separate single repository is known as…
1 min read 0 UncategorizedCommon Interview questions – JavaScript ShajithDecember 28, 2022 Straight to the point, there are tons of things to ask in JS, but these are a few of them…
1 min read 0 UncategorizedAdd Tailwind CSS to PUG ShajithDecember 13, 2022 Without further ado, let’s get started on adding it. I have a node.js application with a templating engine – Here…