Botched Deployments (Page 9)

This is where I give myself the opportunity to rant and vent and let everyone know my struggles 😊

JAMstack appeal

Where I dive into JAMstack stuff for a little while

Short for "JavaScript, API, and Markup". In short, the idea is that a website/webapp doesn't need server side processing, but can be precompiled to a set of markup files and scripts that communicate with APIs to deliver dynamic and data-bound features.

Read more...

Python isn't a silver bullet

Where I evaluate my experience with Python

Back at school, our first dive into code was MoscowML (for some unholy reason). Strictly functional language, and not a lot of fuzz. We learned how types mattered, and we learned how to get something working without loops and control flow. An interesting exercise, but not really what I was there for.

Read more...

Advent of Code

Where I share my experience with AoC

While I've never actually finsished the calendar, I just wanted to share my take on the Advent of Code project.

Read more...