In data streaming each event is transmitting from one processing block to another once events arrive. For example, you have three events like this: You want to calculate the sum
Deploy .NET Core web site wit SignalR behind Nginx reverse proxyDeploy .NET Core web site wit SignalR behind Nginx reverse proxy
Check list to verify that your application is ready for deployment behind NGINX reverse proxy.
Considerations when deploying to Docker and KubernetesConsiderations when deploying to Docker and Kubernetes
An overview of common pitfalls when you start to incorporate containerization with Docker and Kubernetes in your development
How to add slave host in Jenkins?How to add slave host in Jenkins?
Quick and dirty guide to add a slave host to Jenkins running in Docker on Linux-based machines.

Deployment to Docker and Kubernetes of StatsD-Grafana bundleDeployment to Docker and Kubernetes of StatsD-Grafana bundle
In the article I'm covering the integration of your application with Telegraf and Grafana, and the capturing and sending metrics with StatsD protocol.
Siddhi: Non-occurrence Event in Data StreamSiddhi: Non-occurrence Event in Data Stream
Some behavior patterns in event stream are based on the fact that specific event hasn’t happened. Siddhi has in-built mechanism to capture when some event is not happened after another.
Siddhi: Update partially in-memory tableSiddhi: Update partially in-memory table
Siddhi is a language which belongs to the group of Streaming SQL languages, offering SQL-like approach to process data streams. This short code snippet shows one of the basics scenarios
Send Email from Google Cloud FunctionSend Email from Google Cloud Function
The easiest method to send emails from Google Cloud Function is the using of SendGrid service. It allows you to send 100 emails in a day on the free account.
Deploying your .NET Core app to Kubernetes on local Windows machineDeploying your .NET Core app to Kubernetes on local Windows machine
Concise guide with commands about deploying .NET Core application to local k8s.
API Interface for Data FilteringAPI Interface for Data Filtering
A colleague of mine approached me with the question about choosing a correct approach for API interface for data filtering. Whether it should be GraphQL, OData, REST, or just using