LARAVEL

Fluent Routing in Laravel 5.2

This is a series of posts that showcase new features and aha moments in Laravel 5.2 1. Implicit Route Model Binding 2. Simplified Eloquent Global Scopes 3. Append Scheduled Tasks Output 4. Form Array Validation 5. Middleware Groups 6. Auth Scaffolding 7.  Api Rate Limiting 8. More helper functions 9. Fluent Routing Introduction Laravel 5.2 [...]








LARAVEL

Auth Scaffolding in Laravel 5.2

This is a series of posts that showcase new features and aha moments in Laravel 5.2 1. Implicit Route Model Binding 2. Simplified Eloquent Global Scopes 3. Append Scheduled Tasks Output 4. Form Array Validation 5. Middleware Groups 6. Auth Scaffolding 7.  Api Rate Limiting 8. More helper functions Laravel 5.2 has come out of beta and is production [...]


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