




1const DummyComponent = () => {
2 const [count, setCount] = React.useState(0);
3
4 const handleClick = () => {
5 setCount(prev => prev + 1);
6 };
7
8 return (
9 <div className="p-4 border rounded-lg">
10 <h2 className="text-xl font-bold mb-4">Fights Counter</h2>
11 <p className="mb-2">Fight Club Fights Count: {count}</p>
12 <button
13 onClick={handleClick}
14 className="px-4 py-2 bg-blue-500 text-white rounded hover:bg-blue-600"
15 >
16 Increment
17 </button>
18 </div>
19 );
20 };
21
Building responsive, scalable, and secure web apps using modern frameworks like React, Next.js, and Node.js.
Crafting intuitive and performant Android apps with Kotlin, Jetpack Compose, and modern architecture.
Translating designs into smooth, pixel-perfect interfaces that elevate user experience.
Creating and integrating RESTful APIs and third-party services to power robust app functionality.
Implementing real-time updates using sockets or Firebase to enhance collaboration and interactivity.
Designing efficient data models and backend logic using MongoDB, PostgreSQL, Firebase, or Supabase.
Working seamlessly with teams using Git, CI/CD, and Agile practices for efficient delivery.
Writing modular, reusable, and well-documented code that scales with your application.
A versatile skill set spanning frontend, backend, databases, and mobile development — enabling me to build full-featured, modern apps.
Experience
Experience
Gssoc'24 & Ssoc'24
Work as a Contributor for Gssoc'24 for Open Source Program
Freelancing
Work as a Full Stack Developer
Education
Education
National Institute of Technology, Warangal (NITW)
Master Of Computer Applications (MCA)
Bundelkhand University
Bachelor Of Science in Information Technology ( Bsc(I.T.) )
About Me
About Me
I'm a developer passionate about building clean, efficient, and user-focused digital experiences. Whether it's crafting full-stack web apps with React and Next.js or building intuitive Android apps using Kotlin and Jetpack Compose, I love bringing ideas to life through code.
With a strong foundation in both frontend and backend development, I focus on writing scalable, maintainable solutions that balance functionality and design.
Beyond building, I enjoy learning and contributing to open-source, constantly evolving my skills to stay in sync with modern development trends.