TECH_STACK.EXE
C# / .NET ECOSYSTEM
Architecting high-concurrency backend systems using .NET Core. Implementation of distributed patterns via RESTful APIs with comprehensive JWT authentication and Swagger/OpenAPI documentation. Specialized in building secure, scalable services with clean separation of concerns.
ENTITY FRAMEWORK + DAPPER
Code-First migrations, LINQ queries, optimized tracking, and high-performance micro-ORM operations.
MEDIATR + FLUENTVALIDATION
CQRS pattern implementation with pipeline behaviors for robust request handling and validation.
ASP.NET MVC + RAZOR
Server-side rendering with MVC pattern, Razor views, and robust routing configurations.
RESTAPI + JWT + SWAGGER
Secure endpoint design with token-based authentication and interactive API documentation.
Component-based SPA development with reactive forms and RxJS.
Dynamic UI interactions with AJAX for asynchronous data operations.
Semantic markup and responsive layout design.
PYTHON / AI ENGINEER
Specialized in building production-ready LLM agents with hybrid architectures (RAG + deterministic graphs + intent routing). Built a Python-based agent using LangChain with a Chroma-powered RAG pipeline and a deterministic state graph as tools.
LANGCHAIN + CHROMADB RAG
Built a LangChain-powered agent in Python that consumes a ChromaDB RAG pipeline and a deterministic state graph as tools.
CRUD + CHROMADB SYNC
Built a maintenance module with full CRUD operations on .md files → automatic incremental sync to ChromaDB.
DETERMINISTIC GRAPH
Designed a deterministic graph for transactional/rule-based workflows alongside RAG retrieval.
REGEX + SEMANTIC ROUTER
Implemented a dual-layer intent router (regex + semantic) to classify user queries before tool selection.
Separation of concerns through Domain-Driven Design. Decoupling core logic from infrastructure and UI layers for maintainable, testable systems.
- ■ DOMAIN LAYER
- ■ APPLICATION SERVICES
- ■ INFRASTRUCTURE ADAPTERS
Strict adherence to maintainable code standards. Single Responsibility, Open/Closed, Liskov Substitution, Interface Segregation, and Dependency Inversion.
Practical application of GOF patterns: CQRS for read/write separation, Repository pattern for data abstraction, and Chain of Responsibility for processing pipelines.