Blogs
A simple component view framework for Ruby Opal based on Snabbdom
A simple component view framework for Ruby Opal based on Snabbdom - tobymao/snabberb. Snabberb is a simple Ruby view framework built on Opal and Snabbdom.You can write reactive views in plain Ruby that compile to efficient Javascript.
Behind the scenes: GitHub security alerts - The GitHub Blog
Vulnerability alerts rely on two pieces of data: an inventory of all the software that your code depends on, and a curated list of known vulnerabilities in open-source code. Any time you push a change to a dependency manifest file, GitHub has a jo...
From ActiveRecord callbacks to Publish/Subscribe pattern and event-driven design
Imagine that you are working on a large legacy application that also contains the dreaded ActiveRecord callbacks in the models handling most of the business logic. At some point, and under a certain level complexity, the mess caused by that choice...