GENERAL

Creating Your First Slack Bot

In my opinion, Slack has taken over the world. Several companies are now using Slack for their internal communication. The amazing thing about Slack is that you can actually program bots to automate several tasks for your development team. From twitterbot to doorbot to typingspeedbot to virtually insane ideas you can think about. To be honest, [...]










PHP

PHP BOOTCAMP: Magic Constants

There are a lot of methods, classes and constants that PHP offers to developers for use. We’ll talk about the MAGIC CONSTANTS today. Note: These constants didn’t just appear in the standard PHP library, they were not dropped from heaven and a PHP developer doubling as a magician also didn’t write them. This was actually intended [...]


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