Skip to content
View AlansitoFdez's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report AlansitoFdez

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
AlansitoFdez/README.md

Header

Typing SVG


🧑‍💻 About Me

const alan = {
  name:       "Alan Fernández",
  role:       "Full Stack Developer",
  stack:      ["React", "Node.js", "TypeScript", "Python", "PostgreSQL"],
  learning:   ["LangGraph", "Multi-Agent Systems", "WebSockets", "MCP"],
  looking:    "First professional role as Full Stack Developer",
  openTo:     ["Remote", "Spain", "International"],
  motto:      "Build things that actually work 🚀"
};

🚀 Featured Projects

Social film platform with AI recommendations and streaming availability

  • 🔍 Search for movies and series with real-time streaming platform availability
  • 📋 Personalized lists, reviews and social system between users
  • 🤖 AI recommendations based on favorites and reviews
  • 🔗 Custom REST API integrated with TMDB

Stack: React · Tailwind CSS · GSAP · Node.js · Express · JWT · PostgreSQL

Ver App Repo


🧠 MyBrain

Personal second-brain app with RAG, semantic search and AI chat over your notes

  • 📝 Ingest notes, PDFs and URLs — your knowledge base, not generic AI
  • 🔍 Semantic search with pgvector and Mistral embeddings (1024-dim)
  • 💬 AI chat strictly grounded on your own notes via RAG
  • ⚡ Real-time streaming responses with SSE

Stack: Next.js · TypeScript · Python · FastAPI · PostgreSQL · pgvector · Groq (Llama 3.3 70B) · Mistral Embeddings

Ver App Repo


🍺 Bar Nino (In progress)

Full-stack reservation platform with real-time interactive floor map

  • 🗺️ Interactive bar map with live table status (free / being reserved / occupied)
  • ⚡ Real-time state sync across all connected users via WebSockets
  • ⏱️ Redis TTL-based temporary locking when a customer starts reserving a table
  • 🛠️ Admin panel for managing the floor plan, menu and reservations

Stack: Next.js · TypeScript · Node.js · Express · Socket.io · Redis · PostgreSQL · Konva.js


🤖 Multi-Agent Orchestrator (In progress)

AI system where specialized agents collaborate autonomously to manage support tickets

  • 🧩 LangGraph-powered directed graph with persistent shared state across agents
  • 🔌 Custom MCP server exposing tools to agents via the Model Context Protocol
  • 👁️ Human-in-the-loop approval for high-impact actions before execution
  • 📊 Real-time dashboard showing live agent reasoning and ticket processing

Stack: FastAPI · Python · LangGraph · MCP · Next.js · TypeScript · PostgreSQL · Redis · Groq


🛠️ Tech Stack

Frontend

React TypeScript JavaScript Next.js TailwindCSS HTML5 CSS3

Backend

Node.js Express.js Python FastAPI PHP Java

Databases

PostgreSQL MongoDB MySQL Redis

AI / ML

LangGraph Groq

Tools

Git GitHub Docker Linux


📊 GitHub Stats

Streak


📬 Contact

LinkedIn Gmail

Footer

Pinned Loading

  1. Portfolio Portfolio Public

    Personal portfolio built with Next.js and TypeScript

    TypeScript

  2. Nexus Nexus Public

    Multi-agent code review system — a LangGraph-orchestrated pipeline of specialist agents (security, performance, design patterns, best practices) that analyze code in parallel and synthesize finding…

    Python