-
Using Angular guard and query params to manage local storage
HTML Local Storage can be a nice tool to preserve transient data over several page visits, e.g. when reloading...
-
Fixing SVG url() in coexistence with „base“ for Safari
The url() function is a mightly tool if used with SVG definitions, since you can reference an element by...
-
Angular Material: mat-error with custom ControlValueAccessor
Since I’m getting more and more on the Angular frontend train, also some annoying problems arise, which I want...
-
Alumni-Interview mit der HTWK Leipzig [German]
Ja, die Zeit meines Informatik-Studiums an der HTWK Leipzig von 2003-2008 hat mir sehr viel Spaß gemacht und mich...
-
DWX 2017 Session: ASP.NET Core Middlewares
It’s a while since I hold my session about „ASP.NET Core Middlewares“ at German DWX Developer Week 2017 in...
-
ASP.NET Core 1.0 RTM is coming!
Finally, after many windings down the road, Microsoft announced a more concrete schedule for .NET Core 1.0 and ASP.NET Core 1.0:...
-
Quick tip: digging deeper into Gulp
Everybody uses Gulp, the streaming build system. But nearly nobody knows the internals. What is vinyl and what is vinyl-fs?...
-
Gulp running Karma: getting rid of formatError in gulp.js
Did you ever run Karma inside a Gulp task? Then you perhaps have such a Gulp task setup: gulp.task('karma:chrome',...