Hands-OnThe 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 →Hands-OnThere 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 →Hands-OnSometimes you want to define a custom property on the window
namespace. This can be done by declaring it as a global property.
Continue reading →TestingWrite tests for Electron using TypeScript and mocha. The following tutorial will show you how to create a test setup.
Continue reading →