Navigation Menu

Skip to content
View robertjdominguez's full-sized avatar
Block or Report

Block or report robertjdominguez

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

Pinned

  1. secret-santa secret-santa Public

    Quick and easy method of programmatically generating and notifying everyone in a secret santa group.

    Python 2

  2. ez-resy ez-resy Public

    Quickly and easily snipe reservations with just a bit of configuration.

    JavaScript 7 1

  3. docs-bot docs-bot Public

    An open-source docs bot using PostgreSQL, Weaviate, and OpenAI.

    JavaScript 3 1

  4. For quickly scaffolding out a new TD... For quickly scaffolding out a new TDD TS project.
    1
    #!/bin/bash
    2
    
                  
    3
    # Check if a project name is provided
    4
    if [ -z "$1" ]; then
    5
      echo "Please provide a project name."
  5. ddev-fetcher ddev-fetcher Public

    Rust utility for fetching my existing blogposts and writing them to markdown files.

    Rust

  6. ddev-rust-server ddev-rust-server Public

    Rust utility for serving my blog posts from local markdown files.

    JavaScript