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.
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.