Skip to content
View ralvarezdev's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Organizations

@DevsOfTheSolstice

Block or report ralvarezdev

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
ralvarezdev/README.md
package ralvarezdev
import"time"typeProficiencyuint8const (
BeginnerProficiency=iota+1IntermediateAdvanced
)
type (
Languagestruct{ Namestring; ProficiencyProficiency }
Frameworkstruct{ Name, Ecosystemstring }
Degreestruct{ Field, Institutionstring }
Positionstruct{ Title, Companystring; Since time.Time; Currentbool }
Competitionstruct{ Namestring; Yearint; Roles []string }
)
typeProfilestruct {
Name, EmailstringBiostringRoles []stringEducation []DegreeLanguages []LanguageFrameworks []FrameworkToolsmap[string]ProficiencyStandards []stringHardware []stringExperience []PositionCompetitions []CompetitionLinksmap[string]string
}
varRalvarezdev=Profile{
Name: "Ramón Álvarez",
Email: "inquiries@ralvarez.dev",
Bio: `Backend engineer with a hands-on approach — from gRPC services and AI pipelinesto embedded systems on Arduino and Raspberry Pi. I build things that work in the real world.`,
Roles: []string{"Software Engineer", "Backend Engineer"},
Education: []Degree{
{"Computer Engineering", "Rafael Urdaneta University"},
},
Languages: []Language{
{"Go", Advanced}, {"Python", Advanced}, {"JavaScript/TypeScript", Advanced},
{"C++", Intermediate}, {"Java", Intermediate},
{"TinyGo", Intermediate}, {"CircuitPython", Intermediate}, {"MicroPython", Intermediate},
{"Rust", Beginner},
},
Frameworks: []Framework{
{"Gin", "Go"}, {"ConnectRPC", "Go"},
{"ROS2", "Python"}, {"Pydantic V2", "Python"}, {"OpenCV", "Python"}, {"Pandas", "Python"}, {"YOLO", "Python"},
{"React", "JavaScript"}, {"Angular", "TypeScript"},
},
Tools: map[string]Proficiency{
"Docker": Advanced, "Docker Compose": Advanced,
"Cloudflare": Intermediate, "Hailo AI": Intermediate,
},
Standards: []string{"REST", "gRPC", "NATS", "Protocol Buffers", "Protovalidate", "JWT", "MCP"},
Hardware: []string{"Raspberry Pi 5", "Arduino Mega", "Arduino"},
Experience: []Position{
{"Backend Engineer", "Automation Labs", time.Date(2025, time.October, 1, 0, 0, 0, 0, time.UTC), true},
{"Backend Engineer Intern", "Automation Labs", time.Date(2025, time.August, 1, 0, 0, 0, 0, time.UTC), false},
},
Competitions: []Competition{
{"WRO Future Engineers", 2026, []string{"Team Lead", "Programmer"}},
{"WRO Future Engineers", 2025, []string{"Team Lead", "Programmer"}},
{"ORC", 2025, []string{"Team Lead", "Programmer"}},
},
Links: map[string]string{
"GitHub": "https://github.com/ralvarezdev",
"LinkedIn": "https://www.linkedin.com/in/ralvarezdev/",
"Instagram": "https://instagram.com/ralvarezdev",
"LeetCode": "https://leetcode.com/u/ralvarezdev",
"Email": "inquiries@ralvarez.dev",
},
}

Pinned Loading

  1. ralvaskillsralvaskillsPublic

    My personal, ever-growing collection of AI skills for OpenCode and Claude Code. Enforces strict clean architecture and professional standards.

    Go 3

  2. uru-frameworks-secure-notes-appuru-frameworks-secure-notes-appPublic archive

    Secure Notes App from Frameworks college course

    JavaScript

  3. uru-programming-2-blockbusteruru-programming-2-blockbusterPublic archive

    Blockbuster terminal project from Programming 2 college course

    C++ 1

  4. udemy-html-css-courseudemy-html-css-coursePublic archive

    Challenges and projects from Jonas' HTML and CSS course

    HTML 1

  5. hackerrankhackerrankPublic

    My solutions to HackerRank's challenges

    Python 1

  6. leetcodeleetcodePublic

    My solutions to Leetcode's challenges

    JavaScript 1