本站已收录 番号和无损神作磁力链接/BT种子 

[ CourseWikia.com ] Software Mistakes and Tradeoffs, Video Edition

种子简介

种子名称: [ CourseWikia.com ] Software Mistakes and Tradeoffs, Video Edition
文件类型: 视频
文件数目: 96个文件
文件大小: 2.2 GB
收录时间: 2024-11-27 13:08
已经下载: 3
资源热度: 64
最近下载: 2025-1-3 23:50

下载BT种子文件

下载Torrent文件(.torrent) 立即下载

磁力链接下载

magnet:?xt=urn:btih:a8d73f12fd881e2dcc744ce0d5c4e9178bb1d3f6&dn=[ CourseWikia.com ] Software Mistakes and Tradeoffs, Video Edition 复制链接到迅雷、QQ旋风进行下载,或者使用百度云离线下载。

喜欢这个种子的人也喜欢

种子包含的文件

[ CourseWikia.com ] Software Mistakes and Tradeoffs, Video Edition.torrent
  • ~Get Your Files Here !/001. Chapter 1. Introduction.mp429.69MB
  • ~Get Your Files Here !/002. Chapter 1. Code design patterns and why they do not always work.mp428.93MB
  • ~Get Your Files Here !/003. Chapter 1. Architecture design patterns and why they do not always work.mp426.87MB
  • ~Get Your Files Here !/004. Chapter 2. Code duplication is not always bad Code duplication vs. flexibility.mp423.55MB
  • ~Get Your Files Here !/005. Chapter 2. Libraries and sharing code between codebases.mp425.08MB
  • ~Get Your Files Here !/006. Chapter 2. Code extraction to a separate microservice.mp423.14MB
  • ~Get Your Files Here !/007. Chapter 2. Looking at the tradeoffs and disadvantages of a separate service.mp427.97MB
  • ~Get Your Files Here !/008. Chapter 2. Improving loose coupling by code duplication.mp418.07MB
  • ~Get Your Files Here !/009. Chapter 2. Looking at inheritance and tight coupling.mp427.67MB
  • ~Get Your Files Here !/010. Chapter 3. Exceptions vs. other patterns of handling errors in your code.mp430.91MB
  • ~Get Your Files Here !/011. Chapter 3. Best patterns to handle exceptions in the code that you own.mp422.27MB
  • ~Get Your Files Here !/012. Chapter 3. Anti-patterns in exception handling.mp420.09MB
  • ~Get Your Files Here !/013. Chapter 3. Exceptions from third-party libraries.mp419.39MB
  • ~Get Your Files Here !/014. Chapter 3. Exceptions in multithread environments.mp423.38MB
  • ~Get Your Files Here !/015. Chapter 3. Functional approach to handling errors with Try.mp421.14MB
  • ~Get Your Files Here !/016. Chapter 3. Using Try in production code.mp422.03MB
  • ~Get Your Files Here !/017. Chapter 3. Performance comparison of exception-handling code.mp422MB
  • ~Get Your Files Here !/018. Chapter 4. Balancing flexibility and complexity.mp424.54MB
  • ~Get Your Files Here !/019. Chapter 4. Allowing clients to provide their own metrics framework.mp422.53MB
  • ~Get Your Files Here !/020. Chapter 4. Guarding against unpredictable usage of the hooks API.mp427.16MB
  • ~Get Your Files Here !/021. Chapter 4. Providing extensibility of your APIs via listeners.mp417.9MB
  • ~Get Your Files Here !/022. Chapter 4. Flexibility analysis of an API vs. the cost of maintenance.mp417.3MB
  • ~Get Your Files Here !/023. Chapter 5. Premature optimization vs. optimizing the hot path Decisions that impact code performance.mp419.03MB
  • ~Get Your Files Here !/024. Chapter 5. Optimizing processing based on false assumptions.mp421.1MB
  • ~Get Your Files Here !/025. Chapter 5. Hot paths in your code.mp425.56MB
  • ~Get Your Files Here !/026. Chapter 5. A word service with a potential hot path.mp415.5MB
  • ~Get Your Files Here !/027. Chapter 5. Hot path detection in your code.mp424.44MB
  • ~Get Your Files Here !/028. Chapter 5. Improvements for hot path performance.mp423.8MB
  • ~Get Your Files Here !/029. Chapter 5. Optimizing word exists using a cache.mp423.68MB
  • ~Get Your Files Here !/030. Chapter 6. Simplicity vs. cost of maintenance for your API.mp429.17MB
  • ~Get Your Files Here !/031. Chapter 6. Directly exposing settings of a dependent library.mp427.33MB
  • ~Get Your Files Here !/032. Chapter 6. Adding new setting for the cloud client library.mp419.83MB
  • ~Get Your Files Here !/033. Chapter 6. Deprecatingremoving a setting in the cloud client library.mp434.02MB
  • ~Get Your Files Here !/034. Chapter 7. Working effectively with date and time data.mp415.71MB
  • ~Get Your Files Here !/035. Chapter 7. Machine time Instants, epochs, and durations.mp416.01MB
  • ~Get Your Files Here !/036. Chapter 7. Civil time Calendar systems, dates, times, and periods Part 1.mp418.6MB
  • ~Get Your Files Here !/037. Chapter 7. Civil time Calendar systems, dates, times, and periods Part 2.mp419.05MB
  • ~Get Your Files Here !/038. Chapter 7. Time zones, UTC, and offsets from UTC Part 1.mp417.31MB
  • ~Get Your Files Here !/039. Chapter 7. Time zones, UTC, and offsets from UTC Part 2.mp424.25MB
  • ~Get Your Files Here !/040. Chapter 7. Date and time concepts that hurt my head.mp417.15MB
  • ~Get Your Files Here !/041. Chapter 7. Preparing to work with date and time information.mp417.33MB
  • ~Get Your Files Here !/042. Chapter 7. Clarifying date and time requirements Part 1.mp419.82MB
  • ~Get Your Files Here !/043. Chapter 7. Clarifying date and time requirements Part 2.mp421.94MB
  • ~Get Your Files Here !/044. Chapter 7. Using the right libraries or packages.mp435.62MB
  • ~Get Your Files Here !/045. Chapter 7. Improving testability by avoiding defaults Part 1.mp420.46MB
  • ~Get Your Files Here !/046. Chapter 7. Improving testability by avoiding defaults Part 2.mp416.19MB
  • ~Get Your Files Here !/047. Chapter 7. Representing date and time values in text Part 1.mp428.05MB
  • ~Get Your Files Here !/048. Chapter 7. Representing date and time values in text Part 2.mp427.36MB
  • ~Get Your Files Here !/049. Chapter 7. Explaining code with comments.mp424.04MB
  • ~Get Your Files Here !/050. Chapter 7. Handling ambiguous or skipped times.mp425.1MB
  • ~Get Your Files Here !/051. Chapter 8. Working with evolving time zone data.mp426.68MB
  • ~Get Your Files Here !/052. Chapter 8. Leveraging data locality and memory of your machines.mp426.92MB
  • ~Get Your Files Here !/053. Chapter 8. Data partitioning and splitting data.mp418.19MB
  • ~Get Your Files Here !/054. Chapter 8. Partitioning vs. sharding.mp419.31MB
  • ~Get Your Files Here !/055. Chapter 8. Join big data sets from multiple partitions.mp430.88MB
  • ~Get Your Files Here !/056. Chapter 8. Data processing Memory vs. disk.mp417.86MB
  • ~Get Your Files Here !/057. Chapter 8. Calculating access times.mp419.48MB
  • ~Get Your Files Here !/058. Chapter 8. Implement joins using Apache Spark.mp428.15MB
  • ~Get Your Files Here !/059. Chapter 9. Third-party libraries Libraries you use become your code.mp434.7MB
  • ~Get Your Files Here !/060. Chapter 9. Concurrency models and scalability.mp429.67MB
  • ~Get Your Files Here !/061. Chapter 9. Testability.mp414.98MB
  • ~Get Your Files Here !/062. Chapter 9. Testing with fakes (test double) and mocks.mp429.58MB
  • ~Get Your Files Here !/063. Chapter 9. Dependencies of third-party libraries.mp421.17MB
  • ~Get Your Files Here !/064. Chapter 9. Choosing and maintaining third-party dependencies.mp426.62MB
  • ~Get Your Files Here !/065. Chapter 9. Security and updates.mp422.95MB
  • ~Get Your Files Here !/066. Chapter 10. Consistency and atomicity in distributed systems.mp422.72MB
  • ~Get Your Files Here !/067. Chapter 10. Producing data and idempotency.mp434.65MB
  • ~Get Your Files Here !/068. Chapter 10. A naive implementation of a deduplication library.mp413.91MB
  • ~Get Your Files Here !/069. Chapter 10. Common mistakes when implementing deduplication in distributed systems.mp431.2MB
  • ~Get Your Files Here !/070. Chapter 10. Making your logic atomic to prevent race conditions.mp430.22MB
  • ~Get Your Files Here !/071. Chapter 11. Delivery semantics in distributed systems.mp428.03MB
  • ~Get Your Files Here !/072. Chapter 11. Producer and consumer applications based on Apache Kafka.mp423.21MB
  • ~Get Your Files Here !/073. Chapter 11. The producer logic.mp423.18MB
  • ~Get Your Files Here !/074. Chapter 11. Consumer code and different delivery semantics.mp414.82MB
  • ~Get Your Files Here !/075. Chapter 11. Restarting from the earliest or latest offsets.mp424.29MB
  • ~Get Your Files Here !/076. Chapter 11. Leveraging delivery guarantees to provide fault tolerance.mp413.32MB
  • ~Get Your Files Here !/077. Chapter 12. Managing versioning and compatibility.mp425.79MB
  • ~Get Your Files Here !/078. Chapter 12. Semantic versioning.mp421.78MB
  • ~Get Your Files Here !/079. Chapter 12. Versioning for libraries.mp425.07MB
  • ~Get Your Files Here !/080. Chapter 12. Source, binary, and semantic compatibility Part 1.mp425.28MB
  • ~Get Your Files Here !/081. Chapter 12. Source, binary, and semantic compatibility Part 2.mp427.77MB
  • ~Get Your Files Here !/082. Chapter 12. Techniques for handling breaking changes.mp430.67MB
  • ~Get Your Files Here !/083. Chapter 12. Managing internal-only libraries.mp433.34MB
  • ~Get Your Files Here !/084. Chapter 12. Common versioning strategies Part 1.mp417.73MB
  • ~Get Your Files Here !/085. Chapter 12. Common versioning strategies Part 2.mp420.08MB
  • ~Get Your Files Here !/086. Chapter 12. Further versioning considerations.mp423.24MB
  • ~Get Your Files Here !/087. Chapter 12. Versioning for data storage.mp425.09MB
  • ~Get Your Files Here !/088. Chapter 12. Migrating data within a storage system.mp420.72MB
  • ~Get Your Files Here !/089. Chapter 12. Expecting the unexpected.mp424.85MB
  • ~Get Your Files Here !/090. Chapter 12. Separating API and storage representations.mp427.78MB
  • ~Get Your Files Here !/091. Chapter 13. Keeping up to date with trends vs. cost of maintenance of your code.mp413.86MB
  • ~Get Your Files Here !/092. Chapter 13. Do-it-yourself (DIY) dependency injection.mp425.99MB
  • ~Get Your Files Here !/093. Chapter 13. When to use reactive programming.mp417.23MB
  • ~Get Your Files Here !/094. Chapter 13. Using CompletableFuture.mp418.8MB
  • ~Get Your Files Here !/095. Chapter 13. When to use functional programming.mp430.39MB
  • ~Get Your Files Here !/096. Chapter 13. Using lazy vs. eager evaluation.mp418.63MB