Git concepts simplified

http://gitolite.com/gcs/

A successful Git branching model

http://nvie.com/posts/a-successful-git-branching-model/

Git How To

Git How To — is a guided tour that walks through the fundamentals of Git, inspired by the premise that to know a thing is to do it.

Git Tutorial

This tutorial explains the usage of the distributed version control system Git via the command line. The examples were done on Linux (Ubuntu) but should also work on other operating systems like Microsoft Windows.

Git Immersion is a guided tour that walks through the fundamentals of Git

Git Immersion is a guided tour that walks through the fundamentals of Git, inspired by the premise that to know a thing is to do it.

Differences between ‘knp_paginator’ for distinct: false and distinct: true

https://gist.github.com/kraksoft/9e92b03db66176562358

A Visual Explanation of SQL Joins

http://sephiro.boo.pl/index.php/2012/07/21/zlaczenia-w-mysql-mysql-joins/ http://www.codinghorror.com/blog/2007/10/a-visual-explanation-of-sql-joins.html

Multidimensional array

https://gist.github.com/kraksoft/24823ed99bee72afd8a2

How to properly use @font-face to avoid faux-italic and bold browser styles

Did you know that if you declare a custom font using @font-face, the browser will try to fake the bold and italic styles if it can’t find them? This is a clever little feature that avoids a scenario where a themer specifies a font and is then confused that bold and italics don’t work, but ...

5 features to know about Composer PHP

http://moquet.net/blog/5-features-about-composer-php/