Monthly Archives: October 2013

Git Rebase

The easiest way to integrate branches in Git is the merge command. However, there is another way: you can take the patch of the change that was introduced in a commit and reapply it on top of a specific point. In Git, the rebase command allows you to take all the changes that were committed on one branch and replay […]

Larry Ellison and Edwin Catmull talk Steve Jobs’s Career Lessons

“Apple dismissing Steve Jobs in favor of a guy who only track record was flavoured water… was such an incredible mistake.”

f.lux

Ever notice how people texting at night have that eerie blue glow? Or wake up ready to write down the Next Great Idea, and get blinded by your computer screen? During the day, computer screens look good—they’re designed to look like the sun. But, at 9PM, 10PM, or 3AM, you probably shouldn’t be looking at the sun. […]

Introduction to NoSQL by Martin Fowler

Martin Fowler is an author, speaker… essentially a loud-mouthed pundit on the topic of software development.  Those are his own words.  His main interest is to “understand how to design software systems, so as to maximize the productivity of development teams.”. He’s been in the software industry since the mid-80s and has put out a whole lot […]