STATUS ÜBERPRÜFEN
I AM LISTENING TO
|

ARCHIV.

Development

Let’s Talk!

Suchen Sie einen zuverlässigen Partner, der Ihr Projekt auf die nächste Stufe bringt? Ob es um Entwicklung, Design, Sicherheit oder laufenden Support geht – ich würde mich gerne mit Ihnen unterhalten und sehen, wie ich Ihnen helfen kann.

Nehmen Sie Kontakt auf,
und lassen Sie uns gemeinsam etwas Erstaunliches schaffen!

Update: 06 / 2026 If you have spent any time building complex data filtering interfaces over the past decade, you likely relied heavily on the legendary jQuery QueryBuilder. It was the absolute gold standard for creating deeply nested AND/OR rules and condition-matching user interfaces. But let’s face it: in 2026, forcing a massive jQuery dependency […]

Update: 06 / 2026 – former finder.js article Ever found yourself struggling to display deeply nested folders, complex data hierarchies, or multi-tiered categories in a clean way? If you’ve ever used the Finder app on macOS, you already know the perfect design pattern for this: Miller Columns. It’s a fantastic, cascading multi-column interface that lets […]

Update: 06 / 2026 If you’ve ever tried building a dense, data-heavy web app, an administrative dashboard, or an IDE-style workspace, you know that managing screen real estate is a nightmare. For years, Golden Layout was the undisputed king of web-based window management, letting you smash together multi-window workspaces with tabs, resizable split views, and […]

Big Snagit fan, but for some quick screenshots I needed something more flexible. This is a simple screenshot extension, that uses the native chrome APIs. Work in progress, but does its job ;)

If you’ve ever wrestled with WordPress email — patching together plugins, fighting Outlook rendering bugs, or explaining to a client why their transactional mail looks nothing like the design — you know the frustration. I got fed up. So I built my own solution: cubicFUSION Email Builder, a drag-and-drop email editor living right inside the […]

Building a homelab is one of those things that starts with a Raspberry Pi on your desk and ends with you drilling holes in the wall at 11pm. If you’re reading this, you’ve probably hit that inflection point — the pile of switches, NAS boxes, and mini PCs is growing, and it’s time to get […]

Designing HTML emails in 2026 is still, somehow, one of the most frustrating things a developer can do. Table layouts, inline styles, Outlook’s stubbornness — it’s a timeless nightmare. That’s why drag-and-drop email builders exist, and why the open source ones are getting genuinely good. Whether you want something you can embed in your own […]

Here’s the thing about the macOS menu bar: Apple gives you zero control over it. Your apps just pile in from the right, squeezing together like commuters on a rush-hour train, and you either live with it or you don’t. There’s no padding, no grouping, no breathing room. Just a wall of tiny icons staring […]

PDF operations are one of those recurring pain points that never fully go away. You need to fill a contract template, strip and rewrite document metadata before archiving, generate an invoice from an HTML template, and stamp every page with a branded header. The default answer is a SaaS API subscription that charges per document […]

Generating PDFs on a server is one of those tasks that sounds simple until you actually sit down to do it. HTML-to-PDF rendering drifts between browsers, LibreOffice headless mode is finicky to install, and most SaaS solutions charge per page once you hit volume. Gotenberg solves this cleanly: a single Docker container that bundles headless […]