Skip to content
View RobertoVallado's full-sized avatar

Block or report RobertoVallado

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
RobertoVallado/README.md

About Me

Hola! I am Roberto, a full stack developer with five years of professional experience and a deep focus on application security. I build production software and actively research vulnerabilities. The goal is straightforward: write code that is harder to break and catch what others miss before it ships.

Building Production Software

I care about clean architecture, long-term maintainability, and code that does not become a liability six months later. I have worked in small teams with no dedicated QA or DevOps function, which meant covering those gaps hands-on: testing, CI/CD, deployment, and infrastructure. One thing I built proactively was an SBOM pipeline to audit internal libraries and flag vulnerable dependencies before they reached production. Nobody asked for it. It was just the obvious thing to do once you start thinking about attack surface. I have also set up application middleware and attribute-level audit tables to keep a traceable record of sensitive operations, the kind of accountability layer that matters the moment you need to answer who changed what and when.

Security Research and Vulnerability Hunting

I hunt vulnerabilities on Bugcrowd and approach it the same way I approach development: methodically, with reproducible steps and clear documentation. My academic background is in secure application development and I am currently working toward my Network+ to sharpen my understanding of the network layer. Better networking fundamentals make me a stronger developer, a more useful QA reviewer, and more effective in a production incident.

If you are building something that handles real users, real data, or real money and you want someone who thinks about what can go wrong before it does, I am happy to connect.

Tech I work with

Languages: C# TypeScript JavaScript Python

Backend: .NET Node.js REST APIs

Frontend: Angular React Next.js

Databases: MSSQL PostgreSQL MySQL

Security: Burp Suite OWASP

DevOps & Infra: Docker Git Linux Azure Terraform

AI & Automation: Anthropic GitHub Actions

Check out my research journal at archive.robertovallado.dev, my resume cv.robertovallado.dev or find me on LinkedIn

Pinned Loading

  1. software-development-standards software-development-standards Public

    Forked from DEFRA/software-development-standards

    Standards and guidance relating to software development

  2. primeng primeng Public

    Forked from primefaces/primeng

    The Most Complete Angular UI Component Library

    CSS

  3. vim-cheat-sheet vim-cheat-sheet Public

    Forked from rtorr/vim-cheat-sheet

    A mobile friendly Vim cheat sheet

    Handlebars

  4. basic bash script basic bash script
    1
    #!/bin/bash
    2
    echo "Let's summon black-magic automation!"
    3
    # Automation for the win!