Skip to content
View kunal768's full-sized avatar
🎯
Focusing
🎯
Focusing

Organizations

@ai-vithink @VITCMUN @ecm-hackers @technocrats-robotics @Chat-craft

Block or report kunal768

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
kunal768/readme.md

Hi there, I'm Kunal πŸ‘‹

πŸš€ About Me

I'm a passionate dev based in San Jose, CA. I love to code & learn new technologies.

πŸ›  Skills

Python Go MySQL PostgreSQL MongoDB AWS Docker Kubernetes Jenkins Kafka Algorithms Data Structures

πŸ“« How to reach me

LinkedIn

πŸ“ˆ Most Used Languages

Top Langs

πŸ† GitHub Trophies

trophy

🐍 Contribution Graph

Snake animation

Pinned Loading

  1. DSU - general template python
    1
    class DSU:
    2
        def __init__(self):
    3
            self.parent = {}  # Each node is its own parent initially
    4
            self.rank = collections.defaultdict(lambda: 1)  # Rank starts at 1 for all nodes
    5
    
                  
  2. NCAA_Basketball_Stats Public

    An API Service to do fun analysis for NCAA Basketball data using BigQuery

    Python 3

  3. mastodon-api Public

    CMPE272: Mastodon API : to post/delete status on mastodon account, written in Go

    Go 2

  4. go-grpc-tc Public

    Go gRPC server for performing unary gRPC requests

    Go

  5. bitespeed Public

    API - Linking multiple contact informations to the same person using primary and secondary contacts

    Go

  6. Circle-NN Public

    A neural network that draws circles , learned from Bresenhams algorithm

    Jupyter Notebook 1