Latest video
Latest posts

Parse command line arguments in Node.js

Hands-On

There are many libraries to build CLI tools for Node.js like optimist, minimist, yargs, Caporal.js and commander to name just a few. In the following article Benny gives you an overview of his favorites.

Continue reading →

Add a window property with TypeScript

Hands-On

Sometimes you want to define a custom property on the window namespace. This can be done by declaring it as a global property.

Continue reading →

Setup electron-mocha with @babel/register and TypeScript

Testing

Write tests for Electron using TypeScript and mocha. The following tutorial will show you how to create a test setup.

Continue reading →
1234