Figure out changed lines in a commit in a git repogit show can be used to figure out the changed lines in a commit. I recently20 Aug 2025 • 2 min read
Vim search and replace magic wandI found a nice search and replace command in vim. If you need to change all12 Aug 2025 • 2 min read
Direcory wide search using quickfix list in NeovimIf i am reading code and want to see all references of a word, until yesterday i11 Aug 2025 • 2 min read
Create template code on creating a new fileIf you are working a lot on a language and are creating many new files, always9 Aug 2025 • 1 min read
Neovim logging pluginPeople debug typescript and javascript(even NodeJs) files using log statements6 Apr 2025 • 1 min read
Automating HTML generation using NodeJsFew months ago I was approached to build a website for the Oushadhavana28 Apr 2024 • 4 min read
Psuedo localization toolA software that is available in multiple languages is usually designed and developed in one language(usually english).4 Mar 2023 • 2 min read
VIM FunVIM is a great tool to master for anyone interfacing with a computer. The documentation is really good and trying to find stuff to read is relatively easy with :help [keyword].9 Sep 2022 • 5 min read
My development workflowThis blog post is a rundown of my development workflow. The tools, customisations and integrations I have setup to arrive at a workflow that helps me daily in going about my work.23 Jul 2022 • 4 min read