Botched Deployments

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

Signals in Django is not what you want

Where I add a simple Publish/Subscribe pattern to Django

When I was new to Django and building an application, I soon found myself wanting to lower the coupling between various parts of business logic. In particular, there was a requirement that specific changes to data needed to be logged in a way that would be accessible to users. For instance, when a user would post a message, or add another user to a project, or delete some information from a project, a log entry would be created to record the action. These log entries would have their own list view, where users would then be able to filter and sort through the events to see what had been going on in their project.

Read more...

PWA Playground

Where I play around with Progressive Web Apps

I've started looking a little bit into Progressive Web Apps (PWAs) and I thought it would be fun to create a little playground for myself to experiment with them. As I've written in my previous post JAMstack appeal, I am curious about static, light-weight, server-less websites and PWAs are a great way to achieve that.

Read more...

Snake

Where we all play Snake

Already posted this on this other blog post, but I wanted to make it easier to find, play, and comment on.

Read more...