Posts by Faruque Ahamed Mollick

Author Biographical Info: Not available

Infinite rotation of a game object in Unity 3D C#

By Faruque Ahamed Mollick

In this tutorial, I am going to show you how to rotate a game object continuously for infinite in Unity with the help of C# programming. In order to rotate a GameObject continuousl.... Read More

Convert Nested List to Multidimensional NumPy Array in Python

By Faruque Ahamed Mollick

In this tutorial, you are going to learn how to convert nested lists to multidimensional NumPy arrays with the help of simple Python programming. Converting a nested list into NumP.... Read More

Get Position of a GameObject in Unity 3D with C# Script

By Faruque Ahamed Mollick

During the gameplay, it often may be needed to trace the position of an object in Unity 3D programmatically using C# script. For example, in a car racing game, you need to continuo.... Read More

Unity Visual Scripting vs Programming for Game Development

By Faruque Ahamed Mollick

Game development by writing programming and visual scripting are two popular game-making methods. There are many game engines that allow you to develop your game by programming and.... Read More

Detect ISP in Node.js

By Faruque Ahamed Mollick

In this tutorial, I am going to show you how to detect ISP (Internet Service Provider) in Node.js. To achieve this task, I am going to use the axios module to send a request to the.... Read More

EOFError: EOF when reading a line – Error in Python

By Faruque Ahamed Mollick

In this article, we will discuss the error message in Python “EOFError: EOF when reading a line”. When does the EOFError: EOF when reading a line occur? The above error.... 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

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