Skip to content
View sivajrm's full-sized avatar
  • Santa Clara, CA, United States

Organizations

@SCU-Projects

Block or report sivajrm

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

Popular repositories Loading

  1. Library-management-application Library-management-application Public

    Engineered a Library management system in a microservices architecture. The application uses Java Spring Boot-based microservices running on top of the MongoDB database to interact with the REST en…

    Java 5 1

  2. Mining-geo-location-information-from-tweets Mining-geo-location-information-from-tweets Public

    Developed an application that extracts tweets from a topic and uses geo location information of the Tweeter’s account for analyzing polarity of those tweets. This application can be used by the com…

    Java 1

  3. Retrieving-access-permission-to-the-server-from-a-client-using-Socket-programming Retrieving-access-permission-to-the-server-from-a-client-using-Socket-programming Public

    Programmed a UDP client-server application that serves the permission code for accessing the network service by a customer. Implemented data transmission between the client & server in the form of …

    C 1

  4. Distributed-HTTP-server Distributed-HTTP-server Public

    This distributed HTTP server can handle HTTP GET requests in a multithreaded fashion. The server makes use of thread per connection design to handle HTTP/1.1 connections and thread per request for …

    Java 1

  5. DTH-Subscriber-Management-Service DTH-Subscriber-Management-Service Public

    Designed an online DTH subscriber management portal page for maintaining the subscriber and subscription details.

    HTML

  6. Script-automation-utility Script-automation-utility Public

    This python script enables the users of the script to run multiple test scripts concurrently and sequentially. On sequential execution, a task T2 can start only after its previous task T1 finishes …

    Python