Thoughts on Event Sourcing
A developer's perspective on Event Sourcing as a paradigm shift from traditional MVC/CRUD, based on a guest post for Event Store.
A developer's perspective on Event Sourcing as a paradigm shift from traditional MVC/CRUD, based on a guest post for Event Store.
Discusses the problems with vague module names like 'shared' and 'util' in software architecture and suggests more descriptive alternatives.
Explains the Facade design pattern in JavaScript, focusing on managing dependencies and simplifying complex APIs for better code maintainability.
An explanation of the MVC (Model-View-Controller) architectural pattern, covering its components and their roles in web application development.
Explores designing a Modular Monolith architecture using domain-centric principles, focusing on high modularity and encapsulation.
Explores the causes of legacy software and offers developer strategies to prevent codebases from becoming hard-to-maintain systems.
A defense of the SOLID principles in modern software development, arguing they remain essential for writing simple, maintainable code.
Discusses the importance of context and team factors over hype when choosing software architectures and tools.
Explains what a Django application is, its structure, and how it fits into a Django project.
Explores federation as a scalable, decentralized alternative to centralized and P2P systems for internet communication and governance.
Explores integration styles for modules within a modular monolith architecture, discussing coupling, complexity, and data timeliness.
A design document outlining the separation of the data layer in QuTiP for a Google Summer of Code project, focusing on abstract interfaces and implementation strategies.
Explains how to get high value from distributed tracing with less effort, using a real-world implementation from Twitter as a case study.
A tutorial on creating and loading plugins in Go, demonstrating a driver program that chains two plugins to process data.
A discussion on Pythonic code design, focusing on abstractions, libraries, and best practices for writing clean and effective classes.
Analysis of the 2020 Facebook SDK crash that brought down many iOS apps, highlighting the risks of third-party SDK dependencies and data privacy.
Explains the Emitter Parameter Pattern as an alternative to return values for designing flexible Service Provider Interfaces (SPIs) in libraries and frameworks.
Introduces the Emitter Parameter Pattern as a flexible alternative to return values for Service Provider Interfaces (SPIs) in libraries and frameworks.
A developer argues for starting with larger, monolithic components in Angular to avoid premature abstraction and complexity, then refactoring for performance or reusability.
Explores combining event sourcing with stateful systems for a large-scale project, focusing on design for reporting and historical tracking.