Skip to content
View Astrak00's full-sized avatar

Highlights

  • Pro

Block or report Astrak00

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
Astrak00/Readme.md
Eduardo Alarcón — building tools for students, one at a time

Computer science engineer from Madrid, finishing a master's in Computer Science Engineering at Universidad Carlos III de Madrid (2025 – 2027). I like the low levels of the stack — C, CUDA, compilers, distributed systems — and I like building small tools that make student life easier.

Most recently I spent the summer of 2026 as a research assistant at UC3M, building tools that automate data extraction, cleaning and visualisation for the EITEL project. Before that, an exchange year at the University of Illinois Urbana-Champaign and six years on the Student Council of the Escuela Politécnica Superior.

Full CV at astrak.es.

Things I've built

  • AGDownloader — a Go CLI that downloads every file from your courses on Aula Global, UC3M's Moodle, in one go.
  • StyleSnap — an iOS app that recognises garments from a photo with a PyTorch model, so you know what's in your wardrobe, and recommends what goes with what.
  • Locker reservations for the Student Council — Svelte front end on a Go back end, with automated backups and a back end tuned to 700+ requests per second. (front end source)
  • Coursework from the bachelor's and the UIUC exchange is public — see astrak.es/universidad.

Languages and tools

python c cplusplus go rust swift typescript pytorch scikit_learn svelte astro tailwind nodejs postgresql sqlite docker linux bash git postman blender

Currently learning Rust.

Contact

Contribution graph, eaten by a snake

Pinned Loading

  1. AGDownloader AGDownloader Public

    AGDownloader is a program designed to download the course contents of AulaGlobal, the implementation of moodle used at UC3M.

    Go 13

  2. improved-aulaglobal improved-aulaglobal Public

    Firefox and Chrome extension that allows downloading class lists from AulaGlobal just as before or as if you are a professor

    JavaScript 6

  3. ImprovedRightClick ImprovedRightClick Public

    Bring the right click > create new file to Finder

    Makefile

  4. SudokuGo SudokuGo Public

    Sudoku Solver made in Go

    Go