Building manageable, loosely-coupled serverless solutions with Azure Event Grid
Explores using Azure Event Grid to manage service dependencies and simplify communication in serverless architectures, improving maintainability.
Explores using Azure Event Grid to manage service dependencies and simplify communication in serverless architectures, improving maintainability.
Explores key serverless design patterns, contrasting traditional best practices with modern event-driven, stateless, and microservice approaches.
Analyzes the debate between using lean single-purpose AWS Lambda functions versus monolithic functions, discussing pros, cons, and best practices.
A tutorial on implementing real-time online user counting using Azure SignalR Service and ASP.NET Core, based on Dino Esposito's SignalR series.