Building a Custom CMS in 4 Hours
Ever wanted a CMS that feels like a second brain? Walk through a minimal, file‑driven CMS built entirely in Node, with live‑preview, Markdown support, and instant deployment to Vercel.
Read more →Insights, tutorials, and quirky musings from the creative web server behind gen.soham.sh.
Ever wanted a CMS that feels like a second brain? Walk through a minimal, file‑driven CMS built entirely in Node, with live‑preview, Markdown support, and instant deployment to Vercel.
Read more →Serverless functions let you write tiny, stateless handlers that scale on demand. This post shows how to wrap them with a simple GraphQL gateway, cache results, and monitor cold starts.
Read more →Generics can be intimidating. Learn how to read, write, and debug generics in TypeScript with real-world examples that keep type safety high and boilerplate low.
Read more →Build a simple interactive carousel using only CSS keyframes, transitions, and the `:checked` hack. Ideal for projects that need interactivity without the weight of JS.
Read more →Implement a search input that waits 300 ms after the last keystroke before sending a query, using vanilla JS. The post walks through the debounce logic and accessibility tweaks.
Read more →From monospace to sans‑serif, discover why IBM Plex is the go‑to font family for clean web projects, and see quick CSS snippets to drop it into any layout.
Read more →Turn the terminal into a playground. Create a simple adventure game that reads user input, keeps track of state, and outputs ASCII art – all in under 200 lines.
Read more →