Explore >> Select a destination


You are here

tenderlovemaking.com
| | willj.net
4.7 parsecs away

Travel
| | Using Ruby on Rails logger block syntax can save you object allocations in the Ruby VM, and CPU time, I show you how to use it and the difference using it can make
| | www.sethvargo.com
6.6 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 information exposed by a DSL while giving users the ability to write awesome code! The cleanroom pattern is a unique way for more safely evaluating Ruby DSLs without adding additional overhead.
| | www.amberbit.com
5.5 parsecs away

Travel
| |
| | mikaelkoskinen.net
38.3 parsecs away

Travel
| In this blog post we create an ASP.NET Core application which uses API Framework to add support for runtime changes.