Post by: syed hussain in All Application Architecture
In this post, I will elaborate on the Polling with Resource Location pattern, a crucial method for managing asynchronous processing in web applications. This pattern enables efficient handling of long-running…
Post by: syed hussain in All
Summary In this post, we explore several architectural patterns and their applications in data processing and analytics. Lambda Architecture is designed to combine batch and real-time processing, offering a comprehensive…
Post by: syed hussain in All
Summary The API Proxy Pattern serves as an intermediary, enhancing individual API interactions by adding functionalities such as rate limiting, logging, and security checks, ensuring smoother and more secure data…
Post by: syed hussain in All
Token exchange is the process of exchanging one type of security token for another. It is a crucial aspect of authorization in modern web-based applications and services. There are several…
Post by: syed hussain in All
Sometimes it’s not possible to hide access keys when making an API call. The suggestions below provide 20 ways to hide access keys when making API calls, such as using…
Post by: syed hussain in All Integration Architecture
An idempotent receiver is a message receiver that ensures that the processing of a message is executed only once, even if the message is received multiple times. This is useful…
Post by: syed hussain in All Integration Architecture
A Control Bus (CB) is a messaging architecture that enables enterprise integration by facilitating the exchange of control messages among different systems and applications. It acts as a mediator between…
Post by: syed hussain in All Integration Architecture
A polling consumer design pattern is a software architecture pattern commonly used in messaging systems, where a client application polls a message queue or a data source periodically to check…
Post by: syed hussain in All
A Machine Learning algorithm that takes a series of questions and answers them. Written in C#, feel free to use it for any projects you have in mind. using System;…
Post by: syed hussain in All
State machines belong to the domain of computer science and engineering, specifically the sub-domain of finite state machines. A state machine is a model of behavior composed of a set…