BCA Student | Developer | Learner
I am a developer who enjoys turning ideas into useful digital experiences. As a BCA student, I like learning new technologies and improving my coding skills. I enjoy building projects that solve real problems and help me understand how software works in practice. Every challenge helps me learn something new, improve my thinking, and grow as a developer. My goal is to keep learning and build simple, useful solutions that make a positive impact.
š Hello! Iām a 21-year-old BCA student at Gopal Krishna Gokhale College, affiliated Shivaji University, Kolhapur.
š» Passionate about technology and software development, I enjoy building projects that solve real-world problems.
š My journey includes creating student record systems, calculators, and inventory tools.
š I continuously explore new technologies to enhance my skills and grow as a developer.
šØ Creativity, š¤ curiosity, and š” innovation inspire me to create meaningful digital solutions.
š I love learning, coding, and contributing to impactful projects.
š Passionate about software development, š¤ I enjoy problem-solving, š± learning new technologies, and š contributing to impactful projects.
C++, Java, Python (Flask), PHP, HTML5, CSS
MySQL, File I/O, MS Access
Visual Studio Code, Visual Studio, IntelliJ IDEA
School Bus Safety & Tracking System is a web-based platform designed to enhance the safety and management of school transportation. It enables schools to manage students, drivers, buses, and routes efficiently, while allowing parents to access important transportation details. Built with Flask and MySQL for a reliable and secure solution.
Student Record System in C++: A console-based program to manage student records using binary file I/O. Features include adding, displaying, searching, updating, and deleting records. Designed for easy compilation and interactive use in any C++ environment.
A simple command-line based Basic Calculator built in C++ that performs arithmetic operations like addition, subtraction, multiplication, and division. Includes error handling for invalid operations and division by zero. A beginner-friendly project to understand switch-case and input/output in C++.
A responsive website on Advanced Processor Concepts showcasing CPU, memory, and leading processor companies across PC, mobile, and supercomputers. Includes team info, feedback, and future updates. Built with HTML/CSS to explore processor evolution, architecture, and technology trends.
Tic-Tac-Toe in C++: A console-based two-player game where players take turns marking X and O on a 3x3 board. Features interactive gameplay with input validation, automatic win/draw detection, and a clear live board display for an engaging experience.
A fun C++ console-based Number Guessing Game where the computer randomly selects a number between 1 and 100. The player tries to guess the number with hints provided ("Too High" / "Too Low") until correct. Tracks attempts and helps beginners learn loops, conditionals, and random number generation.