Blog Update
Technical Notes
Writing from the KOWD workshop.
Practical posts on Django, Ubuntu, PostgreSQL, JavaScript, deployment, APIs, and the lessons that come from actually building products and client work.
Latest Posts
Articles, guides, and build notes.
-
Setting Up Redis in Django
Learn how to set up Redis in your Django app the simple way. From installing on Ubuntu to caching, sessions, and even a touch of WebSockets - without the usual overcomplicated explanations.
Read Article -
Turning your website into a Progressive Web App
If you want to keep your users engaged, it's a good idea to turn your website into an installable application on multiple devices. Let's take a look on how we can make this a reality!
Read Article -
Push Notifications With Javascript
Push notifications, when used appropriately, can be a useful and engaging tool for any website and can remind users to come back to visit your content. Let me show you how to implement it!
Read Article -
GeoLocation API With Javascript
You may not realise how easy it is to get an end user's current precise location. Let's delve into doing this, ethically of course!
Read Article -
Setting up your project with Nginx
There are so many tutorials out there to help you learn web development, but finding content to learn a very important part of making a production site can be like finding a needle in a haystack. Let me help you set up with Nginx in Ubuntu Linux.
Read Article -
Get set with PostgreSQL
Setting up a production-level database isn't as difficult as you may think. Let me guide you through it step-by-step in Ubuntu Linux and show you how to link it with a Django back-end server.
Read Article