Category: allcategorites
Restaurant Management System Project in Java
Introduction In this article, we will build Restaurant Management System Project in Java and MySQL with source code. This project is great for those at an intermediate…
Flappy Bird Game in Java
In this article, we will build the famous Flappy Bird Game in Java with Swing. We all have played this game on our phones, here…
Draw Mickey Mouse in Python Turtle
Mickey Mouse is an iconic character that many of us are familiar with. If you’re a Python programmer, and a fan of Mickey Mouse, you…
Tip Calculator in HTML and JavaScript
Today, we will be making Tip Calculator in HTML and JavaScript. We will be using HTML CSS JavaScript to get the job done. For styling…
Creating Dino Game in Python
Who has not played Google’s famous Dino Game whenever we are not connected to the internet? Probably everyone might have played this game once. Today,…
Calculator in HTML CSS JavaScript
Today, we will be making a simple Calculator in HTML CSS JavaScript, where we can use the app to do basic arithmetic calculations. We will…
BMI Calculator in HTML CSS JavaScript
Today, we will be making a simple BMI Calculator in HTML CSS JavaScript. We will use JavaScript to calculate the BMI and display the result….
HackerRank Day 9 Solution in Python: Recursion
Today we will see the HackerRank Day 9 Solution in Python. The problem is named Recursion which is part of 30 Days of code on HackerRank. Let’s get started!…
HackerRank Day 8 Solution in Python: Dictionaries and Maps
Today we will see the HackerRank Day 8 Solution in Python. The problem is named Dictionaries and Maps which is part of 30 Days of code on HackerRank. Let’s…
HackerRank Day 7 Solution in Python: Arrays
Today we will see the HackerRank Day 7 Solution in Python. The problem is named Arrays which is part of 30 Days of code on HackerRank. Let’s get started!…
ATM Simulator In Java
In this article, we will build an ATM Simulator In Java with the help of Swing. There are two aspects of this application, the first…
Color picker in HTML and JavaScript
In this article, we will be creating a simple Color picker in HTML and JavaScript where the user can see and select a color and…
Tic Tac Toe Game in Python
Who has not played this amazing game in our childhood days? Probably each and every person might have played this game once in their school…
Brick Breaker Game in Java
If you’ve ever played the classic Brick Breaker game, where the goal was to eliminate all the bricks in each level by bouncing your ball…
Number Guessing Game in JavaScript
Today, we will make a simple Number Guessing Game in JavaScript, where a random number will be generated and the human/player will make a guess….
HackerRank Day 6 Solution in Python: Let’s review
Today we will see the HackerRank Day 6 Solution in Python. The problem is named Let’s review which is part of 30 Days of code on HackerRank. Let’s get…
HackerRank Day 5 Solution in Python: Loops
Today we will see the HackerRank Day 5 Solution in Python. The problem is named Loops which is part of 30 Days of code on HackerRank. Let’s get started!…
Best Java Roadmap for Beginners 2023
Java is one of the top programming languages in this era and today we will discuss Java Roadmap for Beginners. Because of Java’s robustness, ease…
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…
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…