-
Core Java
Java 8 Stream – filter() & forEach() Example
Hello. In this tutorial, we will explain the most commonly used Java 8 Stream APIs: the forEach() and filter() methods.…
Read More » -
Apache Solr
Apache Solr Multilingual Search: Language Identification Example
This is an article related to the Apache Solr Multilingual Search: Language Identification. Generally, Apache Solr is used for search…
Read More » -
Core Java
How to Download and Install Java 16
In this article, we will explain how to Download and Install Java 16. 1. Introduction Oracle released JDK 16 on…
Read More » -
Software Development
SOA vs Microservices: What’s the Difference?
In this article, we will see a comparison between SOA vs Microservices and their basic differences. 1. Introduction A service…
Read More » -
Apache Solr
Apache Solr Multilingual Search: Multiple-languages-per-field Example
This is an article related to the Apache Solr Multilingual Search: Multiple languages-per-field. Generally, Apache Solr is used for search…
Read More » -
sql
SQL Join Tutorial
In this article, we will discuss JOINs in SQL (Structured Query Language), various types of JOINs, and their syntax. We…
Read More » -
Python
How to sort a Dictionary by value in Python
Hello in this tutorial, we will see how to sort a dictionary by value in python programming. 1. Introduction To…
Read More » -
Python
ctypes in Python
This article will show how to use the built-in “ctypes” module in Python to use external C language libraries. 1.…
Read More » -
Software Development
Microservices vs APIs: What’s The Difference?
Hello. In this tutorial, we will check Microservices vs API and their biggest differences. 1. Introduction Microservices in their real…
Read More » -
Python
Install Python on Windows 10
1. Overview In this article, we will see how to install Python on Windows 10. Python is one of the…
Read More »