The Blackninja Blog
Expand your Cloud Application Development and DevOps knowledge with detailed tutorials and case studies.
Cloud application development and devops articles written by the team at Blackninja.
Ruby
Using select, reject, collect, inject and detect
Looping in Ruby seems to be a process of evolution for newcomers to the language. Newcomers will always find their way to the for loop almost immediately and when confronted with iterating an array, the first choice will generally be a for..in
Matthew Carriere
Javascript
Using jQuery Promises and Deferred
When you dive into client side development, one of the first challenges you’ll encounter is asynchronous vs. synchronous function calls.
Shereen Qumsieh
Webpack, Webpacker and Modules, Oh My! How to Add Javascript to Ruby on Rails
I don’t think anyone would have ever said using the Asset Pipeline in Rails was easy, but now with Webpacker, learning to add Javascript to Ruby on Rails is definitely worth the effort.