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

Block or report niloodev

Report abuse

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

Report abuse
niloodev/README.md
Ezequiel Nilo — Fullstack Developer

@niloodev


$ whoami

Fullstack developer who treats code as both craft and play. I take quality and good practices seriously, but I like keeping the process light. My thing is taking a messy problem and handing back a clean solution, because complex things are just a set of simple things put together.

$ cat stacks.txt

📂 languages/
JavaScript TypeScript Java Python C# PHP Dart
📂 frontend/
React and React Native Next.js Vue Nuxt Angular Svelte Redux Flutter Sass CSS Bootstrap Material UI WordPress
📂 backend/
Node.js NestJS Spring Boot GraphQL
📂 databases/
PostgreSQL MySQL DynamoDB MongoDB Firebase
Plus Oracle and the other SQL variants.
📂 devops/
AWS Google Cloud Kubernetes Docker Nginx Git GitLab Vercel Netlify
Deep on AWS (EKS, ECR, ECS and more) and the Google Cloud equivalents.
📂 tools/
Figma npm Yarn

Claude Cursor GitHub Copilot Gemini Kiro Kombai AI Figma Make
📂 desktop-games/
Electron Tauri Unity GameMaker Studio

$ ./mcp --serve

Model Context Protocol

I design and ship MCP servers that plug LLMs into real tools, data and systems.

  • Build over JSON-RPC 2.0, exposing the three server primitives as first-class citizens: Tools (model-callable functions), Resources (contextual data) and Prompts (reusable templates).
  • Ship across both transports: stdio for local hosts and Streamable HTTP for remote servers, with proper capability negotiation on the initialize handshake.
  • Use the official TypeScript and Python SDKs, with typed tool schemas (Zod / JSON Schema) and structured error handling.
  • Handle the advanced flows too: sampling (server-initiated model calls), roots, elicitation, progress notifications and cancellation.
  • Wire servers into hosts like Claude Desktop and IDE clients, with auth and least-privilege scoping.

$ git log --stat

github stats top languages
streak

contribution activity graph


$ ./connect


snake animation
// thanks for scrolling — press START to continue

Pinned Loading

  1. lycaria-project-client lycaria-project-client Public

    Development of Lycaria front-end launcher project, it was made with Reactron (Electron with React implemented, you can find the base repository in https://github.com/niloodev/simple-electron-react)…

    JavaScript 1

  2. blocari-cms blocari-cms Public

    Open-source block-based CMS for visually building and editing pages. ~ Next.js & Server Actions, Puck visual editor with Styled Components, MongoDB persistence via Mongoose, Docker standalone/API m…

    TypeScript 1

  3. lycaria-project-server lycaria-project-server Public

    Development of Lycaria back-end project, it contains an API with Colyseus (WebSocket and real-time connection) connected to a non-relational database (MongoDB). ~ Express + Colyseus, JWT + BCrypt, …

    JavaScript 1

  4. vee vee Public

    Local-first desktop app to track and journal your media & games library, with a retro CRT aesthetic. ~ Tauri v2 & Next.js static export with React 19, Tailwind v4 token-driven design system with pe…

    TypeScript 1

  5. lycaria-project-game lycaria-project-game Public

    Development of Lycaria front-end game project, it was made on Unity (C#) with Colyseus client and URP. ~ Unity, Colyseus (Client), Unity 2D Packages (Pixel Perfect and others) and URP (Universal Re…

    C# 2

  6. my-portfolio my-portfolio Public

    Open-source terminal-themed developer portfolio with a real-time 3D scene. ~ Next.js App Router & React 19, Three.js GLB frog animation, Tailwind CSS v4, bilingual EN/PT content, Atomic Design + Ve…

    TypeScript