Unit tests are profound in their usefulness, but often hard to get started with, let's kick off with Mock and PyTest.
read more →$ cat blog/posts.md
It can be important to diagnose the activity or data that either websites or apps are sending to ensure that code is reliable and/or...
read more →Learn how iOS (and OSX) has excellent support for attributed strings, they allow you to have rich formatting inside standard controls such as...
read more →See your custom properties at design time, and make tweaking of options without changing code.
read more →You can do alot more with your shell than just out of the box settings on OSX.
read more →UWSGI is great, let's explore a powerful setup where we want to run all the things!
read more →Graphs can look great, especially when they're sharp with SVG rendering. Let's do a radial progress that can display multiple progressions
read more →Python is a great workhorse, let's create a daemonised service we can monitor and ensure running.
read more →UWSGI is a great application server, but how to best serve the static content?
read more →Sometimes you want users in different regions to see different webpages or things on a webpage, let's work out how.
read more →