Author: Ayush Purawr
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…
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…
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….
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…
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…
Rock Paper Scissors in Java
Introduction We are going to create a simple program to play rock paper scissors in Java. Basic game to simply play and kill time. Most…
Scientific Calculator in Java
This article will help you create your own Swing GUI Scientific Calculator in Java. I will give you the source code and explain the major…
Courier Tracking System in HTML CSS and JS
Hello everyone! Today we will make a simple Courier Tracking System in HTML CSS and JS. This tutorial is important as it will teach you…
HackerRank Day 2 Solution in Python: Operators
Today we will see the HackerRank Day 2 Solution in Python. The problem is named Operators which is part of 30 Days of code on HackerRank. Let’s get started!…
HackerRank Day 1 Solution in Python: Data Types
Today we will see the HackerRank Day 1 Solution in Python. The problem is named Data Types which is part of 30 Days of code on HackerRank. Let’s get…
Word Count App in JavaScript
We will be creating a simple Word Count App in JavaScript. Every paragraph has words, every word has letters, were you ever curious about an…
Test Typing Speed using Python App
Hello folks! Today we are back with one another tutorial on How to Test Typing Speed using Python. This is one of the most requested…
HackerRank Day 0 Solution in Python: Hello World
Today we will see the HackerRank Day 0 Solution in Python. The problem is named Hello World which is part of 30 Days of code on HackerRank. Let’s get…
Top 10 PHP Projects with Source Code
Have you ever got confused about all projects to make that are full of learning and good enough to put on your resume? If yes…
HackerRank Day 29 Solution in Python: Bitwise AND
Today we will see the HackerRank Day 29 Solution in Python. The problem is named Bitwise AND which is part of 30 Days of code on HackerRank. Let’s get…
Free Python Certification Course
Want to grab a Free Python Certification Course but don’t know how? We got you covered. Free Python Certification Course outlines: Free Python Certification Course…
Swing GUI Calculator in Java
Hello everyone 👋 In this article, we will create a simple Swing GUI Calculator in Java having basic functionalities, but once you are familiar with…
Calorie Calculator in Java
Introduction In the article, we are going to create a simple Calorie Calculator in Java with MySQL. This project can show the calorie count of…
To-Do List in HTML CSS JavaScript
We will be creating a simple To-Do list in HTML CSS JavaScript. Features of To-Do list app are: We will be using HTML, CSS and…