Skip to content
View mfazza's full-sized avatar
🦆
Architecting AI Systems at HashiCorp
🦆
Architecting AI Systems at HashiCorp

Block or report mfazza

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

Pinned Loading

  1. Sage-Bionetworks/agora-data-tools Sage-Bionetworks/agora-data-tools Public

    A place for Agora's ETL and Data Testing

    Python 2 4

  2. agentic_muscle_memory agentic_muscle_memory Public

    Agentic Muscle Memory is a self-evolving framework enabling agents to transform repeating patterns of work into permanent, high-quality skills. By mimicking the human process of building muscle mem…

    9 1

  3. Useful git commands that I use from ... Useful git commands that I use from time to time to fix things
    1
    # get rid of a single commit in your branch, and keep it in history
    2
    git revert --strategy resolve <SHA of the commit you wanna get rid off>
    3
    
                  
    4
    # git logs can be pretty unreadable, and there's an option to prettify them
    5
    git log --pretty=oneline
  4. snowflake_utils snowflake_utils Public

    Utilities to help Snowflake Management

    PLpgSQL