This article talks about monitoring Apache Kafka on Azure using Telegraf and Grafana. I will guide you on installation, setup, and running monitoring solutions.
Learn how to control OAuth in a load-balanced application. This post shows how to manage sessions for a simple load-balanced application that uses OAuth 2.0.
In this article, find answers about immutability and its best practices. Practical examples demonstrate the advantages of immutability and related tricks.
Machine Learning isn't just meant for big machines with lots of GPUs. What if you can execute ML models on your phone! And with React Native it's not all that hard!
Many people prefer a Character array over a string, but they do not know the reason behind it. Read why people are more inclined to use an array than a string.
In this part, we'll cover the remaining steps of creating main tables with valid records for detailed deep drive analysis using Google DataProc and Apache Hive.
In this post, we present an encoding pattern for predicate composition as compensation to the language design. Our composition is Boolean algebra complete.
In this tutorial, we'll see how to deploy a trained transformer model on Huggingface, store it on S3 and get predictions using AWS lambda without server infrastructure.
In this post, I demonstrate how I've implemented an instance of Red Hat Single Sign-on (RHSSO) with an external MySQL database on Openshift version 4.8.
In this article, I'll discuss how you can take a real-world REST application example adapted to spring-cloud-function and speed up the cold start time using GraalVM.
Do you know when you install Git Bash on Windows what exactly you are installing? Git or Bash? In this article, learn what you need to know about Git Bash.
GKE is excellent for automatic management and monitoring of application containers. In this post, we'll look at GKE’s salient features and its implementation advantages.
Learn how to create High Order Components with Angular and how to send Components via @input() into another component using examples from a dynamic wrapper.
Have you ever wonder why all match on empty Stream will always return true ? Here you will get all information needed to understand why it works this way.