Ahmad Mujtaba — Full Stack Software Engineer
> Architecting digital
ecosystems with precision.
Professional Summary
Engineering complexity into simplicity.
I’m a Software Engineer who thrives on the edge of chaos. In a world of cookie-cutter templates, I build bespoke digital infrastructures that scale. My expertise lies not just in writing code, but in architecting systems that are resilient, fast, and intuitively human.
My approach is radical pragmatism: use the right tool for the job, optimize ruthlessly, and never compromise on user experience. Whether it's a high-frequency trading bot or an immersive 3D web experience, I bring the same level of precision and craft.
System Capabilities
Engineering
Protocols
Frontend Engineering
Building immersive, high-performance interfaces. I convert static designs into fluid, responsive, and accessible interactive experiences.
return (
<motion.div
initial={{ opacity: 0 }}
animate={{ opacity: 1 }}
className="glass-panel"
/>
);
};
Backend Architecture
Designing resilient server-side systems. From RESTful APIs to real-time WebSockets, ensuring data flows securely and efficiently at scale.
@app.get("/api/v1/data")
async def fetch_stream():
cache = await redis.get("key")
if cache:
return JSONResponse(content=cache)
return db.query(Model).all()
DevOps & Infrastructure
Automating the path to production. CI/CD pipelines, containerization, and cloud infrastructure management for 99.9% uptime.
FROM node:18-alpine AS builder
WORKDIR /app
COPY package*.json ./
RUN npm ci --only=production
COPY . .
CMD ["npm", "start"]
AI & LLM Integration
Bridging software with intelligence. Building RAG systems, agents, and fine-tuning models to solve complex reasoning tasks.
model: "gemini-2.5-flash"
});
const result = await model.generateContent(
"Explain quantum computing"
);
console.log(result.response.text());
Index
Selected Works
Naukri Guru
AI-driven recruitment platform. Automates resume screening and ranks candidates using advanced NLP models.
AI Voice Agent
Marketing assistant powered by Gemini API. Handles natural language queries and analytics.
CI/CD Pipeline
Automated DevOps workflow. Builds Docker images and deploys to AWS via GitHub Actions pipelines.
Point of Sale
Comprehensive POS system for retail. Inventory tracking and real-time sales analytics.
Complaint System
Issue tracking system for workflows. Streamlines complaint submission and resolution.
Ledgerly
Digital cashbook for tracking income and expenses. Visual financial insights.
Career History
Professional Log
Software Engineer
@ ZenDev- Designing and implementing scalable software solutions for complex business problems.
- Collaborating with cross-functional teams to deliver high-quality, performant applications.
- Participating in code reviews and contributing to modern engineering practices.
Full Stack Developer
@ Freelance- Engineered end-to-end web solutions for diverse clients, focusing on scalability and performance.
- Implemented secure RESTful APIs and optimized database schemas.
- Deployed applications using Docker and AWS, ensuring 99.9% uptime.
Let's build
the future.
Available for commissions. Specialized in high-performance web architecture and design systems.