I have been experimenting with some opinionated tools to simplify our Python development. The two tools I’ve been trying are Prospector and Black.
Recently we had to change the amount of IOPS we had provisioned on our production…
Recently I gave a brief internal talk about Terraform and some of the questions from the team mirrored those that former colleagues had asked so I thought it might be useful to write up some of the reasons why we are currently using Terraform.
The term “fullstack” can be quite overloaded; often it means someone who can do traditional web-based frontend and backend programming tasks; sometimes it simply means a Javascript developer who can use Node!
Recently we needed to do a round of prototyping on a new product we are working on. We wanted to be able to quickly setup a Python web application but we didn’t want to create or manage a lot of infrastructure around it, unlike our production applications.