Hello world

My first blog post, a little summary of why I have decided to start a blog and launch this portfolio

Posted on Sunday, 27 July 2025

Welcome to my little corner of the internet! It's been a long time coming, but I've finally launched my blog and portfolio. 🎉

I've dabbled with the idea for years, ever since I first dipped my toes into frontend development back in 2014. Countless abandoned projects and design iterations later, here we are! This time, I'm keeping things simple and focusing on getting an initial version out there first and then interating on new features.

Why this blog?

  • To document my software development journey and learnings.
  • To create a searchable archive of solutions to problems I've encountered.
  • To showcase my work and experiment with new technologies.
  • To share helpful tools and resources with fellow developers.

Stay tuned for more!

Code Playground
export default function App() {
  console.log("Hello from the console tab")
  return (
    <>
    <h1>Hello from this interactive playground.</h1>
    </>
  )
}

Hayden