Tag: architecture
All the articles with the tag "architecture".
-
Standardize Data at Write Time, Not Read Time
Why I normalize data from multiple sources when saving to the database, not when displaying it. Using IoT temperature monitoring as a practical example.
-
The hidden ETL pipeline in your system
Understanding how most software systems inherently function as ETL pipelines and how to leverage this perspective for better system design.
-
Google sheets as your backend: Preserving business logic instead of rebuilding it
A practical approach to using Google Sheets as a lightweight backend solution, preserving existing business logic while avoiding unnecessary rebuilding of systems.
-
Prototype first, production second
How prototyping reduces development risk by allowing safe experimentation and validation before making production changes, with practical examples and best practices.
-
ASP.NET MVC5 Feature Folders Structure
How to organize ASP.NET MVC5 projects using feature folders for better maintainability and separation of concerns, with practical examples and implementation details.
-
How to Refactor Business Rules Using the Specification Pattern
A practical guide to implementing the Specification pattern for cleaner and more maintainable business rule validation in your code.