Frank Wiles

pytest support for django-test-plus

django-test-plus has long been a useful helper library with Django. Now we've added some simple pytest fixture support to make it even more useful!

Flavio Curella

Today I Learned - Caching uuid's for the win!

More and more often, we see schema designs that use UUIDs as primary keys. That's a valid choice if you're concerned about sharding and partitioning your database, but it has its own drawbacks, sometimes in unexpected places.

Frank Wiles

Today I Learned - Testing import file mismatch

Ran into a weird error with coverage, pytest, and Travis today and wanted to document an easy fix when you get a 'import file mistmatch' error from pip packages you do not control.

Stephen Spencer

Pro-Tip - What the, Kubernetes! -- part 1

Overcoming the read-only configMap with Helm

Flavio Curella

Check This Out - Using Private Packages in Python

With companies moving to microservices, it's becoming common to have a system scattered across multiple repositories. It's frequent to abstract common patterns and code into private repositories that are then included in each service. But using packages from private repos with Python can be tricky. This guide will guide you through the necessary steps.

Lacey Henschel

Today I Learned - Docker: Useful Command Line Stuff

Let’s talk about what it’s like to actually use Docker in your day-to-day.

Lacey Henschel

Today I Learned - A Brief Intro to Docker for Djangonauts

Lacey didn't have the opportunity to work with Docker at her last job. In this tidbit she steps you through getting started with Docker for Django developers.

Frank Wiles

Check This Out - Optimized Python

Smaller and faster Python 3.6.x images for you to take advantage of.

Frank Wiles

Pro-Tip - Python 3 run command over SSH

Sometimes you just need to run a command on a remote host with ssh and Python 3 without any real fuss. Here is the simplest way we have found to do that and retrieve the output. 

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