Md Shafiur Rahman
← Writing

Welcome to the site

This is the first post on my new site. I built it with Statiq.Web, a static site generator written in .NET, and it's hosted on Azure Static Web Apps.

I plan to use this space for short, practical notes — things I learn while building software, tools I find useful, and the occasional longer piece when a topic deserves it.

Why a static site

Static sites are fast, cheap to host, and easy to reason about. There's no database to maintain and no server to patch. Everything you see is plain HTML generated ahead of time from Markdown and a handful of templates.

If you'd like to get in touch, the contact page is the quickest way.