Take a look at the new tools launched by the Amazon Alexa team for Visual Studio Code, and learn how to have a full development environment with these tools.
We surveyed engineers to learn how codebase health impacts hiring and retention. Here's what we learned and how to ask interviewers about code quality.
In Kubernetes, Pods are the single deployable units. If an application is to be deployed, it must be so in a Pod as a container. Learn how to use multi-container pods.
This article talks about monitoring Apache Kafka on Azure using Telegraf and Grafana. I will guide you on installation, setup, and running monitoring solutions.
Events come in handy when we decouple parts of applications but need communication among them. In this post, we will look at how to use the NestJS Event Emitter.
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!
An SLI is a measure of compliance with an SLO. This means there is no SLI without SLO. This article looks into the importance of SLIs and SLOs in SREs and how to implement them.
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 article, we will fine-tune the recently released Microsoft’s LayoutLM model on an annotated custom dataset that includes French and English invoices.
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.