
Adam makes a lot of websites. He presently develops full-time for Tapstream, freelances occasionally and posts unsaleable articles on his blog.
Adam's articles
Python Web Applications: The basics of WSGI
By Adam Bard,
Adam introduces the the basics of the Web Server Gateway Interface, which lies beneath every Python web framework, showing how to code your first WSGI app.
Heroku Alternative: Deploy Apps with Dokku on DigitalOcean
By Adam Bard,
Adam Bard shows how to get small, low-traffic projects up and running with Dokku on DigitalOcean, creating a Heroku-like experience without the cost.
Deploying to Heroku: An introduction
By Adam Bard,
Adam Bard explains the simple steps involved in deploying web applications to Heroku, a managed server platform.
Configuring Nginx to Speed Up Your Ghost.io Blog
By Adam Bard,
Adam Bard looks at configuring a Nginx server with Ghost, to help with static assets and caching.
Anatomy of a Web App: How I Built RedditLater in Clojure
By Adam Bard,
A look at Redditlater, and a guide to efficiently hosting a Clojure web app on a single Heroku dyno.
Building a Recipe Search Site with Angular and Elasticsearch
By Adam Bard,
This article shows how AngularJS and Elasticsearch can be used to create a simple recipe search site.