Skip to content
View Noel-0's full-sized avatar

Sponsoring

@nikitabobko

Block or report Noel-0

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
Noel-0/README.md

Backend & API engineering, and the automated tests that come with it.

B.S. Computer Science, Polytechnic University of Puerto Rico · December 2026 · Carolina, Puerto Rico · bilingual, Spanish and English.

Contributions

To XpressClaw, XpressAI's open-source control plane for coding agents:

  • #173 Native extension and MCP discovery · ADR-043
  • #196 Task-linked split file editor · ADR-044
  • Both merged with maintainer revisions and released in v0.2.104
  • Since the internship: desktop icon fixes #217 and #221

Built

openai-compatible-model-registry · Java, Quarkus test

An authenticated GET /v1/models service: bearer tokens, exact and wildcard scopes, distinct 401 and 403, and authorization bound to the resource rather than the request path.

How I work

  • Tests go in the same change as the feature (workspace.spec.ts).
  • Design decisions are written up as ADRs alongside the code.
  • When CI fails, I find the cause before retrying: the same branch opened from my fork (#172) and from upstream (#173).

LinkedIn · noelesjesus@gmail.com

Pinned Loading

  1. XpressAI/xpressclaw XpressAI/xpressclaw Public

    Open-source control plane for native coding agents. Run Codex, Claude Code, OpenCode, and any ACP-compatible agent as isolated workers with durable tasks, schedules, workflows, and timelines.

    Rust 7 2

  2. openai-compatible-model-registry openai-compatible-model-registry Public

    Authenticated OpenAI-compatible /v1/models service in Java and Quarkus: bearer tokens, scope authorization, resource-bound security filter.

    Java