All articles by date

Building Cross Platform Desktop Apps with Angular and Electron

In this blog post we introduce the process of building a hybrid Desktop App with Angular using the Angular-CLI and Electron.

Web
13 min

Protractor – Automated Testing with Angular

Critical errors that become evident only in live operation constitute a major financial risk, and they also mean negative publicity both for the product and the companies involved. This is why testing is a fundamental, integral part of modern software development.

Quality Assurance,Web
7 min

Truly Perfect Full-Size Background Images on the Web

This blog post shows a simple and clean solution, how one can create truly perfect full-size background images on the web.

Web
11 min

How to build your Angular project on Travis CI

Recently, I created an Angular App using Yarn instead of NPM. An information box popped up on GitHub suggesting to connect to a GitHub Integrations tool.

Web
3 min

Using a HAL hypermedia API in an Angular App

Modern APIs are often realized in a RESTful way. Hypermedia Formats are trying to overcome this issue by providing a discoverable API. Hypermedia Application Language is one format and abbreviates as HAL.

Web
2 min

Usability in Software Development Projects

The Custom Usability Index provides a possibility to measure the usability in software development projects.

Usability
2 min

Building a file explorer with Angular 2 and Electron

In this article we go over the process of building a simple file explorer using Angular 2 and Electron.

Web
5 min

Building Cross Platform Desktop Apps with Angular 2 and Electron

In this article we introduce the process of building a hybrid Desktop App with Angular 2 using the Angular-CLI and Electron.

Web
13 min

WPF Tricks: Context Menu via Behavior

Behaviors enable application designers to trigger changes in the program behavior with little effort and without interfering with the program code. This tutorial shows how to create a context menu by means of a behavior.

Cloud,.NET
2 min

WPF Tricks: Coloring Icons at Runtime

This little trick enables you to color icons at runtime virtually any way you like, making different-colored icon sets unnecessary. The principle is very lightweight.

Cloud,.NET
3 min