About Me
Full Stack Developer specializing in enterprise PLM solutions and modern web technologies

I'm a passionate Full Stack Developer with 2+ years of experience in PLM-aligned software solutions, specializing in integrating RESTful APIs, SAP, and microservices into scalable enterprise applications.
I've led integration projects that enhanced customer satisfaction by over 40% and boosted system efficiency through microservices architecture. My background in Mechanical Engineering gives me a unique perspective on solving complex technical challenges.
Currently working at Sanchi Solutions, I focus on building scalable web and mobile applications, creating reusable UI components, and orchestrating CI/CD pipelines using modern technologies like .NET Core, React.js, and Azure DevOps.
Skills & Expertise
Technologies and tools I use to build enterprise-grade solutions
Featured Projects
Enterprise solutions and applications I've built throughout my career





Live Code Playground
Real-world examples from my 2+ years of enterprise development experience
// Task Management Component (2+ years experience)
function TaskDashboard() {
const [tasks, setTasks] = useState([]);
const [filter, setFilter] = useState('all');
const addTask = (task) => {
setTasks(prev => [...prev, {
id: Date.now(),
...task,
createdAt: new Date(),
status: 'pending'
}]);
};
const updateStatus = (id, status) => {
setTasks(prev => prev.map(task =>
task.id === id ? { ...task, status } : task
));
};
const filteredTasks = tasks.filter(task =>
filter === 'all' || task.status === filter
);
return (
<div className="task-dashboard">
<TaskFilters filter={filter} setFilter={setFilter} />
<TaskList tasks={filteredTasks} onUpdate={updateStatus} />
<TaskForm onAdd={addTask} />
</div>
);
}Professional Journey
My career timeline showcasing growth in full-stack development and enterprise solutions
Work Experience
Collaborate with cross-functional teams to build scalable Web and Mobile applications aligned with product lifecycle workflows. Created reusable UI components increasing user engagement by 30% and boosted system efficiency by 40% through RESTful API engineering and microservices architecture.
Key Achievements:
Technologies:
Designed web-based management systems and acted as both frontend and backend developer. Built logistics integration platforms, gym management systems, and education management platforms with cross-device accessibility.
Key Achievements:
Technologies:
Education
Intensive program covering advanced software development, full-stack technologies, and modern computing practices.
Key Learnings:
Engineering degree with focus on mechanical systems, providing strong analytical and problem-solving foundation for software development.
Key Learnings:
Certifications
Trained in SolidWorks, Enovia, Delmia, and the 3DEXPERIENCE platform. Acquired practical skills for PLM, manufacturing process planning, and collaborative 3D design.
Technologies:
Completed training covering Python fundamentals, control structures, functions, OOP, and file handling with hands-on project work.
Technologies:
Admin Dashboard Demo
A glimpse into the enterprise dashboards I build - real-time analytics, project management, and business intelligence
+12.5% from last month
+8.2% from last month
+3.1% from last month
+0.4% from last month
Get In Touch
Let's discuss your next project or just say hello
Let's Connect
I'm always interested in hearing about new opportunities, interesting projects, or just having a chat about technology and development. Feel free to reach out!
