Blog & Articles by Joachim Praetorius

Blog Post

Mehr aus Git machen

Einfache Konfigurationsanpassungen für mehr Komfort

Blog Post

Bestehende Rich Clients erneuern

Führen alle Wege ins Web?

Blog Post

Improve your CSP with Style Nonces in Angular 16

What to do, to enable your Angular application to use style-src: nonce in a CSP for stricter security rules

Blog Post

Offline with redux

A different approach to Web applications that work offline

Blog Post

Just Add Code
(Part 2)

Using GitHub Catalyst for Progressive Enhancement with Web Components

Blog Post

Just add Code (Part 1)

Running code on a browser using Web Components is a good method that allows you to have a defined scope for your markup and logic. However, the usual examples mostly lead to the user staring at an empty page in the case where JavaScript isn’t enabled, because in most cases all markup is generated by JavaScript only.

Blog Post

Progressive Enhancement with Hotwire

The definitive renaissance of server-side rendering?