Ajeet!
Aspiring Software Development Engineer | Full-Stack Developer | B.Tech ECE Student
I'm Ajeet, a final year B.Tech student majoring in Electronics and Communication Engineering at NIT Raipur. I’m passionate about software development and actively building my skills in full-stack development and data structures. Currently, I’m seeking opportunities to grow as a Software Development Engineer by working on challenging, real-world projects.
About Me
Hi! I'm Ajeet, a B.Tech student in Electronics and Communication Engineering. I'm passionate about software development and problem-solving, with a strong foundation in C++ and Data Structures & Algorithms.
I've worked with technologies like HTML, CSS, JavaScript, React, Node.js, Express.js, and MongoDB, and I enjoy building full-stack applications that solve real-world problems.My projects include a Note-Taking CLI tool, a To-Do List with Google Sheets Integration, and a Hostel Management System using the MERN stack. I've also been involved in 3D designing, and participated in hackathons and technical challenges.
Career Goals
I'm actively working on improving my DSA skills and building impactful projects to become industry-ready.
Technical Skills
Frontend Development
Backend Development
Database & Deployment
Development Tools
Education
NIT Raipur
2022 - 2026
Electronics and communication engineering | GPA: 7.77
Jawahar Navodaya Vidyalaya ,Korba
2020-2021
12th with PCM | Percentage: 94%
Jawahar Navodaya Vidyalaya ,Korba
2018-2019
10th | Percentage: 92%
Projects

Hostel-Attendance-System
This is a full-stack Hostel Attendance Management System designed to efficiently manage student attendance and hostel operations. It features dashboards for guards, enabling actions like marking attendance . With a clean and responsive UI, it ensures smooth interactions across devices. Built using the MERN stack with Firebase Auth and JWT, it demonstrates skills in RESTful API development, secure authentication, and CI/CD-based deployment. Ideal for institutions aiming to digitize hostel workflows with real-time tracking and approvals.

Note-Taking App
This is a Command Line Interface (CLI) application for efficiently managing personal notes.It allows users to create, read, update, and delete notes directly from the terminal. Designed with a clean and intuitive command structure, this tool supports features like categorization, search, and file-based storage. Built using modern JavaScript tools, this project showcases skills in CLI app development, file system interaction, and modular code organization. Ideal for developers who prefer managing notes without a GUI.

ToDo GoogleSheet Integration
This is a full-stack To-Do List web application integrated with Google Sheets for real-time task storage and tracking.It allows users to add, update, and delete tasks through an intuitive interface, while all data is synchronized with a connected Google Sheet. The app features a clean UI, dynamic task management, and secure API handling. The backend handles authentication (if included), Google Sheets API integration, and data persistence, while the frontend offers a responsive and user-friendly experience for efficient daily planning

BootLoader
A minimal 32-bit x86 bootloader written in NASM that prints Hello world! using BIOS interrupts. Loaded at 0x7C00 and tested via QEMU, it demonstrates the basics of system boot and low-level OS development.