public marks

PUBLIC MARKS from parmentierf with tags dev & guide

2009

2008

2007

Envie de développer agilement en Python ? Suivez le guide ! - Biologeek : Ubuntu, bio-informatique et geekeries libres d'un bio-informaticien au quotidien.

Ce livre est bien plus qu'un livre sur Python, c'est tout ce que vous ne trouverez pas dans les ouvrages classiques ou sur le net : de la méthodologie, des bonnes pratiques, des conseils pour progresser en tant que développeur (pas forcément Python), etc c'est vraiment un ouvrage qui se place au-dessus des ouvrages de référence. Le concentré d'expérience de Tarek et la réflexion qu'il peut avoir sur le métier de développeur donne un savant mélange d'épanouissement personnel et de progression au niveau de Python mais aussi de votre carrière si vous êtes amené à évoluer vers la gestion de projet.

Guide avancé d'écriture des scripts Bash

by 12 others
Une exploration en profondeur de l'art de la programmation shell

2006

Debugging make

(via)
Make utilities such as GNU make, System V make, and Berkeley make, are fundamental tools for streamlining the application build process, but each one is just a little different from the others. Learn the structure of the makefile and how to avoid common mistakes in its creation, discover how to fix or work around portability issues, and pick up hints for solving other problems as they crop up.

Quick guide to somewhat advanced JavaScript

by 5 others (via)
Until recently, I knew that Javascript had more OO capabilities than I was employing, but I did not feel like I needed to use it. As the browsers started to support a more standardized featureset of Javascript and the DOM, it became viable to write more complex and functional code to run on the client. That helped giving birth to the AJAX phenomena.