#orm
Read more stories on Hashnode
Articles with this tag
Introduction Object Relational Mappers (ORMs) are widely used in software development to abstract database operations in our application code by...
Introduction Concurrency control is one of the most challenging aspects of software development. Sometimes, we have a tendency to wishful thinking and...
Overview Value objects are one of the tactical building blocks for modeling the business domain introduced and popularized by the Domain Driven Design...
Introduction You probably have heard about a test pyramid. It is the idea that an application should have the proper balance of automated tests on...