Sunday, June 12, 2022

How to cache API response - Angular.

 


C# 9.0 - initialisation of mutable objects

 C# 9.0 - initialisation of mutable objects


Initialisation of mutable objects simplified in c# 9 using




dot net 3.0 -Asyn streams

 


Nullish Coaleasching - Angular 12

 Angular 12 : Nullish Coaleascing


Allows developers to replace complex epressions : {{ age !=  null && age != undefined ? age: calculateage()}}




Angular 11 vs 12 major differnces.


How Netflix Scales its API with GraphQL Federation (Part 1)

  Netflix is known for its loosely coupled and highly scalable microservice architecture. Independent services allow for evolving at differe...