
How to Add Custom Filters to Wagtail Images Admin View
Learn how to elegantly extend Wagtail's built-in images admin with custom filters using Django's app configuration and monkey patching - no URL hacks required!
Learn and enjoy developing with digital technologies at your own pace
Welcome to our digital playground for software development and server management. This space is meant to be a collection of technical notes and personal opinions about digital tech. While there's not much here yet, I'm excited to grow this into something bigger. You will find articles on various topics, organized with tags to help you find what interests you. I'm also planning tutorials that are simple enough for my family to follow along. No quantum physics required, just a quantum of curiosity!
Welcome to our digital playground for software development and server management. This space is meant to be a collection of technical notes and personal opinions about digital tech. While there's not much here yet, I'm excited to grow this into something bigger. You will find articles on various topics, organized with tags to help you find what interests you. I'm also planning tutorials that are simple enough for my family to follow along. No quantum physics required, just a quantum of curiosity!
Meilisearch is an open-source, blazing-fast search engine built for creating intuitive and delightful search experiences. It's designed with a strong emphasis on developer experience and ease of use.
A little exercise to build a server monitoring dashboard to visualize disk space metrics. We'll use Python for the backend and a simple web interface with JavaScript for displaying the data. An example to showcase the scope of a little app.
Monitoring disk space on Linux servers is a critical aspect of system administration. Running out of disk space can cause application failures, prevent logging, and even crash your system.
Install python 3.13 on Ubuntu LTS 24.04. The principle will remain the same for the upcoming versions. You can always use tools such as pyenv but I always install from the sources when installing a server (dev or prod).