Explore >> Select a destination


You are here

alexgaynor.net
| | www.softdevtube.com
5.7 parsecs away

Travel
| | Programming history is filled with bugs that turned out to be features and limitations that pushed developers to make even more interesting products. We'll journey through code that was so 'bad' it was actually good. Along the way we'll look at the important role failure plays in learning. Then we'll tame our inner perfectionists and
| | www.softdevtube.com
6.5 parsecs away

Travel
| | Computers are orders of magnitude faster than when most of us started programming and yet a lot of software runs much slower than it should. Nobody likes progress bars. Slow code provides for a horrible user experience, drains batteries faster, and increases our cloud bill. This session explores some of the reasons why software is
| | www.byjp.me
7.8 parsecs away

Travel
| | I've released Thimblr - a tool to speed up your Tumblr theme development. Its a Ruby gem, so it's very simple to install, with gem install Thimblr, once that's done you just need to run thimblr, as a binary is installed for you with the gem. This screencast should help you with the basics, though I've designed it to be totally self explanatory, but if you have any problems please open an issue on github and I'll get right on it!
| | everythingfunctional.wordpress.com
49.8 parsecs away

Travel
| The answer to the question of whether we should write automated test suites has largely been settled. We absolutely should write unit tests, and possibly even integration and end-to-end tests. But as acceptance of this practice grew, and adoption became more widespread, a follow-up question arose; How many tests should we write? How do we...