Systems & Network Administrator
I build and maintain infrastructure. From designing 10GbE networks for video production studios to deploying emergency management systems at hackathons, I focus on solutions that actually work. Currently finishing ASIX at iTIC Barcelona, with a background in cybersecurity from 42 Barcelona.
The infrastructure behind this very website. A complete AWS deployment managed with Terraform (VPC, EC2, Security Groups, Elastic IP) and configured with Ansible (Nginx, Docker, SSL, fail2ban, UFW). Everything runs on a single EC2 t4g.small instance with Cloudflare DNS and Anubis WAF.
Real-time emergency management system with GPS tracking, resource allocation (ambulances, fire trucks, police), and operator coordination dashboards. Built in 36 hours at Talent Arena 2025 with Nokia network QoS integration for prioritizing emergency vehicle connectivity.
AI-powered agent that manages a network of electric vehicle chargers using Nokia Network as Code APIs. The agent evaluates charging requests through a multi-step verification pipeline: location verification, identity check, SIM swap fraud detection, and Quality-on-Demand activation. Real-time WebSocket streaming shows the AI's reasoning process live.
Weather app inspired by Google Pixel Weather, built with Flutter. I'm an active contributor and maintainer with multiple merged pull requests improving core functionality.
Contributed a critical performance optimization to the mfkey application for Flipper Zero, achieving a 70x speed improvement in Mifare Classic key recovery. The optimization involved implementing write buffering for Static Encrypted Nested key candidates on a device with only 13 KB of free RAM.
// Before: Individual write per key candidate (slow)
keys_dict_add_key(program_state->cuid_dict, n->key.data, sizeof(MfClassicKey));
// After: Buffer keys in RAM, flush in batches (70x faster)
program_state->key_buffer[program_state->key_buffer_count] = n->key;
program_state->key_buffer_count++;
if (program_state->key_buffer_count >= program_state->key_buffer_size) {
flush_key_buffer(program_state); // Batch write to stream
}
Tourist apartment website built for a real client. Fully responsive, SEO-optimized, currently live and in active use. Delivered as a complete product with galleries, property details, and booking information.
Professional hardware implementation proposal for a corporate NAS oriented to collaborative 4K video editing. Designed for Ismael Prego (Spanish tech content creator). Included complete network architecture, hardware evaluation, bandwidth analysis, and detailed budgeting.
Consulting engagement — deliverable is a private proposal document
Second place nationally in the AWS GameDay competition with team AMEP from Institut TIC de Barcelona. Solved real-world cloud computing challenges in a competitive environment, demonstrating teamwork and technical competence in AWS services.
Team: Marcos Gongora, Eduardo Badoyan, Sergio Herruzo & Alex Sanchez Blabia
CCNA: Intro to Networks
Feb 2025
Intro to Cybersecurity
Aug 2023
Cybersecurity Bootcamp
May 2023
B2 First (Cambridge)
Jul 2020