Articles

Icon
Microfrontends allow independent teams to scale complex web apps, mirroring backend microservices. Using an app shell for routing and shared design, the article highlights the React framework Piral, which streamlines microfrontend development into modular plugins (pilets) with a serverless-first workflow.
7/28/2026
JavaScript
Icon
Sharing microfrontend dependencies balances performance and control through bundling, global context, app shell sharing, or URL import maps. Optimal setups blend these strategies to minimize duplicate code while avoiding version breakages.
7/28/2026
JavaScript
Icon
Microfrontends present the latest addition to the decoupling efforts of architects - are they worth the struggle?
11/30/2019
JavaScript
Icon
Do you think that React.Lazy is only for lazy loading components? Think again. You can actually lazy load any kind of thing.
10/14/2019
TypeScript
Icon
Gulp is a modern build system for web technologies. It is also integrated into ASP.NET 5 and can be used in a lot of scenarios.
3/28/2015
JavaScript
Icon
Super Mario is back! Not in JavaScript this time, but evolved in TypeScript.
11/19/2014
TypeScript
Icon
Second part in my annualy list of tips, this time including JavaScript, controls, tooling and customization, which has been build up from recent ASP.NET MVC 4 programming journeys.
8/13/2013
C#
Icon
Binding is one of the greatest and most used features of WPF. This article shows how you can easily integrate it in under 2KB.
7/25/2013
JavaScript
Icon
Creating an super-awesome browser game that follows the path of the legendary blobby volley!
10/14/2012
JavaScript
Icon
Adding some spice to the Mario game by providing a Level editor with a social platform.
8/7/2012
JavaScript
Icon
A list of tips, involving Entity Framework, Extension Methods, programming patterns and others, that has been built up from recent ASP.NET MVC 3 programming journeys.
7/10/2012
C#
Icon
This article deals with the problems facing an AJAX like implementation of posting general form data.
5/3/2012
JavaScript
Icon
Dieses Projekt aus dem Kurs php und Datenbanken stellt ein Quizsystem auf php Basis mit einer MySQL Datenbank dar.
6/14/2011
PHP