Understanding How PostgreSQL Generated Columns Work
Discover the power of PostgreSQL Generated Columns in this detailed breakdown of the technology. We explain their structure and powerful uses for your database projects.
Discover the power of PostgreSQL Generated Columns in this detailed breakdown of the technology. We explain their structure and powerful uses for your database projects.
VIPER is an application of Clean Architecture to iOS apps. VIPER stand for View, Interactor, Presenter, Entity, and Routing.
Test Driven Development (TDD) is software development approach in which test cases are developed to specify and validate what the code will do.
SOLID is an acronym of 5 sets of principles that was proposed by Robert C Martin/Uncle Bob to write high cohesive, maintainable and extensible software systems
The Decorator design pattern is a structural pattern that allows behavior to be added to objects, dynamically, without affecting the behavior of other objects from the same class. The decorator pattern is typically used to extend the functionalities of classes in a flexible and reusable way.