Skip to content

Latest commit

 

History

History
56 lines (44 loc) · 2.65 KB

README.md

File metadata and controls

56 lines (44 loc) · 2.65 KB

Software Design Course / ELs Course

It's a entire course on software design

Course Logo

Content

  1. UML
  2. Tests
  3. OOP Design / OOAD & FP Principles
  4. Clojure & Scala
  5. Multi-threading / Actors
  6. NoSQL & Distributed Log
  7. ES & Kafka
  8. Cassandra & Redis
  9. Observability
  10. Stress Testing & Chaos Engineering
  11. Clean Code(why not do it)
  12. Philosophy of software Design
  13. Design Approaches(Simple,KISS, RDD, DBC, SOLID)

Decks

Homeworks

On each Deck there are homeworks.

Ho to use this REPO

First of all you FORK it, read all the DECKS and them code the exercises,
create a folder homeworks and create a folder with the name of the homework. i.g: homeworks/1.UML/ drop the files there.

Recommend Reading