Hi! Welcome to the blog.

I write about the Cloud, Go, Python, and shell tricks.


Move lines around in Neovim

Published: Feb 5, 2023

How to set up keymaps to move lines up or down in neovim

#vim

Use AWS CLI SSO Login

Published: Sep 19, 2022

this is a sample summary, This creates the NamedProfile if it did not already exist. An entry should be added to your

#shell #aws

No-Framework Approach to Building a CLI with Go

Published: Dec 1, 2021

In this guide, we will be building a CLI tool from scratch. No fancy frameworks or libraries instead, we are building our own

#Go #Golang #CLI