Akash Thoriyaakashthoriya.hashnode.dev·Jan 31, 2024Immutable Data Patterns in ReactExpert-Level Explanation Immutable Data Patterns in React involve treating data as immutable, meaning it cannot be modified after it's created. Instead of modifying existing data, you create a new copy of the data with the necessary changes. This pat...4 likesReactJS Fundamentals for InterviewsReact
Faiz A. FarooquiforFaiz's Blogblog.faizahmed.in·Jun 14, 2022Data Patterns in MicroservicesWe will now go into the world of data patterns in a microservices-based architecture. There are just a few options for addressing your data requirements. However, we will begin with what is likely to be the most prevalent design, the single service d...45 likes·1.1K readsMicroservicesMicroservices