← Back to blog

helloworld

i guess this is my first post.

Why I Started This Blog

i wanted to things about my life and was too afraid to do it with my real name.

What to Expect

I plan to write about:

  • Projects I'm working on
  • Things I've learned - technical and otherwise
  • Thoughts on various topics
  • A Code Example

    heres a truly girpping piece of code that takes a glance into my twisted mind:

    function greet(name) {
      return `Hello, ${name}!`;
    }
    
    console.log(greet("World"));

    Thanks for reading!