Skip to content
View ElRaxy's full-sized avatar
💭
Open to Full Stack roles
💭
Open to Full Stack roles

Block or report ElRaxy

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.

Content in all repositories owned by your account will be closed.
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
ElRaxy/README.md

Alex Micó Robles

Full Stack developer currently focused on two products: Strev, a web product for personal trainers, and Sereno, a local terminal UI for coding-agent sessions. React and Node.js for product work; Python when a focused tool is the better answer.

Portfolio · CV · Email

Main work

Strev

Strev product view with its public website and workout planning interface.

Strev gives personal trainers one place to build routines, follow progress, handle payments and review technique on video. I work across its React interface and Node.js API, including the queue that keeps video analysis out of the request path.

Visit Strev · Read the case study

Sereno

Sereno terminal UI showing local coding-agent sessions and their current states.

Sereno is a single-file Python terminal UI I use to see which Claude Code, Codex, Gemini, Antigravity and Kilo Code sessions are writing, running a command, waiting or stopped. It reads local histories and sends nothing off the machine.

Source · Latest release · Read the case study

Other products

  • RoguePatch Lab is an adversarial bench for external coding-agent controls: it measures whether a control stops what it claims to stop, with a deterministic oracle and typed evidence instead of an LLM judge. 366 tests, strict mypy, MIT.
  • SaveMyMoneyNow imports bank statements whose layout changes between files. It finds the header, suggests the column mapping and checks duplicates before saving. Case study.
  • Atalaya collects developer roles from several sources, removes duplicates and ranks them against a profile. The person still chooses which applications are worth pursuing. Case study.

Pinned Loading

  1. sereno sereno Public

    See what every coding-agent session on your machine is actually doing. One Python file, no dependencies.

    Python 1

  2. atalaya-cli atalaya-cli Public

    Python CLI that aggregates dev jobs from the Spanish job boards the international tools skip, scores them against your profile and drafts the cover letter with the Claude CLI. 13 commands, 174 test…

    Python

  3. portfolioalex portfolioalex Public

    My personal portfolio in React 19: bilingual ES/EN with i18next, light and dark theme, GSAP and Motion animations, and a contact form on a serverless function with Resend.

    JavaScript

  4. roguepatch-lab roguepatch-lab Public

    Adversarial conformance spike for external coding-agent controls. Deterministic oracle, typed evidence, no LLM judge.

    Python

  5. SaveMyMoneyNow SaveMyMoneyNow Public

    MERN app that turns bank statement spreadsheets (BBVA, Santander, ING) into a spending dashboard: import wizard, automatic categorisation and duplicate detection.

    JavaScript

  6. Act_Proyecto_LearnHub_BackEnd Act_Proyecto_LearnHub_BackEnd Public

    REST API for a digital academy built with Node.js, Express and MongoDB following MVC: course, user and enrolment models, full CRUD, RESTful routes and EJS views. Team project.