Skip to content
View hiddenHunter291's full-sized avatar
💭
Open to work
💭
Open to work

Block or report hiddenHunter291

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. MessageQueueService MessageQueueService Public

    Message queue service is an efficient micro-service for reading data from kafka-consumer and delegating the job of processing to a thread-pool, thereby enabling the consumer to cope with high volum…

    Go 2

  2. CSES-GraphSolutions CSES-GraphSolutions Public

    All graph problems of CSES problem set

    C++ 1

  3. InterviewCodingQuestions InterviewCodingQuestions Public

    It contains a variety of coding questions with different approaches such as sliding window, greedy, two-pointer approach, dynamic programming, graph algorithms, heaps etc

    C++ 1

  4. REST_API_using_Go REST_API_using_Go Public

    A simple rest api using golang and mongoDB

    Go 1

  5. SimplePubSub SimplePubSub Public

    This is a simple pub-sub model that has been built without any external libraries. Its decoupled design enables us to push any kind of data into the queue, thereby making it generic

    Java

  6. LLD LLD Public

    This repository contains various LLD(Low Level Design) questions implemented, with the use of appropriate design patterns and semantics to ensure thread-safety where-ever necessary

    Java