Skip to content
View ramyx's full-sized avatar

Organizations

@minka-it

Block or report ramyx

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

Ramiro Martinez

Senior Full Stack Developer
TypeScript · Node.js · React · Applied AI

Website Email Followers


About

I build production systems end to end — from the type-safe backend to the interface, and increasingly at the boundary where LLMs meet real operating systems and real APIs.

  • 🧠 Currently working on local-first AI agents with hard security guarantees — the model proposes, a deterministic policy engine decides.
  • 🔍 I like problems where the interesting part is the constraint: guest-token auth, sandbox escapes, rate limits, output contracts that must not drift.
  • 🧪 I ship with tests against captured fixtures, not against the live world.
  • 🌎 Based in Argentina, working with distributed teams.

Tech Stack

Languages

TypeScript JavaScript Python Dart Bash

Backend

Node.js NestJS Express MySQL MongoDB TypeORM

Frontend

React Next.js Material UI Flutter

Infra & Tooling

Docker Google Cloud Linux Git Vercel


Featured Projects

🗣️ yanapaq

A 100% local voice assistant for Ubuntu, built on DeepSeek Harness.

The LLM proposes; a deterministic policy engine decides. No code path reaches the OS without passing through policy_engine.evaluate() — backed by a Landlock ruleset the gateway applies to itself at startup, plus a dedicated user with ACLs.

TypeScript Python Linux MCP

Browserless X (Twitter) scraper for Apify.

HTTP-only against X's internal GraphQL with guest-token auth, a strict output contract, and a server-authoritative free-tier gate. 170 tests, all offline against captured fixtures — and a test that fails the build if a browser engine ever enters the dependency tree.

TypeScript GraphQL Docker Apify

35 stars — TypeScript port of Creative Tim's Material Dashboard for React.

A fully typed rewrite that keeps the original design system intact while giving the codebase real type safety.

TypeScript React Material UI

Telegram bot on top of the Binance API for live market alerts.

TypeScript Node.js Telegram Binance

Desktop app that watches your local network and notifies you as devices join or leave, tracking them by IP and MAC.

Python Networking

Policy administration slice: prorates a mid-term endorsement to the cent, posts balanced double-entry ledger effects, and keeps an append-only hash-chained policy history.

Raw SQL, no ORM — pg and zod are the only runtime dependencies.

TypeScript Next.js PostgreSQL


At a Glance

Public repositories Followers Stars on material-dashboard-reactts

yanapaq last commit x-tweet-scraper last commit baselabs-challenge last commit


Open to interesting problems — reach me at ramiro.daniel.ing@gmail.com or ramiromartinez.com.ar.

Pinned Loading

  1. yanapaq yanapaq Public

    Asistente de voz 100% local para Ubuntu sobre DeepSeek Harness. El LLM propone, un policy engine determinista decide.

    TypeScript

  2. material-dashboard-reactts material-dashboard-reactts Public

    React typescript version of Material Dashboard by Creative Tim

    TypeScript 35 23

  3. eye-of-the-ping eye-of-the-ping Public

    Eye of the Ping is a desktop application that monitors your local network, detecting devices by their IP and MAC addresses. It sends personalized notifications when devices connect or disconnect.

    Python