Years Experience
const express = require('express');
const app = express();
app.use(express.static('public'));
app.set('view engine', 'ejs');
app.get('/', (req, res) => {
res.render('index');
});
app.listen(3001, () => {
console.log('Listening on http://localhost:3001');
});
Results-driven Full-Stack Engineer
7+ years building production-grade web applications with Node.js, React, AI/LLM integration, and cloud-native deployments.
Engineering Impact
- 10+ client projects shipped
- 40% performance improvement delivered
- Thousands of daily active users supported
- AI-powered experiences built in production