Skip to content
View rezziemaven's full-sized avatar
  • Rezzie Maven
  • Trinidad and Tobago
  • 20:07 (UTC -04:00)
  • LinkedIn in/sherezz

Organizations

@womenintechcaribbean

Block or report rezziemaven

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

Pixellated banner image

Hi, I'm Rezzie 👋🏽☺️

I'm a Senior Software Engineer with 7+ years professional experience building WordPress platforms, internal tooling, and full-stack web applications. Based in Trinidad & Tobago 🇹🇹

I'm currently ...

🔭 Building the backend for MyLogs: a flexible logger for all your activities (built with Deno, Hono and TypeScript)
🌱 Deepening my backend knowledge and experience in Python, Go and Deno
📖 Open to new opportunities (open source contributions, new roles, freelancing and other collaborations)

What I bring

  • 7+ years of full-stack experience delivering for both clients and employers
  • Deep experience in remote-first, async environments across globally distributed teams
  • Experience across a wide array of languages and frameworks including JavaScript, TypeScript, PHP, Go, Python, React, Node.js and more
  • A track record of translating ambiguous requirements into clear, concrete solutions
  • Building internal tooling and systems that improve developer workflows and scale reliably
  • Managing stakeholder expectations across technical and non-technical audiences

Featured Projects

  • noodle-ai-agent: An AI Agent written in Python for performing coding tasks in a specified working directory. Adds ability to switch between the Gemini and Ollama SDKs, log function calls and token usage in verbose mode, and more!
  • brutils: CLI tooling for Docker-based WordPress development with Roots Bedrock configurations
  • WP Templates: CLI tooling for adding a simple README.md, .gitignore and composer.json to your custom WordPress theme or plugin
  • Versus BE: Sports ranking API for the Versus platform with ELO-based leaderboards

Where to reach me


Original photo by Logan Voss on Unsplash

Pinned Loading

  1. brutils brutils Public

    A Bash-based CLI with handy utilities for use with 350 Bedrock configurations.

    Shell 1

  2. wp-template wp-template Public

    A CLI that adds a README, .gitignore or composer.json file to your custom WordPress theme or plugin

    Shell 1

  3. make-env-example make-env-example Public

    Node-based script/CLI that makes an up-to-date .env.example file from your .env file in your project.

    JavaScript 1

  4. versus-be versus-be Public

    The backend repo for the app called Versus

    JavaScript 1

  5. How to batch delete remote branches ... How to batch delete remote branches in your terminal
    1
    # How to batch delete remote branches in your terminal
    2
    1. Navigate to the root of the repository you’d like to clean up the remote branches in in your terminal.
    3
    2. List all of the remote branches using `git branch -r`. They will usually start with `origin/` and have the structure `origin/name-of-branch`.
    4
    3. Edit your list using the tool of choice. Delete `origin/` from the name, and also remove any lines to corresponding active branches, including your main branch and develop branch, if applicable.
    5
    4. Paste the cleaned up list of branches to remove in a .txt file, with each one in a new line. Ensure there is one blank new line at the end. You can do the following:
  6. noodle-ai-agent noodle-ai-agent Public

    AI coding agent that performs tasks within a specified working directory, as well as answers general questions

    Python