Yankee Maharjan
Yankee Maharjan

Yankee Maharjan

Follow
homeProjectsVideosAboutnewsletter
Tag

Tutorial

#tutorial

More content

Read more stories on Hashnode


Articles with this tag

Build CLI blazingly fast with python-fire ๐Ÿ”ฅ

Oct 26, 20226 min read

Command line applications are developers best friend. Want to get something done quickly? Just a few keystrokes and you already have what you are...

Build CLI blazingly fast with python-fire ๐Ÿ”ฅ

Incognito Mode for Shell Environments

May 16, 20213 min read

Whatever we write on the Shell, its history is saved on the HISTFILE. If you go and type history on your terminal, you're going to see a list of all...

Incognito Mode for Shell Environments

Practical Guide to Git Worktree

Apr 12, 20213 min read

Git has a solution to all of our problems, you just need to know where to look. As developers, context switching is a part of the job that you need to...

Practical Guide to Git Worktree

Streamline your projects using Makefile

Dec 26, 20206 min read

Learn to streamline your projects using make. With examples for Python3 Project, Docker, and Kubernetes management. ยท make is one of the tools that we...

Streamline your projects using Makefile

How Rolling and Rollback Deployments work in Kubernetes

Oct 25, 20206 min read

Kubernetes has been used heavily on production for the past few years. It offers a plethora of solutions for orchestrating your containers using its...

How Rolling and Rollback Deployments work in Kubernetes

Setting up multi-node Kubernetes cluster locally with K3s and Multipass

Oct 24, 20204 min read

There are a lot of tools that allow you to setup a local Kubernetes cluster in no time. But with a full-blown K8s running on your local machine, you...

Setting up multi-node Kubernetes cluster locally with K3s and Multipass