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_SeriesBinary Search
Published: at 05:40 PMLearn how binary search works and why is so powerful for searching methods.
#1_Minute_Series