Latest video
Latest posts

Run Node.js apps on Heroku with TypeScript

Hands-On

The best way to get started on the Heroku polyglot platform is to follow their fantastic introduction. It’s also worth reading about their supported environments, deployment tasks and European deployment region. The second best advice is to follow our quick setup guide.

Continue reading →

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 →
1345