Site Rewrite

A more controlled approach to my site
@

After dozens of attempts to rewrite with different frameworks, languages, or just different styles, I finally landed on something I am happy with: deno and oak.

Something I like about this approach is the familiarity to when I was learning PHP. Since everything is loaded ahead of time, you send functions with strings of HTML. This approach allows me to understand every bit of what is happening in my website in the most transparent way possible.

There’s still a lot to do, but after about a day of work I can finally say that I’m happy with it.

You can view the source here.