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.
Lacey Henschel
Step-by-step guide to integrating Meilisearch with Django, complete with automatic indexing, typo tolerance, and relevant filtering capabilities.
Frank Wiles
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
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
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
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.
Frank Wiles
Find out the details of our origin story along with examples of some of the more interesting projects we've tackled in our history.
Kojo Idrissa
Your code formatter may have reformatted your API key. This could cause many confusing errors.
Frank Wiles
Developers are the largest expense with software. Improving their productivity doesn't just make sense to the company's bottom line, but it improves morale as they no longer have to wade through a bunch of crap to get started on the job at hand. This data generation technique helps improve your developer experience and testing.
Frank Wiles
A simple import trick to make it easy to keep your django-ninja view functions in different Django apps and files.
Kojo Idrissa
Most of what are called `websites` today are `web apps`. These are computer applications that use the web as their delivery method and GUI. However, since they look like websites, their complexity and design challenges are often underestimated.