Reality-Loop

  • May 21, 2016

    Weekend Reader Week 20

    Angular 2: The best example of feature creep!. Shai shows how the scope of Angular 2 has changed significantly over the last years. It’s hilarious! It starts at 10:16 of the ng-show … but it’s worth to watch the whole show. Angular 2: ng-conf 20...

    Read more ...
  • May 19, 2016

    New Angular 2 Course

    I am teaching a new Angular 2 course at Digicomp: Front-End-Entwicklung mit Angular 2, JavaScript und TypeScript The course starts with an introduction to modern JavaScript development with ES2015 and TypeScript and the corresponding tooling...

    Read more ...
  • May 18, 2016

    JavaScript Tip - QuickLook for TypeScript

    QuickLook is a very productive feature in OSX for me. It is very convenient to quickly look into a file from the filesystem without having to open an editor: There are many QuickLook plugins that make my life easier as a developer by providin...

    Read more ...
  • May 04, 2016

    JavaScript Tip - Using Gulp with TypeScript

    You can easily write your Gulp tasks with TypeScript. Here is my sample project illustrating this post: ts-gulp-experiment This is achieved with ts-node, the TypeScript environment for node. The following steps set up a minimal project using Gu...

    Read more ...
  • April 28, 2016

    JavaScript Tip - Cross-Platform Issues with NPM Scripts

    In a current project we are using npm as our build tool (no Gulp nor Grunt). I have very good experiences with the cross-platform story of npm. When I am teaching my JavaScript & Angular courses, many of my demos and examples are based on npm...

    Read more ...