Skip to content

Instantly share code, notes, and snippets.

View gabrielruedab's full-sized avatar
🎯
Focusing

Gabriel Rueda gabrielruedab

🎯
Focusing
View GitHub Profile
@gabrielruedab
gabrielruedab / resume.json
Last active June 24, 2026 15:12
Professional resume in JSON Resume format
{
"meta": {
"theme": "professional"
},
"basics": {
"name": "Gabriel Rueda",
"label": "Software Engineer",
"email": "gab.rued@gmail.com",
"phone": "+34722721994",
"summary": "Software Engineer with 7+ years of experience building distributed backend systems at scale in cloud-native environments. Specialized in C#/.NET, microservices, and event-driven architectures deployed on Kubernetes. Experienced in designing and optimizing high-throughput production systems handling high volumes of transactions, focusing on scalability, latency, and reliability. Strong background in backend architecture, system design, and incremental modernization of large enterprise platforms.",
@gabrielruedab
gabrielruedab / .gitignore
Created November 2, 2018 15:05
Django gitignore
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python