Micro Frontend considers web applications as a collection of features controlled by separate teams. Here is a step-by-step how to build a micro frontend based on Angular.
The performance of a machine learning model is first assessed based on its success rate. Then about the compatibility of this rate with business objectives.
In part 1 of this series, we set up the Nest.js framework, configured, and tested the microservice application using Nest.js. Today, we'll cover the database setup.
In this post, we will discuss the alternative method for converting a table stored in an Oracle database to XML format and exporting it as an XML file.
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.