Articles
Be more productive with Pug
Boost your productivity with Pug. Pug compiles down to HTML and make you faster when it comes to frontend development.
Angular Quickie โ ViewEncapsulation.Native in all browsers
ViewEncapsulation tells Angular how to render the component in the final website, this post explains how to enable native ViewEncapsulation for all browsers
Testing Angular Apps with Jasmine and TypeScript
Every developer should be able to write unit tests. This article explains how to write tests based on the popular testing framework Jasmine in combination with Angular and TypeScript.
Setting Electron App-Icons for Windows from macOS
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.
Angular Quickie - Component ViewEncapsulation and WebComponents
Angular and WebComponents? Sure! Learn how the different ViewEncapsulation settings work in Angular applications and which impact every setting does have on your resulting HTML output.
Angular Quickie - Local template variables
In Angular, HTML templates aren't static. By using local template variables you can make your HTML even more dynamic and more flexible. Learn how to use local template variables in Angular, now!
Angular Quickie โ Elvis is in tha house
Angular introduces the Elvis operator. Learn how to use it in templates and how to build more efficient HTML templates for your Angular components.
Angular Quickie โ How to structure your projects
Angular will become the next big thing for enterprise developers. That's why you should structure your source code correctly from the very beginning.
Building an electron app using Angular Beta0 in TypeScript
Today In contrast to my older ES2015 example, this article demonstrates how to build an Electron application using Angular2 Beta0 and TypeScript.
Angular goes cross platform with GitHub Electron
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
Frontend Builds 7 - Conditional Build Tasks
In the seventh and last part of the "Frontend Build" article series, you'll learn how to create conditional tasks for the Build as a Service (BaaS) system.
Frontend Builds 6 - Configurable builds
In part five of the series you learned about Build as a Service, this post will explain how to make your own BaaS more configurable and flexible.