← Back

My First Deno Blog Post

2025-10-05

My First Deno Blog Post

After years of tinkering with HTML, CSS, JS, and a few back-end technologies, I’ve finally jumped into the Deno ecosystem — and wow, what a smooth start.

I had been eyeing Deno for a while, mostly curious about its modern take on Node.js. No node_modules, secure by default, TypeScript first — all things that aligned with how I like to build. But the real kicker? Deno Deploy and the Lume static site generator.

Why Deno?

I was drawn in by:

Why Lume?

I wanted a site that:

Lume checked all those boxes. Inspired by sites like tinyclouds.org, I forked a setup that used .page.ts files, search.pages(), and layouts powered by .tsx.

Bash + Deno = ⚡

I’m also embracing more Bash scripting to automate tasks:

What's Next?

This blog is just the start. I plan to:


Thanks for reading — and welcome to my Deno-powered corner of the web.

– Kyle