Creating an Angular application that's used by different user groups
Explores strategies for structuring an Angular application to serve distinct user groups like public users and administrators, covering modular design and security.
Explores strategies for structuring an Angular application to serve distinct user groups like public users and administrators, covering modular design and security.
Explores using .NET Minimal API endpoints as the application layer, advocating for the REPR pattern to simplify project structure and reduce unnecessary layers.
Three architectural tips for scaling large Vue.js applications, focusing on modular design, micro-frontends, and Vuex store optimization.
Explains the new directory structure and namespace changes in Laravel 5.0, highlighting the shift from a catch-all 'app' folder to a more organized, PSR-4 compliant layout.
A proposal for improving Django's application architecture with 'Application Objects' to solve issues like model extensibility and GenericForeignKey misuse.
Explores using Scala traits and Spring for Java application modularity, discussing alternatives to OSGi for managing customer-specific code modules.
A review of the book 'ASP.NET 3.5 Application Architecture and Design', covering its content and target audience for developers new to architectural concepts.