Introduction to Concurrency Models with Ruby. Part I
Link: Introduction to Concurrency Models with Ruby. Part I: "In this first post, I would like to describe the differences between Processes, Threads, what the GIL is, EventMachine and Fibers in Ruby."
Is Docker the New Git?
Link: Is Docker the New Git?: "I think this is pretty convincing!"
Is Rails still relevant in 2018 ?
Link: Is Rails still relevant in 2018 ?: "Answering the perennial question, once again, in the positive."
Is your Rails app ready for Production? | AkitaOnRails.com
Link: Is your Rails app ready for Production? | AkitaOnRails.com: "An excellent review of the various issues you have to consider when deciding the put your rails app into production."
It's Time For an RSS Revival
Link: It's Time For an RSS Revival: "After years of letting algorithms make up our minds for us, the time is right to go back to basics."
It's Time to Rethink Continuous Improvement - Ron Ashkenas - Harvard Business Review
Link: It's Time to Rethink Continuous Improvement - Ron Ashkenas - Harvard Business Review: "Six Sigma, Kaizen, Lean, and other variations on continuous improvement can be hazardous to your organization’s health. While it may be heresy to say this, recent evidence from Japan and elsewhere suggests that it’s time to question these methods. Admittedly, continuous improvement once powered Japan’s economy. Japanese manufacturers in the 1950s had a reputation for […]"
JSON:API Format and Active Model Serializers (Example) - GoRails
Link: JSON:API Format and Active Model Serializers (Example) - GoRails: "Learn how to format your API easily using Active Model Serializers and the JSON:API spec"