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()}}
Hello World Plus - Part 3 Async , Batch, Threads and Serverless infrastructure.
In this articles we will go though Async programming and request response from third party api and aggregate data and send it back to servi...