How I reduced the size of my very first published docker image by 40% - A lesson in dockerizing shell scripts

Posted on ๐Ÿ“… February 3, 2024

I interact with Dockerfiles every day at work, have written a few myself, built containers, and all that. But never published one on the docker hub registry. I wanted to make ugit - a tool to undo git commands (written as a shell script) available to folks who donโ€™t like installing random shell scripts from the internet.

Writing like a pro with vale & neovim

Posted on ๐Ÿ“… May 26, 2022

Vale is a syntax-aware prose linter built for all you writers out there. With more than 100 releases so far vale is 5 year old project and is used by writing folks in companies like Google, Microsoft, IBM, RedHat to name a few. I have recently started to use vale in my everyday writing workflow and it has a significant impact on what words I choose to convey ideas. I mostly use neovim for writing, so we will be covering how to setup vale and use it with neovim.