Skip to main content

Inventory

Production-grade tech stack

A selective list of the tools I use to solve real-world problems. Focusing on performance, maintainability, and measurable impact.

AI/ML & Automation

Claude / OpenAI SDKsClaude / OpenAI SDKs

Core LLM integration. Prefer Claude 3.5 Sonnet for complex reasoning/coding and GPT-4o for high-throughput tasks.

LangGraphLangGraph

Orchestrating stateful, multi-agent workflows with cycles—crucial for non-linear reasoning chains.

n8nn8n

Preferred low-code automation engine for rapid prototyping and connecting diverse legacy APIs with LLM nodes.

Python (PyTorch / Scikit-learn)Python (PyTorch / Scikit-learn)

Language of choice for ML research, data mining, and building specialized agents with core science libraries.

Vector DBs (Pinecone / Chroma)Vector DBs (Pinecone / Chroma)

Enabling RAG architectures for context-aware agents with persistent semantic memory.

Backend & Infrastructure

Next.js (App Router)Next.js (App Router)

Server Components significantly reduce client-side JS. Using for this portfolio for SSR/SSG performance.

Node.js (NestJS / Express)Node.js (NestJS / Express)

Scalable backend services with TypeScript. NestJS for enterprise-grade dependency injection and architecture.

Azure Static Web AppsAzure Static Web Apps

Production-ready hosting with built-in CI/CD, staging environments, and global scale on the Free Tier.

PostgreSQL / PrismaPostgreSQL / Prisma

Type-safe DB access and reliable relational storage for enterprise data consistency.

RustRust

Used for performance-critical components (like the Torven core) and high-concurrency tooling.

Frontend & Design System

React 19 / TypeScriptReact 19 / TypeScript

Industry standard for building robust, type-safe interactive interfaces.

Vanilla CSSVanilla CSS

Zero-runtime CSS for maximum performance and 100/100 Lighthouse scores. Avoiding Tailwind to maintain full control over the design system.

TurborepoTurborepo

Managing this monorepo to enable shared UI components and config across multiple apps.