Some sugar for your python tests using nose, sniffer and some other good stuff
This short tutorial will introduce you to the basics of testing your python code using nosetests. It is meant as an introduction only. I'll assume you »
This short tutorial will introduce you to the basics of testing your python code using nosetests. It is meant as an introduction only. I'll assume you »
Adding syntax highlighting to a default Ghost template is actually remarkably easy with the help of the fantastic Prism [http://prismjs.com/] library. From the admin »
Looking over the Thoughtworks Tech Radar [http://www.thoughtworks.com/radar], I stumbled across PlantUML [http://www.plantuml.com/]. The Thoughtworks description rings true > Developing a »
> We will look at what a living style guide is, why you want one, and some tools to help you get there What Living style guides »
In this tutorial I will document the process of adding a database to your flask app. We'll use the following tools: * Flask-SQLAlchemy: ORM mapping * Flask-Migrate: DB »