Artwork

Το περιεχόμενο παρέχεται από το GOTO. Όλο το περιεχόμενο podcast, συμπεριλαμβανομένων των επεισοδίων, των γραφικών και των περιγραφών podcast, μεταφορτώνεται και παρέχεται απευθείας από τον GOTO ή τον συνεργάτη της πλατφόρμας podcast. Εάν πιστεύετε ότι κάποιος χρησιμοποιεί το έργο σας που προστατεύεται από πνευματικά δικαιώματα χωρίς την άδειά σας, μπορείτε να ακολουθήσετε τη διαδικασία που περιγράφεται εδώ https://el.player.fm/legal.
Player FM - Εφαρμογή podcast
Πηγαίνετε εκτός σύνδεσης με την εφαρμογή Player FM !

Patterns of Distributed Systems • Unmesh Joshi & James Lewis

41:29
 
Μοίρασέ το
 

Manage episode 418686672 series 2896766
Το περιεχόμενο παρέχεται από το GOTO. Όλο το περιεχόμενο podcast, συμπεριλαμβανομένων των επεισοδίων, των γραφικών και των περιγραφών podcast, μεταφορτώνεται και παρέχεται απευθείας από τον GOTO ή τον συνεργάτη της πλατφόρμας podcast. Εάν πιστεύετε ότι κάποιος χρησιμοποιεί το έργο σας που προστατεύεται από πνευματικά δικαιώματα χωρίς την άδειά σας, μπορείτε να ακολουθήσετε τη διαδικασία που περιγράφεται εδώ https://el.player.fm/legal.

This interview was recorded for the GOTO Book Club.
http://gotopia.tech/bookclub

Read the full transcription of the interview here

Unmesh Joshi - Principal Consultant at Thoughtworks & Author of "Patterns of Distributed Systems"
James Lewis - Principal Consultant & Technical Director at Thoughtworks
RESOURCES
Unmesh
https://twitter.com/unmeshjoshi
https://www.linkedin.com/in/unmesh-joshi-9487635
https://www.thoughtworks.com/profiles/u/unmesh-joshi

James
https://twitter.com/boicy
https://linkedin.com/in/james-lewis-microservices
https://github.com/boicy
https://www.bovon.org
https://www.thoughtworks.com/profiles/j/james-lewis

DESCRIPTION
A Patterns Approach to Designing Distributed Systems and Solving Common Implementation Problems
More and more enterprises today are dependent on cloud services from providers like AWS, Microsoft Azure, and GCP. They also use products, such as Kafka and Kubernetes, or databases, such as YugabyteDB, Cassandra, MongoDB, and Neo4j, that are distributed by nature. Because these distributed systems are inherently stateful systems, enterprise architects and developers need to be prepared for all the things that can and will go wrong when data is stored on multiple servers--from process crashes to network delays and unsynchronized clocks.
"Patterns of Distributed Systems" describes a set of patterns that have been observed in mainstream open-source distributed systems. Studying the common problems and the solutions that are embodied by the patterns in this guide will give you a better understanding of how these systems work, as well as a solid foundation in distributed system design principles.
* Book description: © O'Reilly
RECOMMENDED BOOKS
Unmesh Joshi • Patterns of Distributed Systems
Darnell, Harrison & Seldess • CockroachDB: The Definitive Guide
Guy Harrison • Next Generation Databases
Burns, Beda & Hightower • Kubernetes: Up & Running
Jez Humble & Dave Farley • Continuous Delivery

Bluesky
Twitter
Instagram
LinkedIn
Facebook
CHANNEL MEMBERSHIP BONUS
Join this channel to get early access to videos & other perks:
https://www.youtube.com/channel/UCs_tLP3AiwYKwdUHpltJPuA/join

Looking for a unique learning experience?
Attend the next GOTO conference near you! Get your ticket: gotopia.tech
SUBSCRIBE TO OUR YOUTUBE CHANNEL - new videos posted daily!

  continue reading

Κεφάλαια

1. Intro (00:00:00)

2. A patterns-based exploration (00:01:34)

3. Should every software developer understand distributed systems? (00:11:25)

4. Comparing patterns: Raft vs Paxos (00:15:55)

5. Why are patterns useful? (00:33:46)

6. Why do patterns remain underutilized? (00:37:58)

7. Outro (00:40:26)

194 επεισόδια

Artwork
iconΜοίρασέ το
 
Manage episode 418686672 series 2896766
Το περιεχόμενο παρέχεται από το GOTO. Όλο το περιεχόμενο podcast, συμπεριλαμβανομένων των επεισοδίων, των γραφικών και των περιγραφών podcast, μεταφορτώνεται και παρέχεται απευθείας από τον GOTO ή τον συνεργάτη της πλατφόρμας podcast. Εάν πιστεύετε ότι κάποιος χρησιμοποιεί το έργο σας που προστατεύεται από πνευματικά δικαιώματα χωρίς την άδειά σας, μπορείτε να ακολουθήσετε τη διαδικασία που περιγράφεται εδώ https://el.player.fm/legal.

This interview was recorded for the GOTO Book Club.
http://gotopia.tech/bookclub

Read the full transcription of the interview here

Unmesh Joshi - Principal Consultant at Thoughtworks & Author of "Patterns of Distributed Systems"
James Lewis - Principal Consultant & Technical Director at Thoughtworks
RESOURCES
Unmesh
https://twitter.com/unmeshjoshi
https://www.linkedin.com/in/unmesh-joshi-9487635
https://www.thoughtworks.com/profiles/u/unmesh-joshi

James
https://twitter.com/boicy
https://linkedin.com/in/james-lewis-microservices
https://github.com/boicy
https://www.bovon.org
https://www.thoughtworks.com/profiles/j/james-lewis

DESCRIPTION
A Patterns Approach to Designing Distributed Systems and Solving Common Implementation Problems
More and more enterprises today are dependent on cloud services from providers like AWS, Microsoft Azure, and GCP. They also use products, such as Kafka and Kubernetes, or databases, such as YugabyteDB, Cassandra, MongoDB, and Neo4j, that are distributed by nature. Because these distributed systems are inherently stateful systems, enterprise architects and developers need to be prepared for all the things that can and will go wrong when data is stored on multiple servers--from process crashes to network delays and unsynchronized clocks.
"Patterns of Distributed Systems" describes a set of patterns that have been observed in mainstream open-source distributed systems. Studying the common problems and the solutions that are embodied by the patterns in this guide will give you a better understanding of how these systems work, as well as a solid foundation in distributed system design principles.
* Book description: © O'Reilly
RECOMMENDED BOOKS
Unmesh Joshi • Patterns of Distributed Systems
Darnell, Harrison & Seldess • CockroachDB: The Definitive Guide
Guy Harrison • Next Generation Databases
Burns, Beda & Hightower • Kubernetes: Up & Running
Jez Humble & Dave Farley • Continuous Delivery

Bluesky
Twitter
Instagram
LinkedIn
Facebook
CHANNEL MEMBERSHIP BONUS
Join this channel to get early access to videos & other perks:
https://www.youtube.com/channel/UCs_tLP3AiwYKwdUHpltJPuA/join

Looking for a unique learning experience?
Attend the next GOTO conference near you! Get your ticket: gotopia.tech
SUBSCRIBE TO OUR YOUTUBE CHANNEL - new videos posted daily!

  continue reading

Κεφάλαια

1. Intro (00:00:00)

2. A patterns-based exploration (00:01:34)

3. Should every software developer understand distributed systems? (00:11:25)

4. Comparing patterns: Raft vs Paxos (00:15:55)

5. Why are patterns useful? (00:33:46)

6. Why do patterns remain underutilized? (00:37:58)

7. Outro (00:40:26)

194 επεισόδια

Όλα τα επεισόδια

×
 
Loading …

Καλώς ήλθατε στο Player FM!

Το FM Player σαρώνει τον ιστό για podcasts υψηλής ποιότητας για να απολαύσετε αυτή τη στιγμή. Είναι η καλύτερη εφαρμογή podcast και λειτουργεί σε Android, iPhone και στον ιστό. Εγγραφή για συγχρονισμό συνδρομών σε όλες τις συσκευές.

 

Οδηγός γρήγορης αναφοράς