File based pure HTML partial componentsDRY principle while working with no build multiple page websites2 Nov 2025 • 2 min read
JSON files as data store for small websitesUsing JSON files as data store to store and display content22 Oct 2025 • 2 min read
Figure out changed lines in a commit in a git repoUsing git to list all the changed lines in a commit in a repo20 Aug 2025 • 2 min read
Direcory wide search using quickfix list in NeovimQuick way to search for all references of a word under cursor11 Aug 2025 • 2 min read
Create template code on creating a new fileQuick way to populate new .c files with a 'Hello world!' program.9 Aug 2025 • 1 min read
Neovim logging pluginNeovim plugin to debug typescript and javascript files using log statements6 Apr 2025 • 1 min read
Automating HTML generation using NodeJsGenerating static sites from HTML template using NodeJs for better development experience28 Apr 2024 • 4 min read