D
Hero
About
Skills
Experience
Work
Contact
Hire me
Resume

Dharmvir Dharmacharya

© 2026 Senior Frontend Engineer

LinkedInGitHubX (Twitter)Resume
Writing

Notes from the craft desk.

Deep dives on design systems, motion heuristics, and product engineering rituals.

Apr 27, 2026
8 min

Open-sourced my portfolio CMS. Host it yourself, fork it, send PRs — whatever you want to do with it.

A Portfolio CMS for developers you can self-host and bend to whatever you want. Next.js 16, Supabase, TypeScript. Inside: why I built it, how to get yours running in fifteen minutes, and what I'd love help with.

https://github.com/DDharma/portfolio-cms

Apr 25, 2026
15

On-Device AI Powered Interview – Using Qwen 2.5 1.5B Q4_K_M & Gemma 4

On-device AI on mobile isn't an experiment anymore—it's production-ready. I'm sharing what I learned running a small language model directly on an Android phone using llama.rn. No cloud, no API costs. Just a quantised model living on the device and responding in real time. If you're curious whether this is actually viable for a real app, here's the honest answer.

Apr 5, 2026
8 min

ClipSync: The Clipboard App That Lives on Your Wi-Fi, Not the Internet

A deep dive into the architectural decisions behind ClipSync — an open-source, zero-cloud clipboard sharing tool. Learn how in-memory storage, delta-sync polling, base64 file handling, and LAN IP detection work together in a real app.