Blog.

Thoughts on code, tools, and everything in between

Adding Live Reload to a C++ Static Site Generator with WebSockets and morphdom

How I added hot module replacement-style live reload to my custom C++ static site generator using WebSockets for change detection and morphd...

C++Static Site GeneratorWebSocketsmorphdomLive ReloadWeb Development

Building a Static Site Generator in C++ (Because Why Not?)

Most developers reach for Hugo or Jekyll. I decided to build my own static site generator from scratch using C++. Here's why, and what I lea...

C++Static Site GeneratorWeb DevelopmentTemplatingMarkdown