~/awanish-kumar
โ† back to blog
2026-06-23ยท1 min read

Welcome to my corner of the internet

#meta#ml

Hello ๐Ÿ‘‹

This is the first post on my new personal site. I built it to have a single place that's mine โ€” not a feed, not an algorithm โ€” where I can write things down and point people to resources I find useful.

What you'll find here

  • About โ€” who I am and what I work on.
  • Blog โ€” notes from the field: things I'm learning about ML, engineering, and the occasional rabbit hole.
  • ML interview prep โ€” a curated, opinionated list of the resources I actually reach for when preparing for (or thinking about) ML interviews.

How this site is built

It's a Next.js app with a terminal-inspired theme, markdown-driven blog posts, and it runs in a Docker dev container. Posts are just .md files in content/blog/ โ€” to publish, I add a file and push.

// Adding a post is this simple:
// content/blog/my-new-post.md
//   ---
//   title: "My new post"
//   date: "2026-07-01"
//   ---
//   ...markdown here...

More soon.