Category: Web Frameworks | All Categories

Minimalist Guide to Poem

A review of the Rust-based Web Framework Poem.


Minimalist Guide to Axum

I review the features and community benchmarks of the Rust-based Web Framework Axum.


ROAPI: An API Server for Static Datasets

I review the features and benchmark ROAPI.


Actix: A Web Framework for Rust

I review the features and community benchmarks of Actix.


Rocket: A Web Framework for Rust

I review the features and community benchmarks of Rocket.


Building PostgreSQL Extensions with Rust

I build a PostgreSQL function in Rust and use it to try and transform 1.27B records.


Faster Top Level Domain Name Extraction with Rust

I port a Python-based TLD extraction script to Rust.


Faster Testing with RAM Drives

Reduce the I/O overhead of running tests in Django.


Tightening Django Admin Logins

A strategy for blocking dictionary attacks and restricting access to a white list of IP addresses.


Passwords in Django

A review of Django auth's password storage format and password storage upgrading capabilities.


Faster Python

Six tips for speeding up Python code.


Crushing, caching and CDN deployment in Django

A strategy for crushing, caching and deploying front-end-optimised Django sites.


Better Python Package Management

Python's most popular package management tool is pip. I explore some tools to increase its functionality.


Load balancing Django

Setup a load-balanced, two-node Django cluster with a minimal Ansible footprint.


Faster Django Testing

Run Django tests concurrently with pytest-xdist.


Django exception archaeology

How to capture, monitor and analyse exceptions raised from a Django project.


Python's killer apps for blogging: Pelican and S3cmd

I look into the steps of creating a blog using Pelican and hosting it with low-cost CDN services from Amazon with the help of S3cmd.


Former PHP developer

I stopped coding in PHP in 2011, here are the thoughts that led me to that decision.


File uploads to Amazon S3 in Django

How to upload files to Amazon S3 from a form in Django as well as (very important) how to test the upload process.


Django speaking JSON

django-jsonview offers a method decorator which will cause all responses (including exceptions) to return in API-friend, JSON format.

Copyright © 2014 - 2026 Mark Litwintschik. This site's template is based off a template by Giulio Fidente.