FireShield AI
Real-time AI-powered threat detection platform with live video analysis, ML inference pipeline and an interactive 3D dashboard.
Software Engineer specializing in backend engineering and applied AI, building resilient backend systems, intelligent machine learning architectures, and production-ready RAG/LLM platforms that solve real-world problems.
Real-time AI-powered threat detection platform with live video analysis, ML inference pipeline and an interactive 3D dashboard.
Custom Large Language Model built from the ground up with multi-head attention, tokenizer, RLHF training loop and RAG retrieval.
End-to-end automated exam creation, delivery and evaluation platform with AI-powered grading, analytics dashboard and secure proctoring.
Engineered a backend data preprocessing pipeline for ML model inference serving 5M+ records, reducing latency by 35% (40ms to 18ms) via vectorized NumPy and FastAPI optimization.
Built and deployed a traffic-flow prediction model using tree-based algorithms and time-series feature engineering, improving prediction accuracy by 18%.
Backend development, AI/ML pipelines, fast prototyping
Docs ↗ES6+, async flows, DOM manipulation & WebGL engine scripting
Docs ↗Object-Oriented Programming, enterprise backends & DSA
Docs ↗Low-level memory management, pointers & OS systems coding
Docs ↗Complex relational queries, indexing, joins & database design
Docs ↗Event-driven asynchronous server-side JavaScript runtime
Docs ↗Minimalist web framework for building Node.js microservices
Docs ↗Designing stateless, scalable, & clean HTTP web APIs
Docs ↗Secure token-based auth, role permissions & session management
Docs ↗High-performance Python web framework built on OpenAPI & Pydantic
Docs ↗NoSQL document store, aggregation frameworks & Mongoose ORM
Docs ↗Advanced open-source RDBMS with JSONB support & ACID compliance
Docs ↗In-memory key-value data structure store for caching & pub/sub
Docs ↗Deep learning models, neural networks, & computer vision training
Docs ↗Hugging Face NLP transformers, BERT, GPT fine-tuning
Docs ↗Large Language Model integration, prompt engineering & agents
Docs ↗Real-time computer vision object detection & image segmentation
Docs ↗Efficient vector similarity search & high-dimensional clustering
Docs ↗Retrieval-Augmented Generation with vector DBs & LangChain
Docs ↗High-performance numerical computing & multi-dimensional arrays
Docs ↗Data wrangling, cleaning, analysis & DataFrame operations
Docs ↗Trees, Graphs, Dynamic Programming, Sorting & Search Optimization
Docs ↗Encapsulation, Polymorphism, Abstraction, Inheritance & SOLID Principles
Docs ↗Relational algebra, normalization (1NF-3NF), transactions & ACID
Docs ↗Process scheduling, concurrency, multithreading & virtual memory
Docs ↗TCP/IP model, OSI layers, DNS, HTTP/HTTPS, WebSockets & Routing
Docs ↗CI/CD Workflows, GitHub Actions, Code Reviews & PR Management
Docs ↗Google Cloud Platform Compute Engine, Cloud Run & Storage buckets
Passionate software engineer specializing in backend systems, machine learning architectures, and production-ready RAG/LLM implementations that scale gracefully.
Every project is engineered with obsessive detail — clean object-oriented architecture, optimized database queries, robust API contracts, and high-performance algorithms.
import { Application } from '@splinetool/runtime';
export class SplineOrbController {
private app: Application;
constructor(canvas: HTMLCanvasElement) {
this.app = new Application(canvas);
}
public async initScene(sceneUrl: string): Promise<void> {
await this.app.load(sceneUrl);
this.enableResponsiveCamera();
}
private enableResponsiveCamera(): void {
window.addEventListener('mousemove', (e) => {
const rx = (e.clientY / window.innerHeight - 0.5) * 0.2;
const ry = (e.clientX / window.innerWidth - 0.5) * 0.2;
this.app.setCameraRotation(rx, ry, 0);
});
}
}
Yes, for sure! According to me, relocation not only gives you exposure but also helps you grow out of your own comfort zone.
Yes! Having led engineering efforts across my flagship projects, leadership not only adds a sense of responsibility but also provides clarity, strategic vision, and seamless team alignment.
Depending on complexity, full backend infrastructure and AI pipelines need to be robust enough to tackle extreme edge cases in production while maintaining high throughput.
I don't believe AI will replace software engineers anytime soon. While it has become an exceptional tool for accelerating development, engineering extends far beyond writing code. It involves system design, architectural decisions, understanding business requirements, collaborating with teams, ensuring reliability, security, scalability, and making trade-offs that require human judgment. AI is a powerful collaborator that enables engineers to build better products faster.
I am available for freelance projects, lead backend engineering roles, and AI consulting.