Recent Posts
Python Test Automation
Here’s a post I wrote for TestIm a while back. It’s more of a listicle than a tutorial, but looking into Python tools I wasn’t already familiar with was fun.
A few weeks ago, we talked about automating tests. Now it’s time to take a look at six of the best Python test automation tools.
The good news is that the Python standard library already includes excellent unit testing tools. You can go a long way toward setting up robust test automation using the language’s built-in capabilities.
read more
Ansible Tutorial
More Ansible! I wrote this one for Cprime last year, around the same time as the other Ansible post. Enjoy!
Ansible is an automation tool for cloud provisioning, configuration management, application deployment, and other IT operations. You can use it for simple tasks, like deploying and configuring software releases, or for managing complicated multi-tier environments. Ansible doesn’t need agents and works with existing security infrastructure, so it’s easy to integrate into an existing network.
read more
Developing a Last.fm shortcode for Hugo
I moved this blog to Hugo from Ghost over the holidays. This was after about a year of dissatisfaction with (very expensive) hosted Ghost, after many years on WordPress.
While Hugo has fewer bells and whistles, it suits my purposes perfectly. I can write in Markdown, which I prefer over any other format. Ghost claims to support Markdown, but you can only input Markdown to its editor. You can’t see it.
read more