Joost's Dev Blog: Why composition is often better than inheritance
An important question in code structure is whether to make classes work together through composition or inheritance. The "has a" relationshi...
An important question in code structure is whether to make classes work together through composition or inheritance. The "has a" relationshi...
Ruby on Rails API documentation tool. Contribute to Apipie/apipie-rails development by creating an account on GitHub.
Philosophy, literature, ideas, criticism, history, art, music from The Chronicle of Higher Education.
Browse and search for watches efficiently with WatchRecon
In January 2014, Stanford University professors Trevor Hastie and Rob Tibshirani (authors of the legendary Elements of Statistical Learning textbook) taught an online course based on their newest textbook, An Introduction to Statistical Learning with Applications in R (ISLR). I found it to be an excellent course in statistical learning
Chrono24 is the place to buy and sell luxury watches online. Market leader since 2003. Over 475,000 active watch listings. Exceptional security and transparency.
As the 120-ton space shuttle sits surrounded by almost 4 million pounds of rocket fuel, exhaling noxious fumes, visibly impatient to defy gravity, its on-board computers take command.
In Fearless Refactoring: Rails controllers I'll teach how to improve your Rails controllers in a quick and safe way. This is step-by-step guide so you won't feel lost. Every step is described in every detail, with code changes. All of that, so that you can safely refactor your codebase, even without a full test coverage.
Ganesh Prasad proposes minimizing service dependencies in a SOA implementation rather than avoiding point-to-point connections in order to obtain a more flexible system that can evolve over time.
A ruby profiler. See https://ruby-prof.github.io for more information. - ruby-prof/ruby-prof
A collection of awesome Ruby libraries, tools, frameworks and software. The essential Ruby to build modern Apps and Web Apps.
Thorough and practical intro to concurrency and parallelism in Ruby. Read about forking, multithreading, the Global Interpreter Lock (GIL), and more.