This is a list of resources we went through to learn about the tech powering Drawbotics.
PR welcomed if you have anything to add to the specified technologies.
-
Getting Started with Webpack 2 - Must read to learn about build systems & webpack
-
Learn Ruby The Hard Way - We love the
Learn [insert programming language] The Hard Way
series. Bullshit-free tutorials to learn a progamming language. -
Ruby From Other Languages - A quick introduction to major language concepts, and comparisons with other languages.
-
Rails tutorial - A classic. Ruby, Rails, Git, TDD, Heroku hosting.
-
Design Patterns in Ruby - Examples from the book Design Patterns in Ruby by Russ Olsen
-
GraphQL Introduction - The official one. Great to learn about the concepts.
-
How To GraphQL - The Fullstack Tutorial for GraphQL. Amazing multi-language implementation tutorial. Both Client and Server. A must-read