Skip to content
View EderGtz's full-sized avatar
:shipit:
:shipit:

Block or report EderGtz

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

Hi, I'm Eder

Backend developer based in Mexico. I like building the stuff that has to just work quietly: ETL pipelines, sync systems, the retry logic nobody notices until it saves them.

Job hunting after a backend/integration internship, finishing Boot.dev's backend path on the side.

A couple of things worth a look:

  • GTFS-Realtime-Stream-Engine — an event-driven pipeline ingesting raw MBTA transit telemetry, Kafka in the middle, Python/pandas doing delay and bunching analytics. Still early build, but it's real infra.
  • LLM-Agent — a CLI coding agent on Gemini's function-calling API, with a real iteration loop and sandboxing.
  • CipherHook — a background daemon that watches a directory and encrypts files on the fly using hybrid AES-256/RSA-2048.
  • SSG — a Markdown-to-HTML generator using nothing but the Python standard library

Currently learning Go.

Off-screen: guitar, a turtle pond and bird aviary that eat more of my time than they should, and a rotation of Paul McCartney, Megadeth, and Jamiroquai.

LinkedIn Email


Python NodeJS TypeScript Go Postgres MongoDB SQLite Apache Kafka Odoo Docker Amazon S3 Amazon CloudFront Git Linux Bash Express Drizzle ORM Vitest

Pinned Loading

  1. GTFS-Realtime-Stream-Engine GTFS-Realtime-Stream-Engine Public

    An event-driven pipeline that ingests, processes, and analyzes real-time public transit telemetry. Phase 2 in progress.

    TypeScript

  2. LLM-Agent LLM-Agent Public

    Autonomous Python CLI agent using Gemini 2.5 Flash to explore files, and to debug and execute code (like OpenCode or Claude Code, but less powerful). Explores LLM interaction with local file system…

    Python

  3. Static-Site-Generator-in-Python Static-Site-Generator-in-Python Public

    A from-scratch Python Static Site Generator that transforms raw Markdown into HTML websites. Built without external libraries to master OOP, recursion, and regex. Features a custom node-based rende…

    Python

  4. CipherHook-OS-Level-File-Encryption CipherHook-OS-Level-File-Encryption Public

    An event-driven cybersecurity daemon in Python that provides real-time, automated file system encryption. Combines the speed of AES-EAX with the security of RSA-2048 to create a seamless hybrid cry…

    Python

  5. Asteroids_on_pygame Asteroids_on_pygame Public

    A classic Asteroids arcade clone built with Python and Pygame, focused entirely on mastering Object-Oriented Programming. Implements complex state management, vector arithmetic, custom hitbox colli…

    Python

  6. TS-Express-Drizzle-Core TS-Express-Drizzle-Core Public

    A scalable REST API for a microblogging platform built with TypeScript, Express, and PostgreSQL. Features include JWT authentication with refresh token rotation, Argon2 password hashing, Drizzle OR…

    TypeScript