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()}}
Design Uplift part VI - Using Tools , AI Co pilot in deisgn and development.
I am giving here complete details of my Linked in post related to using co pilot in generating code and making change quickly. Ref: Desi...
-
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...
-
Post Views: 669 Software design and architecture, generally refer to the foundation, structure, and organization of the solution. Whil...