Sustainable UI: Lessons from Production Bugs

Inconsistent element styles catch my eyes often when dealing with user interfaces. These are usually a result of poorly maintained frontend codebases and lack of expertise in writing HTML and CSS code. Let’s talk about examples, common problems, and possible solutions.

Lara Aigmüller

Posted in How We Work, How To, HTML

CMS-Driven Content Structure for a Static Next.js Site

This is a guide on how to create reusable Contentful components that define the page and content structure of a static Next.js website by keeping the design and business logic in the hands of the developer.

Lara Aigmüller

Posted in How To

Stripe-Driven Development

This article details the contact points of Stripe payment integration in a custom shop app by example of the Woodstock Academy Organizer.

Felix Hessenberger

Posted in How To, Portfolio

How Next.js I18n Works at scale

Learn about that time I tried to internationalize our own Website using React-based static site generation and ended up tearing out our whole build setup.

Felix Hessenberger

Posted in How To