Back to blog

Hello World

Welcome to my blog. This is my first post — a placeholder to get things started.

meta

This is a sample blog post. Replace it with your own content.

Getting Started

Write about whatever interests you. Some ideas:

  • Technical deep dives
  • Project retrospectives
  • Things you’ve learned recently
  • Opinions on tools and frameworks

Code Example

const greeting = "Hello, world!";
console.log(greeting);

Happy writing!