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

Resize image in SwiftUI

By shagrafnasheet

In this tutorial, we’ll learn how to resize an image in SwiftUI. In SwiftUI the image container automatically takes the size of its content. Whatever image we give to the ima.... Read More

The Rise of Artificial Intelligence: what to look for in 2023

By Saruque Ahamed Mollick

Truly, the field of Artificial Intelligence (AI) has transitioned from the realm of science fiction to our daily existence, becoming a formidable power that greatly impacts numerou.... Read More

How to display or load an image from URL in SwiftUI

By shagrafnasheet

In this tutorial, We’ll learn how to display an image from a URL in SwiftUI. Normally we display images using UIImage view. But in SwiftUI if we want to load an image from a .... Read More

Custom space between Hstack elements in SwiftUI

By shagrafnasheet

In this tutorial, we’ll learn how to give custom space between HStack subviews in SwiftUI. Hstack, also known as Horizontal Stack is a container like VStack which arranges it.... Read More

Related Posts