Life is a monolith


Every day you build your abilities a little more.

So you want to learn BDD with RSpec

If you have been listening you probably have heard the acronyms TDD(Test Driven Development) and BDD(Behaviour Driven Development) thrown around. For the longest time I thought TDD was all about writing tests that drove how you code, and BDD was asserting some kind of behavior as a goal and then writing all of the neccesary code to achieve that goal. Boy was I wrong BDD is an evolution of TDD. The docs explain it more succinctly than I.


Get StimulusReflex working on Heroku

Hint: You need to get Redis configured locally and on Heroku



Nuances of React with hooks and Redux

A Flatiron students primer to working with hooks


Want your rails API to be multiplayer? Let's talk ActionCable.

Multiplayer, realtime communication, and async fetches combined in one tuturial. We will be using WebPack.js v4.44.2(the latest as of this date), Rails 6, and Vanilla Javascript.