Skip to content
View bkakadiya42's full-sized avatar

Block or report bkakadiya42

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. karma-runner/karma karma-runner/karma Public

    Spectacular Test Runner for JavaScript

    JavaScript 12k 1.7k

  2. Andarist/react-textarea-autosize Andarist/react-textarea-autosize Public

    <textarea /> component for React which grows with content

    TypeScript 2.2k 247

  3. tristen/hoverintent tristen/hoverintent Public

    🐭 Fire mouse events when a user intends it

    HTML 331 54

  4. superhuman/fast64 superhuman/fast64 Public archive

    The fastest way of decoding Base64 in chrome?

    JavaScript 82 7

  5. git-aliases git-aliases Public

    These are set of git aliases I use to be more effective at git.

  6. prod_k8_to_helm prod_k8_to_helm
    1
    #!/bin/sh
    2
    # This script helps migrate most resources from your production Kubernetes cluster to helm charts without downtime.
    3
    # Please replace <your namespace> and <your release name> before running.
    4
    # inspiration: https://jacky-jiang.medium.com/import-existing-resources-in-helm-3-e27db11fd467
    5
    # Author: https://github.com/bkakadiya42