Posted in allcategorites html css javascript project web projects

ATM in JavaScript

Today, we will create an ATM in JavaScript. ATM is a machine used to withdraw money from your account, did you ever think of how…

Continue Reading
Snake Game in Java
Posted in allcategorites gui java project java projects

Snake Game in Java

In this tutorial, we are going to make a GUI for the classic Snake Game in Java. The player can control the snake with the…

Continue Reading
Posted in 30 Days of Code allcategorites competitive programming

HackerRank Day 4 Solution in Python: Class vs Instance

Today we will see the HackerRank Day 4 Solution in Python. The problem is named Class vs Instance which is part of 30 Days of code on HackerRank. Let’s…

Continue Reading
Posted in 30 Days of Code allcategorites competitive programming

HackerRank Day 3 Solution in Python: Intro to Conditional Statements

Today we will see the HackerRank Day 3 Solution in Python. The problem is named Intro to Conditional Statements which is part of 30 Days of code on HackerRank….

Continue Reading
Posted in allcategorites html css javascript project web projects

Inventory Management System in JavaScript

Introduction Hello everyone! Today we will make a simple Inventory Management System in JavaScript as a web development project. In this tutorial we will try…

Continue Reading
Google Step Internship 2023
Posted in allcategorites general-python

Google STEP Internship 2023

Introduction In this tutorial, we are going to learn about the STEP program i.e STEP (Student Training in Engineering Program). The Google STEP Internship is…

Continue Reading
Posted in python very small program assignments

Composite Number in Python

Problem Statement: The problem is to check if a number is a composite number in python. Composite numbers are numbers that are divisible by other…

Continue Reading
Posted in python very small program assignments

Greatest Among Four Numbers in Python

Problem Statement: The problem is very straightforward. We need to check the maximum or the greatest among four numbers in python. At the initial, the…

Continue Reading
Posted in python very small program assignments

Reverse the sentence in Python

Problem Statement: The problem is that we need to reverse the sentence in python. We cannot really reverse it using the conventional method of reversing…

Continue Reading
Posted in python very small program assignments

Denominations in Python

Problem Statement: The problem of denominations in python is very easy. The user gives us a total amount and we should count the number of…

Continue Reading