Understanding the Fan-Out/Fan-In API Integration Pattern

The fan-out/fan-in API integration pattern is one of the most advanced. We unpack it here for you in a way that’s easy to understand. Read all

Data Distribution in Apache Ignite

Learn how data distribution in Apache Ingite works and how to set up a resilient system for failures and disasters. Read all

Machine Learning Made Easy: Text Recognition Using Kotlin, MVVM, and Huawei ML Kit

Anywhere repetitive manual reading is done, we can replace it with text recognition. Here’s how to do text recognition using the Hussein ML Kit. Read all

AOT Compilation Make Java More Power

In this article, I will introduce how we can use Java AOT compilation to eliminate the dead code in Java and therefore improve the performance dramatically. Read all

How To Add Google reCAPTCHA v3 In PHP Contact Form

We will see how to integrate Google reCaptcha v3 in php to protect your web application from a spambot. Google reCaptcha v3 API most popular captcha solution. Read all

DataWeave Logging — Print Logs From DataWeave2.0

This article is about printing the logs directly in the output console(after deployment) without using an additional logger component. Read all

A CRUD With MongoDB and Java in One Line of Code

In this quick tutorial, I'll show you how to implement a web CRUD (Create, Read, Update, and Delete) using MongoDB, Spring Boot, and Vaadin. Read all

How to Convert a PDF to PNG or JPG in Java

This tutorial shows how to convert any PDF document to a stacked PNG image or PNG or JPG array with one image per page, using an API. Read all

Perceptron Explained Using Python Example - Data Analytics

In this post, you will learn about the concepts of Perceptron with the help of Python example. It is very important for data scientists to understand the con... Read all

Visitor Design Pattern In Java

The Visitor design pattern lets us separate algorithms from the objects on which they operate. See how to implement it to follow the open/closed principle. Read all

 

 

 

 

Top