Optical Character recognition using Deep Learning (CNN)

By Ripan Purkait

Our OCR (Optical Character Recognition) project aims to develop a robust and efficient system to detect characters and digits from an image. We are going to use Keras deep learning.... Read More

Check if a number is multiple of 9 using bitwise operators in C++

By Vivek Kumar Jaiswal

Hello everyone, In this tutorial, we will discuss how to check if a number is multiple of 9 using the bitwise operators in C++. There are many other ways to check for the same as w.... Read More

How to Parse XML file in Java

By Prathamesh Ballal

In this tutorial, we are going to learn about the Parsing XML file in Java. We can Parse XML file using Java DOM parser and Java SAX parser. We will learn about the DOM parser. Jav.... Read More

Address Calculation Sort in Python using hashing

By Rashi Singh

In this tutorial, we will learn about Address Calculation Sort in Python which is done using ‘hashing’. Address Calculation Sort In Address Calculation Sorting algorith.... Read More

Count Number of Object from an image using OpenCV in Python

By Sk Samiul Islam

In this tutorial, we learn how to count the number of objects in an image or video using OpenCV in Python. What is OpenCV OpenCV is a Python library that allows you to perform comp.... Read More

Anime Listing PHP Script using the AniList API

Anime Listing PHP Script using the AniList API

By Faruque Ahamed Mollick | June 17, 2023

Anilist is a popular Anime listing and community platform where millions of Anime lovers come and discuss various things about Anime. But many few know the fact that they also provide API service. AniList API can be used to develop your very own website or web app with anime listed just like AniList or MyAnimList. […] Read More

Create custom slider in SwiftUI

By shagrafnasheet

In this tutorial, We’ll learn to create a custom slider in SwiftUI. We create custom sliders because the default slider of SwiftUI doesn’t give us many options for modi.... Read More

Terraform vs CloudFormation: Examining the Pros and Cons of Each Tool

By Faruque Ahamed Mollick

As software developers, choosing the right infrastructure as code tool is essential to ensure efficient and effective deployment of applications. In this blog post, we will examine.... Read More