Skip to content
View maryonella02's full-sized avatar

Block or report maryonella02

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. dev-cloud-share dev-cloud-share Public

    Distributed system for resource sharing using Docker SDK

    Go

  2. atm-machine atm-machine Public

    This is a project that simulates an ATM machine using microservices architecture. The microservices communicate with each other using remote procedure calls (RPCs).

    Go

  3. dinning-hall-simulator dinning-hall-simulator Public

    The Dining hall generates orders and gives these orders to the Kitchen which prepares them and returns prepared orders back to the Dining hall.

    Go

  4. kitchen-simulator kitchen-simulator Public

    The Kitchen has a finite order list . This order list is shared across all kitchen instances. All orders which kitchen receives have to be added to a single instance of order-list . Main work unit …

    Go

  5. message-broker-akka message-broker-akka Public

    The goal was to create a simple topic-based pub/sub message broker in Actor Model