I eat wordsA to Software Engineering · 2 years agoDistributed systems theory for the distributed systems engineer | Paper Trailwww.the-paper-trail.orgexternal-linkmessage-square1fedilinkarrow-up12arrow-down10file-text
arrow-up12arrow-down1external-linkDistributed systems theory for the distributed systems engineer | Paper Trailwww.the-paper-trail.orgI eat wordsA to Software Engineering · 2 years agomessage-square1fedilinkfile-text
minus-squareYuu YinMlinkfedilinkarrow-up2·edit-22 years agoThere is Coulouris’ “Distributed Systems: Concepts and Design” which provides practical examples using e.g. Java. I remember then using Clojure (which runs on the JVM and can interop Java) and asked/listed about resources on there https://clojureverse.org/t/rersources-on-building-distributed-systems-using-clojure/9045 Also Lamport’s paper on clocks listed on there is nice classical read, there are videos about it on YouTube. Worth taking a look at Erlang/Elixir and the BEAM VM.
There is Coulouris’ “Distributed Systems: Concepts and Design” which provides practical examples using e.g. Java. I remember then using Clojure (which runs on the JVM and can interop Java) and asked/listed about resources on there https://clojureverse.org/t/rersources-on-building-distributed-systems-using-clojure/9045
Also Lamport’s paper on clocks listed on there is nice classical read, there are videos about it on YouTube. Worth taking a look at Erlang/Elixir and the BEAM VM.