All Posts - Page 2

5 Awesome Tools for Python Code Quality

Jun 29th 2019

Alternate Title: A developer adds five lines to her file. You won't believe what happens next! Code quality is critical to keeping large…
READ MORE

Build Your Own Insta with React and Django - Part 1

May 28th 2019

tutorial

In this series, we'll be creating a simple version of a photo sharing social network using React and Django Rest Framework. Creatively, we…
READ MORE

Tackling Complexity - Using the Service Pattern in Django

May 20th 2019

tutorial

It's the year 2019. You're working on a new Django project for a client, a team-based Todo app. The app still has a lot of velocity and you…
READ MORE

Testing External Resources With unittest.mock in Python

May 6th 2019

tutorial

Python has an amazing community built around testing, with libraries like pytest or hypothesis complimenting the standard library. However…
READ MORE

Vagrant Multimachine With Ansible

Mar 22nd 2019

tutorial

Alternative title: How to stop and enjoy parallel provisioning. I use Vagrant and Ansible together almost every day for creating quick…
READ MORE