GENERAL

Windows Users: Use Launchy

Optimizing Developer Workflow is very paramount. The faster and easier it is for you to navigate your system and IDE, the more productive you become in shipping apps. MacBook Users can just press Command + Spacebar and the Search Bar pops up. You can easily search for any app or files on the system via that textbox. A Windows OS doesn’t [...]




PHP

PHP BOOTCAMP: Closures Demystified

Yo DAWG, Here is a function for your function. If you have worked with Javascript a lot, you would have used functions inside functions several times. I mean anonymous functions ( functions without a name, I call them bastard functions ). I also mean inner functions that possess the ability to access properties within the scope of the outer [...]






RUBY

Creating your own RSpec Matchers.


RUBY

Ruby on Steroids(DSLs): The Powerful Spell Called DSL


RUBY

Ruby on Steroids: The Magic of MetaProgramming – Method Spells


RUBY

Ruby on Steroids: The Magic of MetaProgramming – Fellowship of Spells


RUBY

How to Delegate Like a Boss