Hi, I'm Kunal Sonawane 👋

I build full-stack web applications, solve algorithmic problems, and exploring computer science.

MCA Student at MIT World Peace University, Pune | Passionate Developer | Problem Solving

Kunal Sonawane

About Me

A passionate computer science student on a journey of continuous learning and growth

My Journey

Born and raised in Nashik, I made the bold decision to move to Pune to pursue my MCA at MIT World Peace University. Living away from family has taught me independence, resilience, and the true value of dedication. With a current CGPA of 8.44, I'm committed to excellence in everything I do.

My Philosophy

"I am not just here for myself, I'm my parents' investment — and I will give the best returns."

This quote drives me every day. As a single child, I carry the responsibility and dreams of my family, which motivates me to push beyond my limits.

Personal Values

I'm a native Marathi speaker working on mastering English fluency. I love meaningful conversations, embrace spiritual values, and believe in the power of continuous learning. My connection to spirituality keeps me grounded while my passion for technology drives me forward.

Education

Master of Computer Applications (MCA)

MIT World Peace University, Pune

Current CGPA: 8.44

B.Sc. Computer Science

KVN Naik College, Nashik (SPPU)

Third Highest GPA: 9.27

Higher Secondary (12th)

79%

Location & Languages

From:Nashik, Maharashtra
Currently:Pune, Maharashtra
Languages:Marathi, Hindi, English

Skills & Expertise

A comprehensive toolkit for building modern applications and solving complex problems

Programming Languages

Java
Python
JavaScript
C
C++
PHP

Web Technologies

HTML
CSS
MySQL
TailwindCSS
ReactJS
Spring Boot
JSP
Servlets

Tools & Platforms

IntelliJ IDEA
Ubuntu
Windows
Postman
Git
GitHub
WAMP

Soft Skills

Problem Solving
Critical Thinking
Communication
Event Management
Time Management

Core Concepts

OOP
DSA
DBMS
Operating Systems
Computer Networks

Languages Known

English
Marathi
Hindi

Featured Projects

A showcase of my technical skills and problem-solving abilities

Cloud-based IDE Platform

A comprehensive cloud-based IDE with terminal, coding panel, and dashboard. I handled the dashboard module using UI.shadcn and modern libraries.

React
shadcn/ui
Node.js
Full-Stack E-Commerce Solution

Complete e-commerce application built with Spring Boot and PostgreSQL, featuring product cart, payment integration, and admin dashboard.

Spring Boot
PostgreSQL
Java
Enterprise Leave Management

Servlet-JSP based system for applying and approving leaves with role-based access control and comprehensive reporting features.

JS
PHP
MySQL

Achievements & Recognition

Milestones that reflect my dedication and continuous growth

LeetCode Excellence

Achieved Top 4% globally on LeetCode with a consistent 100-day streak, demonstrating exceptional problem-solving skills and dedication.

Top 1% Global

Coding Competitions

Two-time winner of inter-college coding competitions, showcasing algorithmic thinking and competitive programming skills.

2x Winner

Academic Excellence

Third highest GPA (9.27) in B.Sc. Computer Science department, reflecting consistent academic performance and dedication.

9.27 GPA

Event Management

Successfully organized inter-college coding events, demonstrating leadership skills and ability to manage complex projects.

Event Organizer

Coding Profiles

Connect with me on various coding platforms and see my progress

LeetCode

Top 1% globally with 100-day streak

GeeksforGeeks

Active problem solver and contributor

GitHub

Open source projects and contributions

Code Snippet Showcase

// Binary Search Implementation
public int binarySearch(int[] arr, int target) {
int left = 0, right = arr.length - 1;
while (left <= right) {
int mid = left + (right - left) / 2;
if (arr[mid] == target) return mid;
else if (arr[mid] < target) left = mid + 1;
else right = mid - 1;
}
return -1;
}

Let's Connect

I'm always open to discussing new opportunities, collaborations, or just having a meaningful conversation

Get in Touch

sonawanekunal289@gmail.com
+91 99754 62090
Pune, Maharashtra, India

Resume

Download my latest resume to learn more about my experience and skills.

Send a Message