Skip to content

Commit f95597b

Browse files
authored
Update README.md
1 parent 95cec3d commit f95597b

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

+11-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
# Distributed Systems Course Labs Projects
22

3-
Each folder contains my work in the lab.
3+
This was only for my University Distributed Systems Course Labs.
44

5-
We develop Distributed Systems by leveraging Message Queues Brokers as a middleware for communication between nodes.
5+
Distributed Systems are so intriguing. So, I decided to further study the subject and work on other projects. From now on, I will upload more projects as well as the labs that were my reference.
66

7-
In these Labs, I used **RabbitMQ** an in-memory message queue broker and **python**. GUIs were developed with **pyQT**.
7+
Most of the distributed systems projects were given in Golang. So I would most likely shift to using it instead of my Python.
8+
9+
My personal projects would be either in Erlang/Elixir, C++, Python or Golang. For the fun of it, I may try Scala.
10+
11+
## Repository Structure
12+
13+
Each folder regroups a certain course labs. Within each of these folders, there is a list of lab folders containing the demanded work as well as my solution.
14+
15+
I always dockerize my work so I don't need to worry about downloading dependencies in the future when testing an old project.

0 commit comments

Comments
 (0)