First Post!

August 19, 2026
#programming#web#javascript#projects

Introduction

This is my first website I’ve built in a loooooong time (around 1 year).

My old website is up somewhere, but I will take it down because it was extremely awful. Back then I was not a UI-guy, still not one today. But hopefully, my html/css skills have “improved” over the past year…

I’m a little sad that I didn’t “lock in” to “doing software” a little sooner, but I’m real proud of how far I’ve gotten since the summer of 2025.

Testing MarkDown

I want to test the MarkDown, so here are some of my favourite games!

  • TF2
  • Terraria
  • CS Source
  • Town of Salem
  • Osu! (Specifically Mania)

Something to end it off…

const app = new App();

app.get("/", (req, res) => {
  res.send("thanks for reading!");
});

app.listen(3000);