Skip to content
View hocyadav's full-sized avatar
😌
Working from home
😌
Working from home
Block or Report

Block or report hocyadav

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. leetcode-lld-flipkart-coding-blox leetcode-lld-flipkart-coding-blox Public

    πŸ’» Machine Coding - leetcode LLD (coding blox) - It is an Online Coding Platform that allows a user to Sign Up, Create Contests and participate in Contests hosted by Others.

    Java 58 35

  2. geektrust_lld_mymoney geektrust_lld_mymoney Public

    πŸ’» Low Level Design - Geektrust MyMoney LLD - You work at β€˜MyMoney’, a platform that lets investors track their consolidated portfolio value across equity, debt, and gold.

    Java 5 3

  3. java-spring-boot-2021 java-spring-boot-2021 Public

    🌱 Quick Start Spring Boot projects 🏞️

    Java 13 10

  4. spring-boot-book-my-show spring-boot-book-my-show Public

    πŸ’» Machine Coding - BookMyShow LLD - design an online ticketing system that sells movie tickets like BookMyShow.

    Java 11 13

  5. simple producer consumer pattern impl simple producer consumer pattern impl
    1
    import org.junit.jupiter.api.Test;
    2
    
                  
    3
    import java.util.concurrent.BlockingQueue;
    4
    import java.util.concurrent.LinkedBlockingQueue;
    5
    import java.util.concurrent.atomic.AtomicInteger;
  6. print even and odd number using 2 th... print even and odd number using 2 thread
    1
    import java.util.concurrent.atomic.AtomicInteger;
    2
    
                  
    3
    /**
    4
     * @author Hariom Yadav
    5
     * @since 17-Nov-2023