Artwork

Nội dung được cung cấp bởi GOTO. Tất cả nội dung podcast bao gồm các tập, đồ họa và mô tả podcast đều được GOTO hoặc đối tác nền tảng podcast của họ tải lên và cung cấp trực tiếp. Nếu bạn cho rằng ai đó đang sử dụng tác phẩm có bản quyền của bạn mà không có sự cho phép của bạn, bạn có thể làm theo quy trình được nêu ở đây https://vi.player.fm/legal.
Player FM - Ứng dụng Podcast
Chuyển sang chế độ ngoại tuyến với ứng dụng Player FM !

Software Mistakes & Tradeoffs • Tomasz Lelek & Mark Rendle

46:02
 
Chia sẻ
 

Manage episode 429624838 series 2896766
Nội dung được cung cấp bởi GOTO. Tất cả nội dung podcast bao gồm các tập, đồ họa và mô tả podcast đều được GOTO hoặc đối tác nền tảng podcast của họ tải lên và cung cấp trực tiếp. Nếu bạn cho rằng ai đó đang sử dụng tác phẩm có bản quyền của bạn mà không có sự cho phép của bạn, bạn có thể làm theo quy trình được nêu ở đây https://vi.player.fm/legal.

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

Read the full transcription of the interview here

Tomasz Lelek - Senior Staff Software Engineer at Dremio & Co-Author of "Software Mistakes and Tradeoffs"
Mark Rendle - Creator of Visual ReCode with 7 Microsoft MVP Awards & 30+ Years of Experience Building Software
RESOURCES
Tomasz
https://twitter.com/tomekl007
https://www.linkedin.com/in/tomaszlelek
https://github.com/tomekl007

Mark
https://twitter.com/markrendle
https://github.com/markrendle
https://linkedin.com/in/markrendle

Videos
Mark Rendle: https://youtu.be/Y9clBHENy4Q
Jon Skeet: https://youtu.be/1tpyAQZFlZY
Prag. Dave & Prag. Andy: https://youtu.be/taCNjiiusRk
Uri: https://youtu.be/G_CNnWH8Opw
DESCRIPTION
Code performance versus simplicity. Delivery speed versus duplication. Flexibility versus maintainability—every decision you make in software engineering involves balancing tradeoffs. In Software Mistakes and Tradeoffs, you’ll learn from costly mistakes that Tomasz Lelek and Jon Skeet have encountered over their impressive careers. You’ll explore real-world scenarios where poor understanding of tradeoffs lead to major problems down the road, so you can pre-empt your own mistakes with a more thoughtful approach to decision-making.
Learn how code duplication impacts the coupling and evolution speed of your systems, and how simple-sounding requirements can have hidden nuances with respect to date and time information. Discover how to efficiently narrow your optimization scope according to 80/20 Pareto principles, and ensure consistency in your distributed systems. You’ll soon have built up the kind of knowledge base that only comes from years of experience.
* Book description: © Manning Publication
RECOMMENDED BOOKS
Tomasz Lelek & Jon Skeet • Software Mistakes & Tradeoffs
Ashley Peacock • Creating Software with Modern Diagramming Techniques
Simon Brown • Software Architecture for Developers Vol. 2
Woods, Erder & Pureur • Continuous Architecture in Practice
Unmesh Joshi • Patterns of Distributed Systems

Twitter
Instagram
LinkedIn
Facebook
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

Chương

1. Intro (00:00:00)

2. Exploring date-time dilemmas & data compatibility (00:07:23)

3. Code duplication (00:16:07)

4. Microservices & Protobuf: Overcoming challenges (00:20:04)

5. There’s no one-size-fits-all solution (00:23:39)

6. Navigating third-party dependencies (00:31:47)

7. From microservices to maintenance (00:37:16)

8. Outro (00:42:39)

180 tập

Artwork
iconChia sẻ
 
Manage episode 429624838 series 2896766
Nội dung được cung cấp bởi GOTO. Tất cả nội dung podcast bao gồm các tập, đồ họa và mô tả podcast đều được GOTO hoặc đối tác nền tảng podcast của họ tải lên và cung cấp trực tiếp. Nếu bạn cho rằng ai đó đang sử dụng tác phẩm có bản quyền của bạn mà không có sự cho phép của bạn, bạn có thể làm theo quy trình được nêu ở đây https://vi.player.fm/legal.

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

Read the full transcription of the interview here

Tomasz Lelek - Senior Staff Software Engineer at Dremio & Co-Author of "Software Mistakes and Tradeoffs"
Mark Rendle - Creator of Visual ReCode with 7 Microsoft MVP Awards & 30+ Years of Experience Building Software
RESOURCES
Tomasz
https://twitter.com/tomekl007
https://www.linkedin.com/in/tomaszlelek
https://github.com/tomekl007

Mark
https://twitter.com/markrendle
https://github.com/markrendle
https://linkedin.com/in/markrendle

Videos
Mark Rendle: https://youtu.be/Y9clBHENy4Q
Jon Skeet: https://youtu.be/1tpyAQZFlZY
Prag. Dave & Prag. Andy: https://youtu.be/taCNjiiusRk
Uri: https://youtu.be/G_CNnWH8Opw
DESCRIPTION
Code performance versus simplicity. Delivery speed versus duplication. Flexibility versus maintainability—every decision you make in software engineering involves balancing tradeoffs. In Software Mistakes and Tradeoffs, you’ll learn from costly mistakes that Tomasz Lelek and Jon Skeet have encountered over their impressive careers. You’ll explore real-world scenarios where poor understanding of tradeoffs lead to major problems down the road, so you can pre-empt your own mistakes with a more thoughtful approach to decision-making.
Learn how code duplication impacts the coupling and evolution speed of your systems, and how simple-sounding requirements can have hidden nuances with respect to date and time information. Discover how to efficiently narrow your optimization scope according to 80/20 Pareto principles, and ensure consistency in your distributed systems. You’ll soon have built up the kind of knowledge base that only comes from years of experience.
* Book description: © Manning Publication
RECOMMENDED BOOKS
Tomasz Lelek & Jon Skeet • Software Mistakes & Tradeoffs
Ashley Peacock • Creating Software with Modern Diagramming Techniques
Simon Brown • Software Architecture for Developers Vol. 2
Woods, Erder & Pureur • Continuous Architecture in Practice
Unmesh Joshi • Patterns of Distributed Systems

Twitter
Instagram
LinkedIn
Facebook
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

Chương

1. Intro (00:00:00)

2. Exploring date-time dilemmas & data compatibility (00:07:23)

3. Code duplication (00:16:07)

4. Microservices & Protobuf: Overcoming challenges (00:20:04)

5. There’s no one-size-fits-all solution (00:23:39)

6. Navigating third-party dependencies (00:31:47)

7. From microservices to maintenance (00:37:16)

8. Outro (00:42:39)

180 tập

Alle episoder

×
 
Loading …

Chào mừng bạn đến với Player FM!

Player FM đang quét trang web để tìm các podcast chất lượng cao cho bạn thưởng thức ngay bây giờ. Đây là ứng dụng podcast tốt nhất và hoạt động trên Android, iPhone và web. Đăng ký để đồng bộ các theo dõi trên tất cả thiết bị.

 

Hướng dẫn sử dụng nhanh