8000 hocyadav (Hariom Yadav) ยท GitHub
[go: up one dir, main page]

Skip to content
View hocyadav's full-sized avatar
๐Ÿ˜Œ
Working from home
๐Ÿ˜Œ
Working from home

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.

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

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 59 37

  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 17 14

  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
0