Microservices Communication Frameworks—Part 1 bye Ranjan Bhattacharya

The multiple, independent services which comprise a microservices application need to collaborate with each other using some form of inter-process communication mechanisms, of which there is a wide variety to choose from. Services can use synchronous request/response-based technologies like REST or gRPC, or asynchronous, message-based ones like AMQP. Services can use human-readable text-based message formats like JSON, or XML, or more efficient binary formats like Protocol Buffers. They can also use high-level network protocols like HTTP or low-level but more efficient TCP.

Read More
Guest User
Blueprints for a Data Analytics Platform by Ranjan Bhattacharya

The traditional on-prem data warehouse has served organizations well for many years by providing visibility into operational data critical for businesses to grow and thrive. However, this architecture tends to live in technical silos, introducing unnecessary friction into data-driven decision making.

The modern, cloud-based data warehouse can enable transformative connectivity between data and businesses, enabling data-driven decision making on a large scale, driving operational efficiency, improving customer experience, and creating new revenue streams.

Read More
Guest User
Improving Application Performance & Customer Data Access

Technology leaders are often tasked with improving the application experience for our customers. This typically means finding a way to get meaningful data into users’ hands sooner in some form or another. Some of that work is technical performance improvements, and sometimes it is a simple change in workflow.

Read More
Russ Harding