Tagged "software development"

Syntactical Quirks Of JavaScript Explained

Tag along for a quick tour of some of the weirder things about JavaScript syntax that, once you pick them up, will (hopefully) become indispensible parts of your JS codebases. We’ll look at the spread operator, IIFEs, and implicit returns in arrow functions.

Introduction to NPM Scripts

NPM scripts allow you to build powerful, composable workflows without depending on external automation tools or build systems. Read on to find out how to leverage them in your projects!

The Toolkit of a Full Stack Javascript Developer

The JavaScript ecosystem of tools and technologies for building applications is neither small nor limited to the web. This article touches upon some of the options you have for technologies used to build web apps, cross platform applications, desktop apps, and more, while also talking about certain tools that aren’t a strict requirement for a full stack developer, but one that most devs probably can’t get very far without. Hop on!