Azure Discovering Most Stupid Mistake I Ever Made - Analyzing gRPC Service MemDump from Linux based Docker Running on ACI Here we are going to discover one of the most stupid mistake I could ever made in my career. The turning point was an informal conversation with the one and only Tess Ferrandez.
gRPC Implementing gRPC Auto-Reconnect on Timeout In this blog post we are going to implement feature to reconnect to gRPC stream if specific timeout has elapsed and no new data has been received from the server.
gRPC Building Real-time Public Transport Tracking System on Azure - Part 7: Packing Everything Up This is blog post in series about building real-time public transport tracking system on Microsoft Azure cloud services. Now it's time to pack up and deploy services to cloud for smooth production run.
gRPC Building Real-time Public Transport Tracking System on Azure - Part 6: Building Frontend This is next post in series about real-time public transport tracking system development based on Azure infrastructure and services. This article is a part of Applied Cloud Stories initiative - aka.ms/applied-cloud-stories. Blog posts in this series: * Part 1 - Scene Background & Solution
Asp.Net Core Building Real-time Public Transport Tracking System on Azure - Part 4 This is next post in series about real-time public transport tracking system development based on Azure infrastructure and services. This time we talk about data broadcast using gRPC and SignalR.
Azure Building Real-time Public Transport Tracking System on Azure - Part 3 This is next post in series about real-time public transport tracking system development based on Azure infrastructure and services. This time we talk about data distribution further to our subscribers.
.Net Core Building Real-time Public Transport Tracking System on Azure - Part 1 This is next post in series about real-time public transport tracking system development based on Azure infrastructure and services. This article is a part of Applied Cloud Stories initiative -