BSBrandon Schefstadinbschefstad.hashnode.dev·Feb 17, 2023 · 6 min readTest Driven Development - The Best Driven DevelopmentIntro Test Driven Development (TDD) is an approach to coding that requires a mindset shift. We do not write tests to check our code, we write our code to pass tests! TDD empowers the programmer to make small, incremental steps to tackle complex probl...00
BSBrandon Schefstadinbschefstad.hashnode.dev·Jan 14, 2023 · 5 min readMERN App Hosting in a Post-Heroku WorldIntroduction This guide assumes a little familiarity with Github and MongoDB. It does not go too deep into the specifics of the React/Node setup. The goal is to walk through the setup and configs to deploy a full-stack application. If you find yourse...00