Django Unit Tests at Biking Endorphines

Unit Tests why would you need this at all?

1. Unit tests and regression testing!

Gives you confidence of not breaking your previous features by creating new features.

2. Program some more!

When you create unit-tests you have to think-through on the source-code to be proper applied to the tests …

more ...

Behind closed doors - Biking Endorphines idea.

Biking Endorphines - story REVEALED.

Story behind the bars :)

How this project came to my mind and why I've started it?

This project came to my mind as an idea, that I could motivate myself to ride bike more offen than I do now.

Second part besides of "motivation for riding …

more ...

Blog posts deployment using Pelican and Fabric

Introduction - How I end-up with slappy SCP?

I've decided I'll use my old laptop (which is currently used as a media server for TV) as my main "server" for maintaining and creating content and building site on it.

I have to confess, two posts (how-to-create-own-blog && get-noticed ) were deployed by me …

more ...

Biking Endorphines - Where to Begin?

What Github offers us.

Since project Biking Endorphines will be maintained at open-source Github, let's check what type of tools does Github offers us.

To narrow down our research, let's just find tools available as "free" - they will all be an Continuous Integration tools which purpose will be to build …

more ...