-
Reference architecture for SPA front-ends
external A reference architecture for SPA front-ends with React and Angular, focused on principles instead of rules. -
I was wrong about service workers
I was wrong about service workers. I wrongly assumed certain use cases for them. But I was missing out on them. -
Updating my graph layout algorithm
Updating my graph layout algorithm based on new requirements and requests from the community -
Authentication token management
Complex client-side applications require sophisticated solutions around authentication management and background refreshing. -
Creating an auto-layout algorithm for graphs
Trying to automatically lay out a visual graph (e.g. state machine) that is human understandable is one of the most fun challenges I have ever encountered. Let me explain how I did it. -
Binding CSS and JavaScript with HTML data-attributes
HTML data-attributes allow you to bind CSS and JavaScript more closely to each other. By utilizing this type of attribute, you can reduce the amount of JavaScript required for styling, and move this responsibility back to CSS. -
Demystifying the component architecture
Our little UI components do more for us than we give them credits for. Their internals are more complex than we know. -
How to create a scalable and maintainable front-end architecture
A modern architecture for digital enterprises build on existing ideas, but let you scale quickly