File based pure HTML partial componentsA multiple page website usual has components that are repeated in all the pages.2 Nov 2025 • 2 min read
JSON files as data store for small websitesIf you need to display content on a website with repetitive markup, it becomes22 Oct 2025 • 2 min read
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