Skip to content
View prajwalp3's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report prajwalp3

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

    Ticket Booking Application is a simple command-line Java application that allows users to sign up, log in, search for trains, book seats, fetch bookings, and cancel bookings. It demonstrates effici…

    Java

  2. multithreaded-server-with-threadpool multithreaded-server-with-threadpool Public

    This project demonstrates the implementation of a thread pool server in java with efficient client-server communication.

    Java

  3. spring-boot-proxy spring-boot-proxy Public

    Here we explored the use of proxies in Spring Boot, focusing on dynamic proxies and CGLIB proxies. It demonstrates how proxies can be used to intercept method calls and provide additional functiona…

    Java

  4. multithreaded-web-server multithreaded-web-server Public

    This project demonstrates the implementation of a multithreaded server in java with efficient client-server communication.

    Java

  5. singlethreaded-web-server singlethreaded-web-server Public

    This project showcases the implementation of a single-threaded server in java. It covers concepts like sockets for client-server communication and handling requests sequentially.

    Java

  6. spring-boot-ioc-beans-gradle spring-boot-ioc-beans-gradle Public

    Here we implemented core concepts of Spring Boot, focusing on Beans, Inversion of Control (IoC), and Gradle build automation. It serves as a comprehensive guide and learning resource for developers…

    Groovy