ABOUT

I'm a software engineer focused on building elegant, scalable solutions to complex problems. I value continuous learning and actively explore new technologies, integrating them into projectsto deliver impactful results.
Bachelor’s in Information Technology
EXPERIENCE
BLOGHUNCH
Architected a multi-tenant, RBAC-driven legal-funding SaaS, reducing onboarding time by 70%, sustaining sub-150ms response latency, and lowering dispute rates by 40%. Delivered a high-performance real-estate platform achieving a 100% Lighthouse SEO score, unlocking a projected $10M+ annual market opportunity.
ENTESTA
Led the migration of 250+ enterprise-critical Vue 2 components to Next.js 15, eliminating legacy tech debt and accelerating feature delivery by 40%+. Optimized the flagship platform serving 1.3K+ monthly active users, improving performance, stability, and scalability.
SPARROW NEST HOSPITALITY
Architected a production-grade hospitality management platform projected at $1M+ ARR, delivering ~75% faster page loads, 3× organic visibility, and 99.9% API uptime.
LNJ SKILLS
Built & scaled a Govt.-affiliated, NSDC-funded skilling enterprise to $1.2B cumulative turnover, sustaining 10% revenue CAGR through nationally aligned workforce development programs.
ADITYPUR AUTO CLUSTER
Developed Frontend for the Job-Board and Vibe Product Collaborated with UI designers to translate wireframes and mockups into interactive web pages Resolved UI issues bugs and Optimized website’s performance to ensure a seamless user experience across various browsers and devices.
SKILLS
PROJECTS
PLAYGROUND
const MagneticButton = () => {
const [position, setPosition] = useState({ x: 0, y: 0 });
const handleMouse = (e) => {
const { left, top, width, height } = e.target.getBoundingClientRect();
const x = (e.clientX - left - width / 2) * 0.3;
const y = (e.clientY - top - height / 2) * 0.3;
setPosition({ x, y });
};
return <button style={{ transform: `translate(${position.x}px, ${position.y}px)` }} />;
};LET'STALK
Have a project in mind? Let's create something extraordinary together.
Currently available for new projects
