Tales and stories about Cloud-Native computing, Serverless, Containers, Azure and Kubernetes
Learn how to deal with the unexpected. How can you deal with errors once you've shipped your Electron application. This post explains how to setup and use CrashPad on all platforms
ngx-electron is here to help you! If you want to write a desktop application using Angular, GitHub's Electron is the tool of choice to bring Single Page Applications to the desktop. ngx-electron you'll be quicker and accessing Electron's APIs is even easier from within Angular.
Electron takes HTML5 notifications and bridges them to operating system notifications. So you'll learn how to create native HTML5 notifications within Angular.
Augury by Rangle.IO is currently the best Chrome Extension for debugging Angular apps. Learn how to debug Angular apps inside of Electron using Augury.
This article guides you through the process of creating an cross-platform desktop application using GitHub Electron and Angular as Single Page Application framework.
Every app has to have a nice looking app icon. A simple task may become complex, especially if you deal with multiple platforms. This article explains how to set app icons for Electron-based Windows apps from macOS.
Today In contrast to my older ES2015 example, this article demonstrates how to build an Electron application using Angular2 Beta0 and TypeScript.
This post introduces a small technical demo application which has been built using Angular, ES2015 and Electron. The entire build in this new sample has been created using Gulp.js
When you start your Electron App, the title of the main window may flash. Read this article and learn how to prevent title flashing
Do you want to ship Electorn Apps to your customers? Then you should always package application insights as ASAR. Learn how to get that done with Gulp.js
Learn how to create a cross-platform desktop application for Windows, Linux and macOS based on GitHub Electron, Angular.JS and JavaScript. In this tutorial, the JS code will be transpiled using Babel and dynamic module loading is implemented with SystemJS.