Tag: programmingPage 1 of 2
I had an insane amount of meetings scheduled today. One got cancelled later in the day around the time it was supposed to start, but I still had…
These guys are just getting started (i.e. there’s only two pages of links), but I like where they’re headed: Made with React is “a collection of websites and applications…
This looks handy: mycli is a command line interface for your DBs with nifty things like auto-completion and syntax highlighting.
This is one of my favorite resources for writing a WordPress plugin. In his post, Francis Yaconiello, provides a great overview of how to setup a plugin in a…
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…
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…
“Making AJAX as simple as anchor tags” ~ intercooler.js. This might be a nice way to get your hands wet with AJAX functionality.