Frank Wiles

Give Your Django Admin X‑Ray Vision—Automatic Dead‑Link Detection

Stop link rot before users ever see it: this guide shows how one lightweight app scans your models, flags broken URLs, and slots neatly into any Django workflow.

Frank Wiles

Pro-Tip - Faster Python Docker Builds

The 4 Docker Sins Killing Your Python Productivity. You changed a single line of code and Docker has to rebuild everything! Dramatically improve both fresh builds and rebuilds when working in Docker.

Frank Wiles

18 Years of REVSYS

Frank left his last corporate job in April of 2007 to start working on REVSYS full time. Prior to that he was just doing the occasional consulting and freelance work under the REVSYS brand.

Kojo Idrissa

What IS a Django App?

To kick off a semi-regular series of blog posts about useful Django apps, we start with some definitions

Frank Wiles

REVSYS Anniversary and Office Warming Party

Come have some snacks and drinks at our new office.

Lacey Henschel

How to Add Blazing Fast Search to Your Django Site with Meilisearch

Step-by-step guide to integrating Meilisearch with Django, complete with automatic indexing, typo tolerance, and relevant filtering capabilities.

Frank Wiles

Today I Learned - Redis connections growing unbounded

gunicorn+gevent and Celery can be tricky. There is a setting that is often missed that keeps your Redis connections from increasing until they reach the maximum.

Frank Wiles

Pro-Tip - How to upgrade FluxCD

Streamline your FluxCD upgrade in Kubernetes with this concise guide. Learn how a simple re-run of the flux bootstrap command can effortlessly update your FluxCD version, saving you time and hassle.

Frank Wiles

Pro-Tip - "En-Rich" your Python testing

Test output is often an afterthought. You can improve your flow and slightly gamify your bug hunting by combining the wonderful Rich Python library and pytest.

Frank Wiles

Pro-Tip - pytest fixtures are magic!

Fixtures are building blocks for good tests and can increase development speed. The main issue with writing tests is setting up necessary data before the test, but pytest fixtures make it easier by injecting necessary data into your tests.

Prev 1 2 3 4 5 6 7 8 9 10 Next