Code Packets
Browse all published coding projects
Fully functional CRUD RESTful API with Flask and Mongodb
To build a Flask application that handles the operations of a CRUD API- Create ,Read,Update and Display records with the help MongoDB as database.
Guess The Number Game using Java
Guess the Number Game using Java programming language is an interesting game. In this game you will have to think of a whole number and the system will try to guess that number.
ATM Using Python
A simple Menu-driven custom ATM application using Python that implements the features of ATM as per user input.
Efficient Oxygen Distribution to Covid Patients in C++
In this project, we will learn how can we efficiently distribute Oxygen Cylinders from a factory to all districts of a state efficiently according to their requirements in C++.
Number Guessing Game using Java Swing
A simple interactive random number guessing project designed using Java Swing and AWT.
N-Queen problem using Java
Return a binary matrix that gives 1s for the block where queens are placed. We use Backtracking to solve this problem
Calculate electricity bill using Java
We are going to build java program that calculate electrity bill based on the given units.
Portfolio webpage
This is a customizable portfolio webpage. Extremely needed for developers to showcase their skills.
Bounce Ball in Python
The bounce Ball game is written in python using the Pygame library of python. Pygame module is made to build interactive and 2d games using python language.
Cake Ordering System in Java Using Swing Tool and MySQL
A Cake Ordering System that helps you ordering the cake of your desired flavor according to the occasion.
Avoiding Obstacles in Java
In this java tutorial, we will learn to choose the minimum step size to travel over the positive integer number line such that we don't encounter a single obstacle
Implementation of Sieve of Eratosthenes using C++
This packet consists of a C++ code based on the implementation of the Sieve of Eratosthenes.