How to Install Argo Workflows on Kubernetes and Access the Server UIIntroduction Argo Workflows is an open-source workflow orchestration tool for Kubernetes. In this tutorial, we will walk through the steps to install Argo Workflows on a Kubernetes cluster and access its server UI. Step 1: Check Current Context Befor...Jun 7, 2023·2 min read
Add Tailwind CSS to PUGWithout further ado, let's get started on adding it. I have a node.js application with a templating engine - Here currently I am using PUG. The first step is to install tailwind CSS, npm i tailwindcss The second step is to create a tailwind.config...Dec 13, 2022·1 min read
Updating your local angular version to the latestUpdating your local angular version Since Angular gets updated every six months, it is easier to migrate from one version to the latest. Enter “ng update” inside the folder containing the angular project. This will give an outlook on what are all t...Dec 12, 2022·1 min read
Add Google analytics to Astro using PartytownAdding google analytics to Astro can be done with the partytown integration. Step 1: Add Partytown to your Astro site npx astro add partytown Step 2: Add datalayer push as a forwarding event in your astro.config.mjs file export default defineConfig ...Dec 3, 2022·1 min read
Jest with Angular 15This blog focuses on setting the configurations on your Angular v15 application. Step 1: ( Removing Karma and Jasmine ) — Not mandatoryOpen package.json and scroll down to devDependencies.Note down the names of the packages which involve Karma and Ja...Dec 2, 2022·2 min read
Setting up AWS CLIThis blog focuses on the quick steps to install AWS CLI and start working with it. Download the AWS CLI with respect to your operating system from https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html Once installed, verify th...Nov 25, 2022·1 min read
Honest thoughts on AWS as a beginnerHonest thoughts on AWS as a beginner First of all, it is superfast. The number of applications for different domains is huge and many industries can be able to utilize it. The documentations are to the point and simple. Especially on debugging. I was...Nov 22, 2022·2 min read