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()}}
Scalable application Design - Example app EasyWin
In this application design important design consideration discussed mainly to make sure at least 1k concurrent users can use this app and a...