top of page
download_edited.jpg

Projects

Take a look at the projects I have accomplished, implementing the technologies I have mastered over the years.

What Zen Taught Silicon Valley (And Steve Jobs) About Innovation.jpg

Skills: Unified Modeling Language (UML) · Technical Writing · Software Project Management

Technologies:

Java NetBeans, MySQL

01

PROJECT ZEN: A Telepsychiatry Organization Admin Operations System

The system provides an easy user-friendly interface for the admin to create a reliable database for the organization efficiently. All fields of entry in the system are validated hence ensuring accuracy of the database and minimizing manual data errors. Using the system avoids local storage of data which in turn reduces the probability for loss of data

02

Blood Donation Management System

The system will redound to the benefit of managing the information in blood bank and it will also allow systemic data collection of the donors & advanced search of donors by blood group and address. Blood bank in charge can generate the unique identification number to the donor. ➢Information retrieval will be precise and effective. ➢Inventory control can be properly managed by using the FIFO (First In First Out) concept. ➢Information of the desired blood group can be searched from the central inventory. ➢The list of donors’ area wise and blood group wise can be searched.

Complete The Incomplete (Awarded Work).jpg

Skills: Unified Modeling Language (UML) · Technical Writing · Software Project Management

Technologies:

Java

MySQL

BLOOD DONATION Management Sys.png

Technologies:

8051 Microcontroller

03

Digital Temperature Thermometer using 
8051 MICROCONTROLLER

The temperature value is analog. Hence, it is Converted to digital value using an Analog-to-Digital Converter (ADC) and then it is displayed. Temperature sensors are widely used in electronic equipment to display the temperature. You can see the digital clock Displaying the room temperature value. It is due to the temperature sensor embedded in it. The LM35 temperature sensor can sense the ambient temperature of surroundings which produces a minimal output voltage that is proportional to the temperature at a rate of 10mV/°C. This analog input voltage is given to the ADC converter (ADC0804), which can work on the principle of successive approximation conversion.

🦉Night Owl🦉.png

Skills: Computer Graphics Animation

05

COLOR

Color is the visual perceptual property corresponding in humans to the categories called blue, green, red, etc. Color derives from the spectrum of light (distribution of light power versus wavelength) interacting in the eye with the spectral sensitivities of the light receptors. Color categories and physical specifications of color are also associated with objects or materials based on their physical properties such as light absorption, reflection, or emission spectra. Colorimeter is a device that is used to measure light absorbance (how much light is absorbed) and transmittance of light (how much light passes through) in a liquid by analyzing color intensity.

04

Searching Algorithms in PYTHON

Searching for data stored in different data structures is a crucial part of pretty much every single application.There are many different algorithms available to utilize when searching, and each have different implementations and rely on different data structures to get the job done. Searching algorithms, such as linear search and binary search, make the process of searching for data much easier. We often need to find one particular item of data amongst many hundreds, thousands, millions or more. For example, you might need to find someone’s

Run blocking functions asynchronously in Python.jpg

Technologies: Python

bottom of page