I'm a full-stack developer specializing in the MERN stack, with deep experience in building and deploying scalable applications using the latest Next.js 15. I implement CI/CD pipelines and integrate DevOps tools to ensure production-grade delivery.
My recent projects demonstrate hands-on experience with both classic React and modern Next.js, as well as CMS platforms like Wix and WordPress. These projects reflect the depth of my skillset and my ability to deliver across diverse tech stacks.
I built a complete CI/CD pipeline using GitHub Actions that triggers on every push to the main branch.
I built a complete CI/CD pipeline using GitHub Actions that triggers on every push to the main branch. It automatically builds a Docker image of the app, pushes it to the container registry, and deploys it to an AWS EC2 instance by pulling the latest image and restarting the container. The setup ensures seamless and consistent deployment without manual steps. I also configured a custom domain to point to the EC2 instance, so the app is accessible via a proper URL. The entire flow is automated, reliable, and production-ready.
I built a complete CI/CD pipeline using GitHub Actions that triggers on every push to the main branch. It automatically builds a Docker image of the app, pushes it to the container registry, and deploys it to an AWS EC2 instance by pulling the latest image and restarting the container. The setup ensures seamless and consistent deployment without manual steps. I also configured a custom domain to point to the EC2 instance, so the app is accessible via a proper URL. The entire flow is automated, reliable, and production-ready.
Developed a full-stack, real-time Time Tracking Application using Next.js, featuring comprehensive project, task, and client management modules. The application includes both frontend and backend implementations following industry best practices. Key features include a secure authentication system, complete CRUD operations, global state management (via Zustand/Redux/etc.), and using of Shadcn Library and whole project is made in Typescript.
Developed a fully responsive stock market dashboard using core React and JavaScript, designed to showcase advanced UI/UX skills and component architecture. The dashboard fetches real-time data from multiple stock APIs provided by different distributors and includes custom-built UI components such as charts, cards, and filters to display complex data cleanly and interactively.
Developed a comprehensive Admin Dashboard for a business generating over ₹50 lakh/month in revenue, aimed at streamlining client onboarding and internal operations. Built entirely with React, the dashboard integrates with third-party APIs to process loan applications, assist the sales team in managing leads, and automate critical workflows.
Over the last 2 Years, I dedicated myself to intense self-learning, mastering modern web technologies and working with local businesses as a freelance developer. This period sharpened both my technical and client-facing skills.
I specialize in building MVPs for startups and automating deployment pipelines using modern DevOps practices. I’ve developed scalable cross-platform apps with React Native, set up CI/CD workflows for efficient delivery, and built SEO-optimized websites using WordPress, Wix, and custom code. I also help clients track performance and boost visibility through Google Analytics, search indexing, and SEO management. My focus is always on delivering maintainable code, fast launches, and real business value.
Key Tech: React Native, React, Frontend, Backend, Google Analytics, SEO, DevOps
APR 2025 - PRESENT
Independently designed the entire UI/UX for the website in Figma, translating it into a responsive and animated React application. Implemented clean, modular code with performance-focused practices and modern animation techniques for smooth user interactions. Deployed the complete website on AWS EC2, configured with Nginx and PM2 to ensure scalability, uptime, and the ability to handle real-time traffic. Managed end-to-end development from design to deployment.
Key Tech: React, Express.js, Backend, Google Analytics, SEO
Apr 2025 - Jun 2025
Designed and developed the complete Cloud Ingenious website using Wix Studio, ensuring seamless responsiveness across devices. Led end-to-end optimization, including SEO, accessibility, and performance for a fully production-ready launch.
Key Tech: WordPress, Wix, CI/CD, Google Analytics, SEO
Jul 2024 - Aug 2024
I led the frontend architecture for multiple projects, including admin dashboards and user portals. My work improved customer onboarding rates by 30% through intuitive UI and robust workflows. I also built a scalable dashboard for a ₹50 lakh/month loan business, integrating third-party APIs for loan processing, client management, and user access control.
Key Tech: React, REST APIs, Dashboard Development, Loan Management
NOV 2023 - Mar 2025
I developed the entire frontend of Gateway Car Rental's web platform, including the booking flow, contact system, and admin dashboard. I added advanced features like dynamic price calculators and mobile responsiveness, resulting in a 32% increase in web traffic and a 25% performance boost. This project sharpened my skills in component-based architecture, UI optimization, and performance tuning.
Key Tech: React, JavaScript, UI/UX, Responsive Design, Performance Optimization
JAN 2023 - AUG 2023
Every skill listed here is backed by real-world experience. While I constantly refine my strengths, I’ve intentionally learned a broad set of tools to reduce dependencies and move faster as a solo or team developer.
Language
Language
Frontend Library
App Building
Framework
State Management
Runtime
Backend Framework
Database
CSS Framework
Containerization
Cloud Platform
These are the core tools and technologies I use regularly, from frontend frameworks and backend services to deployment, testing, and debugging utilities that support scalable, maintainable development.
Version Control
Repo & CI/CD
Repo & CI/CD
Code Editor
Code Editor - JAVA
API Testing
Operating System
Design Tool
Communication
These articles reflect my journey, what I’ve learned, where I got stuck, and how I solved real problems. I write them to help developers who might be facing the same challenges I did.
JSON Web Token, mostly referred to as JWT, is a standard (not a library) created by IETF (not OAuth) and it is used to generate tokens for security purposes in your application. JWTs are used for validation, access control, payments, admin control, etc.
5 min
Learn how to integrate Razorpay payment gateway in a Next.js application with step-by-step code examples. This guide covers both client and server-side setup, payment verification, and going live
5 min
Learn deploy your own Next.js application to the cloud, and not just with a basic Vercel setup. We’re talking about a full CI/CD pipeline.
8 min