I’m a Full-Stack Developer and Computer Science student at Tecnológico de Monterrey, passionate about building scalable backend systems, AI-powered dashboards, and cloud-native applications. I love designing efficient APIs, intelligent data pipelines, and seamless user experiences that connect data, automation, and decision-making.
My current interests include LLM orchestration, MCP server development, and LangChain-based architectures that integrate AI capabilities directly into backend systems. I’m also highly interested in open-source technologies and continuously explore tools that push the boundaries of intelligent automation.
- Backend & API Design — Building reliable, high-performance systems with FastAPI, PostgreSQL, and AWS
- LLM Orchestration — Designing and integrating MCP servers, LangChain, and agent-based architectures for AI-driven workflows
- Algorithm Design — Solving complex problems efficiently with C++ and advanced data structures
- Continuous Learning — Always experimenting with new frameworks, architectures, and AI tools
class SalomonDev:
def __init__(self):
self.name = "Salomon"
self.role = "Full-Stack Developer"
self.university = "Tecnológico de Monterrey"
self.focus = [
"MCP Server Development",
"LLM Orchestration",
"FastAPI Systems",
"AI-Powered Dashboards"
]
self.current_learning = [
"Advanced Django",
"AWS",
"LangChain",
"Ollama",
"System Design",
"Security Automation",
"n8n Workflows"
]
def get_daily_routine(self):
return [
"Build scalable systems",
"Design intelligent APIs",
"Experiment with LLM integrations",
]

