Building & Scaling Enterprise SaaS Products.
Full-Stack Software Engineer and Team Lead with 4 years of experience building and scaling enterprise SaaS products across manufacturing, ERP, and business automation domains. Experienced in leading cross-functional teams, architecting multi-tenant applications, integrating SAP and Zoho ERP systems, and delivering production-ready solutions using Laravel, PHP, JavaScript, MySQL, React.js, and Node.js.
System Status
Operational- MULTI-TENANT RBAC
- ERP SYNC ENGINE
- LARAVEL & NODE APIs
- AWS & DOCKER
- Experience
- 4 Years
- Focus
- Full-Stack & Team Lead
- Architecture
- Multi-Tenant & ERP Systems
About Me
I’m Avneesh Chauhan, a Full-Stack Software Engineer and Team Lead based in Jaipur, India, with 4 years of experience building and scaling enterprise SaaS products across manufacturing, ERP, and business automation domains.
Currently at Aumtics Technologies Pvt. Ltd., I lead a team of 4 developers delivering 6 enterprise Manufacturing SaaS products (Prime, Gauge, Asset, Quality, SCM, NPD) serving 15+ manufacturing clients, while architecting end-to-end features across frontend, backend, database design, and real-time SAP & Zoho ERP integrations.
Previously at Softechure IT Services, I shipped 12+ full-stack web applications for 10+ clients using Laravel, React.js, and MySQL—improving page load speeds by 40%, cutting third-party integration time by 30%, and automating Linux production deployments with CI/CD.
Beyond enterprise systems, I design and build personal and freelance SaaS platforms such as Blinko.cloud (a real-time video chat platform built with Next.js, NestJS, WebRTC, PostgreSQL, Redis, Docker, and AWS) and Staymaster (a hospitality SaaS platform with eZee PMS integration).
I specialize in multi-tenant RBAC architectures, enterprise data synchronization, query performance tuning, and leading cross-functional teams to build high-performance production systems.
Engineering is about solving real business problems through clean architecture, scalable design, and empirical execution.
What happened?
Why did it happen?
Where was the bottleneck?
What assumption failed?
How can it be prevented?
How would I design it differently next time?
Career & Education
Professional Journey
- April 2025 – Present
Software Developer & Team Lead
@ Aumtics Technologies Pvt. Ltd.📍 Jaipur, India
- Lead a team of 4 developers delivering 6 enterprise Manufacturing SaaS products (Prime, Gauge, Asset, Quality, SCM, NPD) using Laravel, Blade, JavaScript, MySQL, and REST APIs, serving 15+ manufacturing clients.
- Architect end-to-end features across frontend, backend, database design, and reporting modules, shrinking feature turnaround time by 25% through reusable component patterns.
- Integrate SAP, Zoho ERP, and MES systems for real-time enterprise data synchronization, eliminating 10+ hours/week of manual data reconciliation.
- Establish multi-tenant RBAC, audit logging, and role-based permission systems securing access for 20+ tenant organizations.
- Mentor 3 junior developers through code reviews and pair programming; own sprint planning and production deployments, boosting release cadence by 30%.
- Tune SQL queries and release pipelines, trimming average page/report load time by 35% and lowering production incidents by 20%.
- Laravel
- Blade
- JavaScript
- MySQL
- REST APIs
- SAP & Zoho ERP
- Multi-Tenant RBAC
- Team Leadership
- Sept 2022 – March 2025
Software Developer
@ Softechure IT Services📍 Jaipur, India
- Shipped 12+ full-stack web applications spanning e-commerce, CRM, and ERP domains using Laravel, React.js, and MySQL for 10+ clients.
- Engineered reusable REST APIs and integrated payment gateways, SMS, and email services, cutting third-party integration time by 30% on new projects.
- Crafted responsive interfaces with React.js, Bootstrap, and Tailwind CSS, improving page load speed by 40% and mobile usability scores by 25%.
- Streamlined database queries and application architecture, decreasing average API response time by 30%.
- Automated deployments with Git and CI/CD on Linux production environments, shortening deployment time from 45 to 10 minutes.
- Laravel
- React.js
- MySQL
- Bootstrap
- Tailwind CSS
- REST APIs
- Git
- CI/CD
- Linux
- July 2022 – June 2024
MCA (Master of Computer Applications)
@ Rajasthan Technical University, Kota- Advanced Computer Science, Software Engineering Principles, Advanced Database Management Systems, Systems Architecture, and Web Development.
- Software Engineering
- DBMS
- Web Architecture
- Systems Design
- July 2019 – June 2022
BCA (Bachelor of Computer Applications)
@ University of Rajasthan, Jaipur- Computer Fundamentals, Data Structures & Algorithms, Object-Oriented Programming, Database Design, and Web Development.
- Computer Science
- Data Structures
- OOP
- SQL & Web Dev
Engineering Stack
What I build with
Languages
Frontend
Backend
Databases
Cloud & DevOps
Tools & Architecture
Featured Projects
What I've built
Across my career, I've worked on 30+ projects across different technologies, business domains and application architectures — from production Laravel systems to modern applications built with MERN and Next.js. A few are shown here in detail; the rest are listed below.
Blinko.cloud
Real-time video chat platform using Next.js, NestJS, WebRTC, PostgreSQL, Redis, Docker, and AWS.
Staymaster
Hospitality SaaS platform with property booking, PMS, BMS modules and eZee PMS integration.
Manufacturing SaaS Suite
Aumtics Technologies Pvt. Ltd.6 Enterprise Manufacturing SaaS products (Prime, Gauge, Asset, Quality, SCM, NPD) serving 15+ manufacturing clients.
Additional Projects
Engineering Challenges
Real problems, worked through
Problem
Manufacturing client operations required synchronized data across SAP ERP, Zoho ERP, and internal MES systems. Manual reconciliation led to delayed inventory updates and 10+ hours/week of overhead.
Root Cause
Systems operated as isolated data silos without automated API event triggers or reliable webhook handlers.
Impact
Production scheduling suffered from inaccurate material availability figures, causing delays and human error in data entry.
Investigation
Analyzed API schemas for SAP OData services and Zoho ERP REST endpoints, identifying idempotent data mappings for inventory, purchase orders, and bill-of-materials.
Solution
Built an automated ERP sync engine with asynchronous background queues, webhook payload validators, and transactional conflict resolution in Laravel.
What I Learned
Always design third-party integrations with idempotent retry handlers and queued processing so system downtimes do not corrupt state synchronization.
System Design Lab
Systems I've studied and designed
I'm actively going deeper into system design and understanding how production systems behave under concurrency, traffic and failure. Scroll through the first system below to see it built layer by layer — the rest open a detailed architecture breakdown, one is interactive.
Client Request
Includes Tenant Context Header
Tenant Scoped Middleware
Validates Org & RBAC permissions
Global Scope ORM
Applies tenant_id = X filter
Audit Log Queue
Async mutation recording
MySQL Relational Database
Tenant-segregated tables
Real-Time Enterprise ERP Sync Engine
Bi-directional synchronization between SAP / Zoho ERP and Manufacturing SaaS modules.
WebRTC Real-Time Video Infrastructure
High-concurrency signaling server and matchmaking engine powering Blinko.cloud.
Hospitality PMS & Booking Engine
Transactional property booking engine with real-time eZee PMS synchronization powering Staymaster.
DSA Journey
Data structures & algorithms
I'm strengthening my data structures and algorithms fundamentals to become a stronger problem solver and software engineer.
Currently Learning
Currently going deeper into
I'm focused on building stronger fundamentals and understanding how modern software systems work internally.
Software Engineering
DSA
System Design
AI Engineering
Engineering Log
A running journal of what I'm building and studying
Aug 21, 2026
Database indexing & large dataset optimization
Studied database indexing strategies and techniques for optimizing queries over large datasets.
Aug 20, 2026
E-commerce order API with transactional stock locking
Designed an order API using database transactions and row locking to prevent overselling under concurrency.
Aug 18, 2026
JWT + SSO architecture
Studied JWT-based authentication and single sign-on architecture across services.
GitHub / Open Source
Recent activity
Contact
LET'SBUILDSOMETHINGUSEFUL.
Have an interesting engineering problem, product or opportunity? Let’s connect.