Skip to content
View batcity's full-sized avatar
💻
💻

Block or report batcity

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
batcity/README.md

Hi there! Here's a List of My Open Source Contributions:

  • Bug Fixes

    • Created a fix for a Bug that was affecting a REST endpoint in Elasticsearch: elastic/elasticsearch#107188 (Language: Java)
    • Investigated JVM memory pressure related to outstanding bulk indexing requests in OpenSearch, and contributed a preparatory refactor by removing ClusterState references from ConcreteIndices to simplify object lifetimes and support further root-cause analysis:
      opensearch-project/OpenSearch#20454 (Java)
    • Fixed TypeError in reify when folding sparse arrays in Dask Bags: dask/dask#12103 (Language: Python)
    • Modified Docker compose up command to respect COMPOSE_REMOVE_ORPHANS environment variable: docker/compose#11462 (Language: Go)
  • Projects

    • Simple CRUD blogging API built using Golang and gRPC: go-blogging-api (Language: Go)
  • Scripts

    • Python script to find good first issues for open source contributors: find-good-first-issues (Language: Python)
  • Documentation

  • Map showcasing the Product based tech firms in Chennai: Tech Map Chennai

Pinned Loading

  1. go-blogging-api go-blogging-api Public

    Simple CRUD blogging API built using golang and gRPC

    Go

  2. java-lab java-lab Public

    lab for learning Advanced Java

    Java

  3. high-level-design-lab high-level-design-lab Public

    A personal collection of system design explorations, diagrams and Implementations

    Python

  4. low-level-design-lab low-level-design-lab Public

    Projects focused on Low-Level Software Design — focusing on OOP principles, UML modeling, and classic design patterns

    Java

  5. mysql-lab mysql-lab Public

    lab for learning advanced mysql

    Java

  6. coding-interview-prep coding-interview-prep Public

    repo contains my solutions to algorithmic problems from platforms like LeetCode

    Java