cd $HOME RSS Feed
Just a tech-guy that still grinding to ship tools for food. Stuck in golang and nodejs. Willing to learn elixir - (05/11/2024). Catching up to crafting awesome tools.
Read the blog posts or check some my Projects
Recent Posts
File encryption using GPG
Published: at 07:31 AMGnu Privacy Guard(GnuPG or GPG) is an Open Source version of the Pretty Good Privacy(PGP) Cryptographic software suite that is used for file encryption.
Intro to Garbage Collection
Published: at 05:24 PMYou might have heard of Garbage Collection (GC) in some programming languages. This term is often closely associated with performance. Let’s explore it in this quick, under-1-minute guide!
#1_Minute_SeriesIntro to Goroutine
Published: at 08:02 AMWhat is a goroutine? And why do people say, "You should use Golang—it has goroutines!". Let's find out why.
#1_Minute_Series