Dead Simple Python: Project Structure and Imports - DEV
Link: Dead Simple Python: Project Structure and Imports - DEV: "Really good overview of some python modularity basics"
Debug with Metaprogramming in Ruby – benjamin roth – Medium
Link: Debug with Metaprogramming in Ruby – benjamin roth – Medium: "Pretty advanced ideas but an interesting read."
Decoding Rails Magic: How Does ActiveJob work? - Karol Galanciak - Ruby on Rails and Ember.js consultant
Link: Decoding Rails Magic: How Does ActiveJob work? - Karol Galanciak - Ruby on Rails and Ember.js consultant: "Executing background jobs is quite a common feature in many of the web applications. Switching between different background processing frameworks used to be ..."
Deep Rails: How to use Abstract Classes
Link: Deep Rails: How to use Abstract Classes: "Interesting Rails abstract classes feature"
Demonoid.com
Link: Demonoid.com: "Demonoid is a free online games platform for your browser where you can play games for free on web and mobile without downloading. Play free games now!"
Deploying Rails 6 application with Dokku - kukicola.io
Link: Deploying Rails 6 application with Dokku - kukicola.io: "I’ve been researching a lot of devops/server deployment automation concepts and approaches. This is one of them."
Design Review: Key-Value Storage
Link: Design Review: Key-Value Storage: "Don’t know why we need a new one exactly but a good effort"