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
How To
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.
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.
How to run xUnit tests on JenkinsHow to run xUnit tests on Jenkins
Jenkins does notĀ support running of xUnit tests out of the box. So that you need to run it manually and import test results to Jenkins. This quick manual shows how
How To: Publish your assembly to private NuGet repositoryHow To: Publish your assembly to private NuGet repository
This is quick guide to manage your NuGet package in your private server. Before going into steps with publishing a NuGet package you need to have prepared assembly. Also you
How-To Clear NuGet CacheHow-To Clear NuGet Cache
Just a reminder to myself how to clear NuGet cache. Delete everything at locations: C:\Users\user\AppData\Local\NuGet\ C:\Users\user\.nuget\packages\ C:\Users\user\AppData\Local\Temp\NuGetScratch\ See also: Managing the NuGet cache
How To: Configuration of Azure resourcesHow To: Configuration of Azure resources
During configuring resources for the application of several tiers I met obscure points. This articles is just a note which describes those obstacles with the solutions I done. It covers
How To: Giving PresentationsHow To: Giving Presentations
Since the first presentation I gave I’ve noticed several points to remember. There are a lot of articles about the subject “How to give good presentations” in the internet and