Explore >> Select a destination


You are here

tenderlovemaking.com
| | www.amberbit.com
12.7 parsecs away

Travel
| |
| | www.sethvargo.com
14.8 parsecs away

Travel
| | Ruby is an excellent programming language for creating and managing custom DSLs, but how can you securely evaluate a DSL while explicitly controlling the methods exposed to the user? Our good friends instance_eval and instance_exec are great, but they expose all methods - public, protected, and private - to the user. Even worse, they expose the ability to accidentally or intentionally alter the behavior of the system! The cleanroom pattern is a safer, more convenient, Ruby-like approach for limiting the ...
| | kevinjmurphy.com
10.8 parsecs away

Travel
| | Why is our Rails app returning different HTTP status codes in different versions of Rails? Learn some tips and tricks for navigating a large ruby code base in this post.
| | simpleprogrammer.com
53.8 parsecs away

Travel
| A detailed comparison of Node.JS vs ASP.NET with an overview, pros & cons of both the languages and key differences