I just did this live talk at AarhusJS - a Javascript meetup in Aarhus (Denmark), my hometown :) The talk extended upon the lessons learned after working with Angular monorepo projects and will … [Read more...] about The monorepo blueprint (live talk)
Clean Architecture
Talk: Keeping Angular Apps Clean at ngAarhus
Tonight I did this talk at ngAarhus about refactoring Angular apps. https://www.youtube.com/watch?v=uNVjXg4HRF8 … [Read more...] about Talk: Keeping Angular Apps Clean at ngAarhus
Refactoring Angular Apps – How To Keep Angular Apps Clean
We have all been there. The app that once was this little cute baby has grown to this huge monster no one wants to get near. Every day you fight this monster but it only seems to get bigger, because … [Read more...] about Refactoring Angular Apps – How To Keep Angular Apps Clean
A guide to sharing code between projects
This post is inspired by reading the book Clean Architecture by Robert Martin (Uncle Bob) while working on a project discussing the issue of how code should be shared. In the organization, there was … [Read more...] about A guide to sharing code between projects