Blog

Some thoughts mostly regarding software development.


  • Node.js for the real world

    The real world, for real! Also posted on http://www.technology-ebay.de/the-teams/mobile-de/blog/nodejs-real-world A good starting point to prepare your product for the release might be to figure out how your specific real world actually looks like. More precisely this means to evaluate the requirements of your ... read more
  • The value of React

    In my last post I talked about Web Components and how they are claimed to bet future of the web platform. It was about three month ago when I first had a look at React. Initially I thought it’s just another fancy MVC on the JavaScript horizon but then I ... read more
  • The future of the web platform, a tag-based approach?

    Everyone is talking about them and in fact they are called to be the future of the web platform — »Web Components«. In this post I want to write down the current state of (Web) Components, mainly for my own reference, and also put some thoughts into this topic. I will not ... read more
  • A simple Blog built with Express and Backbone

    One thing I want to mention initially: As with any other posts here, I don’t want to claim anything I write/show is the #1 way to go. I think there are, especially in front-end dev, many many solutions to problems and none of them are necessarily wrong or right. I ... read more
  • Mobile first JavaScript

    Sollte es sowas geben? Im Nachfolgenden einige laute Gedanken zu diesem Thema und ein kleines Experiment. Seit nun einiger Zeit beschäftige ich mich mit dem Konzept »Mobile first« (MF) in Verbindung mit responsive Webdesign (RWD). MF beschreibt dabei einen Designpattern bzw. eine Philosophie, die federführend von Luke Wroblewski ersc... read more
  • Parallax mit MooTools

    erhielt viel Lob, zu Recht! Neben dem Einsatz von HTML5 (darf man das noch so sagen?) wurde ein cooler Scroll-Effekt eingebaut, der sich »Parallax« nennt. Ich war ebenfalls begeistert und habe versucht das Ganze mal in eine MooTools Klasse zu packen. Wie funktioniert das nun? Es fällt auf, dass es ... read more
  • MooTools im Überblick

    MooTools ist ein JavaScript-Framework wie z.B. jQuery oder Prototype. jQuery scheint im Moment DAS Framework schlechthin zu sein. Es ist weit verbreitet und sehr beliebt. Solche Frameworks helfen uns Webworkern ungemein, indem sie vordefinierte Funktionen zur Verfügung stellen, die sonst in mühsamer Handarbeit selbst erstellt werden müsst... read more