Skip to content
View Rub3cK0r3's full-sized avatar

Block or report Rub3cK0r3

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 supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Rub3cK0r3/README.md
██████╗ ██╗   ██╗██████╗ ██████╗  ██████╗██╗  ██╗ ██████╗ ██████╗ ██████╗ ███████╗
██╔══██╗██║   ██║██╔══██╗╚════██╗██╔════╝██║ ██╔╝██╔═══██╗██╔══██╗╚════██╗██╔════╝
██████╔╝██║   ██║██████╔╝ █████╔╝██║     █████╔╝ ██║   ██║██████╔╝ █████╔╝█████╗  
██╔══██╗██║   ██║██╔══██╗ ╚═══██╗██║     ██╔═██╗ ██║   ██║██╔══██╗ ╚═══██╗██╔══╝  
██║  ██║╚██████╔╝██████╔╝██████╔╝╚██████╗██║  ██╗╚██████╔╝██║  ██║██████╔╝███████╗
╚═╝  ╚═╝ ╚═════╝ ╚═════╝ ╚═════╝  ╚═════╝╚═╝  ╚═╝ ╚═════╝ ╚═╝  ╚═╝╚═════╝ ╚══════╝

Rubén Martínez Agramunt



🔹 Backend Engineer 🔹 Security-Minded 🔹 Built From Scratch


> whoami

Started in a bedroom — Linux installs, broken configs, shell scripts nobody asked for. That obsession with how things actually work never left. It evolved into something disciplined.

focus = [
    "backend architecture",        # not just REST endpoints
    "secure system design",        # threat models, not afterthoughts
    "infrastructure fundamentals", # what runs beneath the code
    "understanding systems under the hood",
]

# No cargo-culting. No copy-paste engineering. No magic I can't explain.

> current_focus

$ cat active_learning.txt
 ┌──────────────────────────────────────────────────────────────────────┐
 │  🧱  Secure REST API Design                                          │
 │      Structure, auth patterns, error boundaries                      │
 │      — built right, not bolted on                                    │
 ├──────────────────────────────────────────────────────────────────────┤
 │  🔐  Security-First Backend Patterns                                 │
 │      From the ground up, not retrofitted                             │
 ├──────────────────────────────────────────────────────────────────────┤
 │  🐳  Docker & Containerization                                       │
 │      Reproducibility by default                                      │
 │      — if it doesn't run in a container, it doesn't ship            │
 ├──────────────────────────────────────────────────────────────────────┤
 │  📖  OWASP Top 10 & Real Attack Surfaces                            │
 │      Reading the threat landscape, not the marketing deck            │
 ├──────────────────────────────────────────────────────────────────────┤
 │  🧪  Testable, Readable, Lasting Code                               │
 │      Written for the engineer who inherits it at 2am                │
 └──────────────────────────────────────────────────────────────────────┘

> cat tech_stack.json

{
  "languages":      ["Python", "JavaScript", "C", "Java"],
  "backend":        ["Django", "PostgreSQL", "REST API"],
  "infrastructure": ["Docker", "Linux", "Git"]
}

> cat principles.txt

 ┌─────────────────────────────────────────────────────────────┐
 │  01 // Understand before you use                            │
 │       If you can't explain why a tool exists,               │
 │       you don't own the decision to use it.                 │
 ├─────────────────────────────────────────────────────────────┤
 │  02 // Security is architecture, not a feature              │
 │       Threat modeling before line one.                      │
 │       Not a checklist at the end.                           │
 ├─────────────────────────────────────────────────────────────┤
 │  03 // Boring is a compliment                               │
 │       Elegant systems are invisible.                        │
 │       The best code is the one nobody has to touch.         │
 ├─────────────────────────────────────────────────────────────┤
 │  04 // Own the whole stack                                  │
 │       From TCP handshake to HTTP response.                  │
 │       No layer is someone else's problem.                   │
 └─────────────────────────────────────────────────────────────┘

← still reading? you might be my kind of engineer →

Popular repositories Loading

  1. dotfiles dotfiles Public

    My Sway dotfiles

    Lua 2

  2. srVR srVR Public

    Minimal HTTP server in C using raw TCP sockets. Serves static files and demonstrates core HTTP mechanics for educational purposes.

    C 1

  3. xshll xshll Public

    Minimal Unix shell in C with piping and built-ins. Learn process management and command execution under the hood.

    C 1

  4. SysDataM0nitoring SysDataM0nitoring Public

    Real-Time Dashboard for Monitoring System and IoT Metrics

    JavaScript 1

  5. 3v3nTr4cer 3v3nTr4cer Public

    Backend-first event pipeline framework with async processing, storage, and alerting

    Python 1 2

  6. sock_chat sock_chat Public

    Multi-version TCP chat server built in Python demonstrating thread-per-client, select-based I/O multiplexing, broadcasting systems, and modern asyncio event-loop architecture.

    Python 1