Tag: JavaScript

JavaScript General

Modules in JavaScript

Hello “ES6” aka “ECMAScript 2015” Modules In the dark times of Javascript, everything in Javascript application was smashed together like jQuery soup. You would use jQuery to pick at the…

The Conditional Render

The conditional render is a subtle and powerful secret tool used by modern Javascript developers. To understand why it is so subtle and powerful, let’s review JSX syntax basis: • You…

Javascript Got Your Back 🪤

The world of backend Javascript can be exciting, but intimidating. There are a proliferation of backend options to choose from in the Node ecosystem. There are many considerations when trying…