Open in app

Sign In

Write

Sign In

Shajith
Shajith

30 Followers

Home

About

Published in FAUN Publication

·Feb 9

Different methods to log in Azure CLI (With and without browsers)

The Azure CLI is a powerful tool for managing and automating tasks in Azure. To use the Azure CLI, you need to log in to your Azure account. In this blog, we will go over the different methods you can use to log in to Azure using the Azure CLI. Log in interactively ( browser required) …

Azure

3 min read

Different methods to log in Azure CLI (With and without browsers)
Different methods to log in Azure CLI (With and without browsers)
Azure

3 min read


Jan 24

Connecting to Azure VM from Windows

Connecting to an Azure VM from windows can be a bit tricky and you may get errors like WARNING: UNPROTECTED PRIVATE KEY FILE! Permissions for ‘ ‘ are too open, It is required that your private key files are NOT accessible by others This private key will be ignored. ,etc. …

Azure

2 min read

Connecting to Azure VM from Windows
Connecting to Azure VM from Windows
Azure

2 min read


Jan 23

GitOps Simplified: A Quick Guide to Understanding the Fundamentals

A methodology where all the configurational and/or infrastructure codes are set up in a separate single repository is known as GitOps. This suits tools like Ansible, Terraform and Kubernetes, where they do require separate files for their configuration. For example, deployments and services YAML files in Kubernetes. I will have…

Gitops

2 min read

Gitops

2 min read


Dec 28, 2022

Common Interview questions — JavaScript

Straight to the point, there are tons of things to ask in JS, but these are a few of them which can be a quick refresher. Event loop, Single-threaded programming language — Explain, Asynchronous and synchronous, Promises and callbacks, “This” keyword, == and ===, Closure, Currying. Have a great day! See you on the next one!

JavaScript

1 min read

JavaScript

1 min read


Dec 13, 2022

Add Tailwind CSS to PUG

Without 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.js file, which can be created using …

Pug

2 min read

Pug

2 min read


Dec 12, 2022

Updating your local angular version to the latest

Updating 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 the updates you can proceed with and with the commands that you can use for updating them. ng update Now, once you get this, start performing the updates and this will automatically update your project with the latest compatible ways.

Angular

1 min read

Updating your local angular version to the latest
Updating your local angular version to the latest
Angular

1 min read


Dec 2, 2022

Add Google analytics to Astro using Partytown

Adding 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 ({ integrations: [partytown({ config: { forward: ["dataLayer.push"] }, })], }) …

Astro

1 min read

Add Google analytics to Astro using Partytown
Add Google analytics to Astro using Partytown
Astro

1 min read


Dec 2, 2022

Jest with Angular 15

This blog focuses on setting the configurations on your Angular v15 application. Step 1: ( Removing Karma and Jasmine ) — Not mandatory Open package.json and scroll down to devDependencies. Note down the names of the packages which involve Karma and Jasmine. …

Jest

2 min read

Jest with Angular 15
Jest with Angular 15
Jest

2 min read


Nov 24, 2022

Setting up AWS CLI

This 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 the installation by opening the CMD or terminal and typing the command aws --version If this works and gives the version of it, then we can proceed to the next step.

AWS

1 min read

AWS

1 min read


Nov 22, 2022

Honest 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 stuck in a problem, when I googled it, the first recommended link is…

AWS

2 min read

AWS

2 min read

Shajith

Shajith

30 Followers
Following
  • Niharikaa Kaur Sodhi

    Niharikaa Kaur Sodhi

  • Alex Mathers

    Alex Mathers

  • Fernando Doglio

    Fernando Doglio

  • Joel Belton

    Joel Belton

  • Sunlight L.

    Sunlight L.

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech