Skip to content
View RodEsp's full-sized avatar

Organizations

@recursecenter @FoundOPS @StrangeLoopGames @deck-monsters @chfgma
Block or Report

Block or report RodEsp

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
RodEsp/README.md

πŸ‘‹ Hello, I'm Rodrigo!

πŸ‘¦πŸ» I'm a software developer with a deep passion for open-source software and the art of writing clean, maintainable, and robust code.

πŸ‘¨πŸ»β€πŸ’» My expertise spans from front-end web development using JavaScript to architecting DevOps infrastructure with tools like Kubernetes. My professional journey has been diverse, starting in the close-knit environment of a 6-person startup at the Purdue Research Park and culminating at Salesforce, a global tech powerhouse. This blend of experiences has gifted me a unique perspective, allowing me to approach projects with both a detailed and broad lens.

πŸ”οΈ Beyond the digital realm, I have a profound appreciation for movement, and the natural world. Whether it's diving, gymnastics, climbing, or any outdoor activity, I cherish the thrill of adventure and exploration.

πŸ§‘πŸ»β€πŸ« Teaching is another passion of mine; had I not ventured into software, I might have been a teacher. I tutored throughout highschool and taught with Girl Develop It for 3 years. Who knows, maybe I'll end up in a classroom yet.

πŸ«‚ Community engagement is also close to my heart. I've help build trails and bridges with the RRGCC, advocated for climbers with the American Alpine Club, recruited and fundraised for Surf For Life, and currently, I'm helping NYC Mesh in their mission to provide affordable internet to New Yorkers.

Pinned

  1. daily-leetcode-bot daily-leetcode-bot Public

    A bot that posts leetcode questions to Zulip and Slack

    JavaScript 2

  2. V.A.L.E.T. V.A.L.E.T. Public

    A network sniffer to automate checking in to a location when you arrive.

    JavaScript 4

  3. maze-generator maze-generator Public

    A tiny game that creates a maze as you move through it.

    Rust 2

  4. rusty-ray-tracer rusty-ray-tracer Public

    An extremely basic ray tracer that uses only compute shaders with the Vulkan graphics API.

    Rust 1

  5. Interactive tic-tac-toe in a terminal Interactive tic-tac-toe in a terminal
    1
    const clearScreen = () => {
    2
      process.stdout.cursorTo(0, 0);
    3
      process.stdout.clearScreenDown();
    4
    };
    5
    
                  
  6. better-pwsh-ls better-pwsh-ls Public

    A simple replacement for Get-ChildItem with better ordering and formatting

    PowerShell