Micro services or API layer design the most non avoidable design patterns, any product can adopt to evolve into more robust design. It is interesting to look at different patterns from rest or aggregated api with graphql as BFF or server less and working with cloud and Messaging
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Sunday, June 12, 2022
C# 9.0 - initialisation of mutable objects
C# 9.0 - initialisation of mutable objects
Initialisation of mutable objects simplified in c# 9 using
Nullish Coaleasching - Angular 12
Angular 12 : Nullish Coaleascing
Allows developers to replace complex epressions : {{ age != null && age != undefined ? age: calculateage()}}
Performance optimization techniques in ReactJS
Summary: Helps to learn how to measure performance improvements. As the majority of modern web applications rely on what React.js brings to ...
-
Ref:https://aws.amazon.com/blogs/mobile/backends-for-frontends-pattern/ Interesting points and differnt approch to design BFF: AWS AppSync ...
-
Interesting thing about this article is bring ing mediaR pattern into clean architecutre which can support CQRS or command and Query much e...
-
Summary: very good article to learn 1. implenting microservices 2. using rabbitmq to send messages to service How to Build an Event-Driv...