aasish.dev

hello world

2026-04-10

welcome to aasish.dev. this is my corner of the internet where i write about whatever i'm building, thinking about, or learning.

what this site is

a blog-format feed. no categories, no tags. just posts in reverse chronological order. the content could be about anything — code, finance, projects, ideas.

how it's built

next.js with mdx, deployed on vercel. posts are markdown files in a git repo. here's what a code block looks like:

import { compileMDX } from "next-mdx-remote/rsc";
 
const { content } = await compileMDX({
  source: markdownString,
  options: { parseFrontmatter: true },
});

that's it. more posts coming soon.