Publications

Every now and then I get to write articles for magazines or other sites. Here is a list of my publications.

Articles

Podcasts

Talks

Blog posts on other pages

State Management in Svelte 🇺🇸

Svelte offers a smart store implementation to manage state in a web application.

State Management in Svelte 🇩🇪

Teil der Webentwicklung in 2020 sind nicht nur komponentenbasierte Ansätze, sondern ebenso die Nutzung von State-Management-Lösungen. Diese orientieren sich in...

Same but different: Introduction to Svelte 🇺🇸

Compared to the past few years, the JavaScript world has become relatively quiet lately. Especially in the frontend React, Angular,...

Gleich und doch anders: Einführung in Svelte 🇩🇪

Verglichen mit den letzten Jahren ist es im JavaScript-Umfeld in letzter Zeit verhältnismäßig ruhig geworden. Gerade im Frontend sind React,...

Ein Blick auf Web Components 🇩🇪

Bei Web Components handelt es sich um eine Reihe von Features, die momentan vom W3C den HTML- und DOM-Spezifikationen hinzugefügt werden.

A look at Web Components 🇺🇸

Certainly, component-based frameworks will continue dominate the market in 2018. However, an alternative has been emerging on the horizon for some time now: Web Components.

Webpack Basics – Teil 2: Konzepte und Installation 🇩🇪

Webpack Konzepte: In Teil 2 der Blogserie erkläre ich, was es mit Entry, Output, Loaders und Plugins auf sich hat.

Webpack Basics – Teil 1: Einstieg 🇩🇪

Probleme mit der Konfiguration von Webpack? Der Blog Post hilft beim leichten Einstieg in die Basisfunktionen des Build-Werkzeugs!

Ein Blick auf npm und package.json 🇩🇪

Für moderne Web-Anwendungen ist npm unerlässlich. Im folgenden Artikel wollen wir uns npm und package.json genauer ansehen um etwas Licht ins Dunkle zu bringen.

Getting started with Webpack 🇺🇸

Initial steps with Webpack can be confusing: Syntax and philosohy are pretty unique, and the documentation is not really beginner-friendly...

Einführung in TypeScript: Setup und Typsystem 🇩🇪

Seitdem das Angular-Team verkündet hat, dass der AngularJS-Nachfolger Angular2 in TypeScript entwickelt wird, ist TypeScript mehr in den Fokus gerückt...

Agilität & Hackathon: Passt das? – Jugend hackt West 2016 🇩🇪

Für uns, Daniel und Anna, war Jugend hackt 2016 die erste Veranstaltung dieser Art, und dementsprechend neugierig und offen sind...

Weniger aber ausdrucksstarker Code mit Project Lombok 🇩🇪

Es gibt Libraries und Frameworks, die gehören zum täglichen Handwerkszeug eines Java-Entwicklers. Sei es das bevorzugte Test-Framework oder nützliche Libraries...

Less but more expressive code with Project Lombok 🇺🇸

There are libraries and frameworks that belong to the daily tools of a Java developer, e.g. your preferred testing framework...

Interviews