Advanced NodeJS - 2017-05-02

This course will teach you the core Node.js concepts and API modules from simple utility modules all the way to streams and clusters.

npm scrips as your build tool - 2017-04-29

The course introduces the topic of using npm scripts as a build tool. It starts simple and then continue to build a small website as we introduce new topics.

By the end of the course, you’ll know how to get started and what tools and techniques are needed for you to create your own set of build scripts.

Prettier as a formating tool for JS - 2017-04-26

Prettier is an opinionated JavaScript formatter with advanced support for language features from ES2017, JSX, and Flow. It removes all original styling and ensures that all outputted JavaScript conforms to a consistent style. This goes way beyond ESLint and other projects built on it. Unlike ESLint, there aren’t a million configuration options and rules. But more importantly: everything is fixable. This works because Prettier never “checks” anything; it takes JavaScript as input and delivers the formatted JavaScript as output.

Awesome terminal emulator for Windows - 2014-12-02

Cmder is a software package created out of pure frustration over the absence of nice console emulators on Windows. It is based on amazing software, and spiced up with the Monokai color scheme and a custom prompt layout. Looking sexy from the start.

CLI in Windows, useful commands - 2014-06-14

The command line lets you communicate directly with your computer and instruct it to perform various tasks. For this you have to use specific commands