Skip to content
View ofrivera's full-sized avatar

Block or report ofrivera

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 Loading

  1. dave-inc/charts dave-inc/charts Public

    A collection of Helm Charts for bootstrapping applications and resources in Kubernetes.

    Mustache 3 3

  2. slack-llm slack-llm Public

    Forked from seratch/ChatGPT-in-Slack

    Fork to implement Google Gemini. ChatGPT-in-Slack is a Slack app that enables end-users to interact with a Large Language Models.

    Python

  3. google-cloud google-cloud Public

    Google Cloud Platform (GCP) - Tools for maintenance, patching, and creating SLIs, SLOs, and SLAs.

    TypeScript

  4. helm-chart-dashboard helm-chart-dashboard Public

    A UI for your helm chart deployments. It provides an interface to manage and visualize the deployment of your internal and external helm charts.

    JavaScript

  5. chat-app chat-app Public

    A Next.js-based AI chat application that allows users to have conversations with an AI assistant powered by OpenAI's language models in a web interface.

    TypeScript

  6. MySQL Innodb queries to debug long t... MySQL Innodb queries to debug long transaction, locking issues and more
    1
    # MySQL Performance Analysis Queries
    2
    This document provides a collection of MySQL queries used to analyze various aspects of database performance, including:
    3
    ## 1. Identifying Longest Running Queries
    4
    These queries help pinpoint queries that are taking an unusually long time to execute, potentially impacting overall performance.
    5
    ## 2. Investigating InnoDB Transactions