.NET Language understanding in .NET applications There is an increasing emphasis on natural user interfaces in modern applications. In this article, I am going to present a tool for natural language understanding in .NET applications, in the form of Microsoft’s LUIS.
mqtt Living with VerneMQ - using an MQTT broker for your IoT project Some time ago I have written a post here about the process of choosing an MQTT broker that fit our requirements for an IoT project. Now I continue that article
Backend Our take on Microservices Microservices have been a hot topic in the industry in the last few years. By this point, you've definitely heard of them. If not, there's no better way to describe
Java Defining custom metrics in a Spring Boot application using Micrometer A few months ago my friend and colleague, Attila wrote a great post on the monitoring of Spring microservices using Micrometer, Prometheus, Grafana and Kubernetes. Now, it is time to
Backend Monitoring microservices Overview Having relevant information about the state of the infrastructure and other systems in a microservices architecture is crucial for ensuring stability, thus keeping the end-user satisfied. Metrics concerning health
iot Choosing an MQTT broker for your IoT project Message Queue Telemetry Transport or MQTT is the de facto standard communications protocol in the IoT world right now. It is simple, lightweight, ideal for sensors and other devices with
Backend Beginners guide to Apache NiFi flows Apache NiFi is a powerful dataflow management tool for any application that requires such. With its web based graphical editor it is also a very easy to use, not just for programmers. The basics To understand the following parts first we have to talk
.NET Filtering duplicates from a table in SQL server It is a known problem in the world of multitiered application development that we want to apply some new functionality in one layer, but this can have some unpredictable consequences
Backend Managing Docker containers with Kubernetes Docker at large scale In one of my previous posts I showed how can we utilize Docker to easily package and deploy our applications. Setting up services are pretty straightforward
Backend A short introduction to Docker Docker basics Docker is a software container engine that helps you deploy applications in isolated environments without the overhead of virtual machines by utilizing operating-system-level virtualization. You can define your