Tag: programmingPage 2 of 2

divmain/GitSavvy – full git and GitHub integration with ST3

Sublime Text 3 plugin providing the following features: basic Git functionality; init, add, commit, amend, checkout, pull, push, etc. inline diff viewing, including quick navigation between modified hunks…

The Joel Test Updated For Programmers

Do you have what it takes to be a good programmer? In the The Joel Test Updated For Programmers, John Sonmez covers twelve skills and concepts important for…

intercooler.js – Simple AJAX using HTML attributes

“Making AJAX as simple as anchor tags” ~ intercooler.js. This might be a nice way to get your hands wet with AJAX functionality.

MINI – A super-simple naked PHP boilerplate

MINI is “a super-simple naked PHP application, useful for small projects and quick prototypes.”

Learn git via this GitHub repo that’s a game

Very cool way to learn git via the command line: Learn git by cloning this repo. Then you check README.md for your next clue. This is a terminal…

icdiff: side-by-side highlighted command line diffs

Nice command line tool for showing differences between files: icdiff: www.jefftk.com/icdiff  

Javascript Cheat Sheet

Here’s a nice JavaScript Cheat Sheet: http://overapi.com/javascript/

MacGap

Develop native Mac apps with HTML/JS/CSS: MacGap MacGap provides HTML/JS/CSS developers an Xcode project for developing native OS X Apps. These Apps run in OS X’s WebView and…

Made with Code_Google

This holiday season, we’re inviting girls from across the country to experience the beauty of code by lighting up a tree in the nation’s capital. via Made with Code_Google

Git Immersion – Brought to you by Neo

Write code? Don’t use version control? Great resource for learning #git: gitimmersion.com GIT IMMERSION IS A GUIDED TOUR THAT WALKS THROUGH THE FUNDAMENTALS OF GIT, INSPIRED BY THE…

Junior – HTML5 front-end framework for building mobile apps

Junior – A front-end framework for building HTML5 mobile apps with a native look and feel.

Getting up-to-speed with AngularJS in 1 day

For some good reasons, I found myself needing to learn AngularJS…. fast. I decided to document this down so that this will serve as a good refresher for…