Articles

Tags
#Abstraction#Abstraction Layer#Acceptance Testing#Accidental Complexity#Advanced Object-Oriented Programming#Aggregate#Aggregate Root#Aggregation#Agile#Application Logic#Architecture#Asterisk#BDD#Backend#Books#Business#CRUD#Characterization Testing#Class diagram#Classic TDD#Clean Architecture#Code-First#Command Query Separation#Composition#Convergence#Core code#DDD#DTO#Data Model Tree#Database#Delegation#Dependencies#Dependency Injection#Dependency Inversion#Design Patterns#Divergence#Domain Events#Domain-Driven Design#E2E Testing#E2E tests#ES6#Encapsulation#Enterprise software#Essential Complexity#Event-based systems#Express.js#Feature-Driven Development#Frontend Development#Functional Programming#Functional programming#Gatsby#GatsbyJS#GraphQL#High Value Tests#IOC Containers#Infrastructure code#Inheritance#Inside-Out TDD#Integration tests#Intention Revealing Interfaces#Inversion of Control#IoC Containers#JavaScript#Jest#Language#Leaky Abstraction#Many-to-many#Mapper pattern#Mastery#Mental Models#Metaphysics#Mocking#Model-View-Presenter#Music#Negative Value#Netlify#Networking#Node.js#Non-functional requirements#OOP#ORM#Object-Oriented Programming#Observer Pattern#One-to-many#Outside-In TDD#Polymorphism#Professionalism#Psychology#RDD#RESTful APIs#React#Repository pattern#Roadmap#SEO#SOLID#Sequelize#Serverless#Software Craftsmanship#Software Design#Software Essentialism#Software quality attributes#Spirituality#Spotify#Starters#TDD#Technical practice#Test Rig#Test-Driven Development#Testing#The 12 Essentials#The Builder Pattern#The Feedback Loop#The Phases of Craftship#Three Ways#Tutorial#TypeORM#TypeScript#Typical Tests#UML#Unit Tests#Use Cases#Use cases#Value#Value Object#ts-auto-mock
7

Showing 7 article(s) about "Sequelize"



Ensuring Sequelize Hooks Always Get Run
In a modular monolith, you can decouple business logic using Domain Events and Sequelize Hooks. For that to work, we need to make ...
How to Handle Updates on Aggregates - Domain-Driven Design w/ TypeScript
In this article, you'll learn approaches for handling aggregates on Aggregates in Domain-Driven Design.
Decoupling Logic with Domain Events [Guide] - Domain-Driven Design w/ TypeScript
In this article, we'll walk through the process of using Domain Events to clean up how we decouple complex domain logic across the...
How to Design & Persist Aggregates - Domain-Driven Design w/ TypeScript
In this article, you'll learn how identify the aggregate root and encapsulate a boundary around related entities. You'll also lear...
Junction Model Pattern: Many-to-Many - Sequelize
Many-to-many is a common modeling relationship between two entities. Here's one way to handle it with the Sequelize ORM.
Migrate Primary Keys to UUIDs - Sequelize/Node
This is how and why I took upon myself the hellish task of migrating an existing Sequelize + TypeScript application to use UUIDs i...
Load more 👇