Welcome to aesks — my corner of the internet.

This blog runs on Eleventy, a fast and flexible static site generator. I'll be writing about technology, ideas, and whatever else catches my attention.

What to expect

Posts here will vary in length and topic. Some will be long-form essays, others short notes. The common thread: things I find worth writing down.

Here's a quick code sample to show syntax highlighting is working:

function greet(name) {
  return `Hello, ${name}!`;
}

console.log(greet("world"));

Thanks for stopping by.