Untangling Ruby Threads
Link: Untangling Ruby Threads: "Dealing with Ruby Threads is tricky. And add to that understanding the GIL, and thread unsafeness and its pretty subtle!"
UpTake - Your First Step to a Great Trip
Link: UpTake - Your First Step to a Great Trip: "Uptake is the industrial analytics platform that delivers products to major industries to increase productivity, security, safety and reliability."
Use "barewords" to embrace the true power of late-binding in Ruby – RubyTapas
Link: Use \"barewords\" to embrace the true power of late-binding in Ruby – RubyTapas: ""
User Story Traps « The Scrum Crazy Blog
Link: User Story Traps « The Scrum Crazy Blog: "Feel free to add your own User Story Traps in the comments below. Intro This article assumes that User Stories are used with Scrum, though much of the advice can be translated to other development …"
Using Concurrent Ruby in a Ruby on Rails Application | BigBinary Blog
Link: Using Concurrent Ruby in a Ruby on Rails Application | BigBinary Blog: "A pratical use case of using Concurrent Ruby in Rails applications without swalloing the exceptions"
Using Genetic Algorithms in Ruby - via @codeship | via @codeship
Link: Using Genetic Algorithms in Ruby - via @codeship | via @codeship: "Mutation is only applied with a small probability because we don't want to drift off too much from the current solution."
Using GraphQL with Rails
Link: Using GraphQL with Rails: "Until recently whenever I had to implement an API in Ruby/Rails I would go for the typical REST i..."
Using Microservices to Solve Developers Stepping on Each Other's Toes
Link: Using Microservices to Solve Developers Stepping on Each Other's Toes: "Good insights about how microservices sometimes help with software engineering process issues."
Using OAuth for a simple command line script to access Google's data
Link: Using OAuth for a simple command line script to access Google's data: "I can attest that this can be a pain, so this handy guide is welcome!"
Using Pundit for authorization in Rails - recipes and best practices
Link: Using Pundit for authorization in Rails - recipes and best practices: "Authorization is the management of who is allowed to do what (vs. authentication which is accurate identification of who a user is)"