#data-consistency

[ follow ]
fromHackernoon
2 months ago

The Case for Factory Functions: Reducing Bugs and Technical Debt in Angular + Microservices Projects | HackerNoon

In modern Angular and microservices-based applications, managing data consistency and reliability is a persistent challenge and often relies on backend API stability.
Angular
fromInfoQ
1 month ago

Fast Eventual Consistency: Inside Corrosion, the Distributed System Powering Fly.io

Corrosion enables independent updates on different nodes utilizing CRDTs, ensuring synchronization without a fixed order, thus maintaining eventual consistency across Fly.io's platform.
React
fromDevOps.com
4 months ago

Addressing Data Synchronization Challenges in DevOps - DevOps.com

One of the biggest challenges in blue-green deployments is managing data consistency when both environments share the same database. While this approach simplifies the process, it requires careful planning around schema changes and backward compatibility to ensure smooth transitions without data conflicts.
Business intelligence
fromMarcin Wanago Blog - JavaScript, both frontend and backend
9 months ago

API with NestJS #161. Generated columns with the Drizzle ORM and PostgreSQL

With virtual generated columns, we avoid using additional disk storage. Instead, the database calculates their value on demand, for example, during a query. However, PostgreSQL currently lacks support for the virtual generated columns.
JavaScript
[ Load more ]