Published onJanuary 3, 2024Replacing if/else with Guard ClausescodejavascriptWhy guard clauses are superior to if/else statements
Published onSeptember 26, 2023Prototypal Inheritance in JavaScriptcodejavascriptoopHow Prototypal Inheritance works with Object Oriented Programming
Published onSeptember 11, 2023JavaScript Tips & TrickscodejavascriptTurn your JavaScript from 'meh' to 'wow' with this collection of simple tips and tricks
Published onSeptember 4, 2023Debugging in Multiple LanguagescodejavascriptrubypythondebuggingDebugging in JavaScript, Python, Ruby
Published onAugust 31, 2023Setting Up a Simple Express Servercodeexpressnode-jstypescriptHow to setup a basic TypeScript Express server