Create Tool:
Create Time:2018-12-02 21:29:04
File Size:2.21 GB
File Count:102
File Hash:275c43310b981ceb05a15777afe0d566d0e4c997
00 Introduction/00-0 Ultimate Go Programming. Introduction.mkv | 10.25 MB |
01 Design Guidelines/01-0 Topics.mkv | 1.74 MB |
01 Design Guidelines/01-1 Prepare Your Mind.mkv | 30.43 MB |
01 Design Guidelines/01-2 Productivity versus Performance.mkv | 8.66 MB |
01 Design Guidelines/01-3 Correctness versus Performance.mkv | 12.39 MB |
01 Design Guidelines/01-4 Code Reviews.mkv | 38.41 MB |
02 Language Syntax/02-0 Topics.mkv | 1.87 MB |
02 Language Syntax/02-1 Variables.mkv | 38.15 MB |
02 Language Syntax/02-2 Struct Types.mkv | 49.33 MB |
02 Language Syntax/02-3 Pointers-1 (Pass by Value).mkv | 40.25 MB |
02 Language Syntax/02-3 Pointers-2 (Sharing Data).mkv | 25.86 MB |
02 Language Syntax/02-3 Pointers-3 (Escape Analysis).mkv | 47.35 MB |
02 Language Syntax/02-3 Pointers-4 (Stack Growth).mkv | 18.98 MB |
02 Language Syntax/02-3 Pointers-5 (Garbage Collection).mkv | 40.31 MB |
02 Language Syntax/02-4 Constants.mkv | 28.05 MB |
03 Data Structures/03-0 Topics.mkv | 1.59 MB |
03 Data Structures/03-1 Data-Oriented Design.mkv | 9.38 MB |
03 Data Structures/03-2 Arrays-1 (Mechanical Sympathy).mkv | 75.42 MB |
03 Data Structures/03-2 Arrays-2 (Semantics).mkv | 38.73 MB |
03 Data Structures/03-3 Slices-1 (Declare and Length and Reference Types).mkv | 19.95 MB |
03 Data Structures/03-3 Slices-2 (Appending Slices).mkv | 40.42 MB |
03 Data Structures/03-3 Slices-3 (Taking Slices of Slices).mkv | 29.54 MB |
03 Data Structures/03-3 Slices-4 (Slices and References).mkv | 14.70 MB |
03 Data Structures/03-3 Slices-5 (Strings and Slices).mkv | 19.71 MB |
03 Data Structures/03-3 Slices-6 (Range Mechanics).mkv | 10.94 MB |
03 Data Structures/03-4 Maps.mkv | 16.03 MB |
04 Decoupling/04-0 Topics.mkv | 2.11 MB |
04 Decoupling/04-1 Methods-1 (Declare & Receiver Behavior).mkv | 26.79 MB |
04 Decoupling/04-1 Methods-2 (Value & Pointer Semantics).mkv | 38.92 MB |
04 Decoupling/04-1 Methods-3 (Function and Method Variables).mkv | 31.24 MB |
04 Decoupling/04-2 Interfaces-1 (Polymorphism).mkv | 48.65 MB |
04 Decoupling/04-2 Interfaces-2 (Method Sets and Address of Value).mkv | 28.41 MB |
04 Decoupling/04-2 Interfaces-3 (Storage by Value).mkv | 13.54 MB |
04 Decoupling/04-3 Embedding.mkv | 15.57 MB |
04 Decoupling/04-4 Exporting.mkv | 13.50 MB |
05 Composition/05-0 Topics.mkv | 2.25 MB |
05 Composition/05-1 Grouping Types.mkv | 26.25 MB |
05 Composition/05-2 Decoupling-1.mkv | 17.61 MB |
05 Composition/05-2 Decoupling-2.mkv | 41.68 MB |
05 Composition/05-2 Decoupling-3.mkv | 30.50 MB |
05 Composition/05-3 Conversion and Assertions.mkv | 21.29 MB |
05 Composition/05-4 Interface Pollution.mkv | 15.55 MB |
05 Composition/05-5 Mocking.mkv | 13.97 MB |
05 Composition/05-6 Design Guidelines.mkv | 5.45 MB |
06 Error Handling/06-0 Topics.mkv | 1.96 MB |
06 Error Handling/06-1 Default Error Values.mkv | 25.44 MB |
06 Error Handling/06-2 Error Variables.mkv | 5.51 MB |
06 Error Handling/06-3 Type as Context.mkv | 14.79 MB |
06 Error Handling/06-4 Behavior as Context.mkv | 21.84 MB |
06 Error Handling/06-5 Find the Bug.mkv | 18.80 MB |
06 Error Handling/06-6 Wrapping Errors.mkv | 34.02 MB |
07 Packaging/07-0 Topics.mkv | 2.00 MB |
07 Packaging/07-1 Language Mechanics.mkv | 18.32 MB |
07 Packaging/07-2 Design Guidelines.mkv | 12.87 MB |
07 Packaging/07-3 Package-Oriented Design.mkv | 34.15 MB |
08 Goroutines/08-0 Topics.mkv | 1.02 MB |
08 Goroutines/08-1 OS Scheduler Mechanics.mkv | 79.43 MB |
08 Goroutines/08-2 Go Scheduler Mechanics.mkv | 56.51 MB |
08 Goroutines/08-3 Creating Goroutines.mkv | 41.25 MB |
09 Data Races/09-0 Topics.mkv | 1.98 MB |
09 Data Races/09-1 Cache Coherency and False Sharing.mkv | 35.46 MB |
09 Data Races/09-2 Synchronization with Atomic Functions.mkv | 25.76 MB |
09 Data Races/09-3 Synchronization with Mutexes.mkv | 30.73 MB |
09 Data Races/09-4 Race Detection.mkv | 10.34 MB |
09 Data Races/09-5 Map Data Race.mkv | 8.30 MB |
09 Data Races/09-6 Interface-Based Race Condition.mkv | 18.11 MB |
10 Channels/10-0 Topics.mkv | 1.59 MB |
10 Channels/10-1 Signaling Semantics.mkv | 47.64 MB |
10 Channels/10-2 Basic Patterns-1 (Wait for Task).mkv | 25.90 MB |
10 Channels/10-2 Basic Patterns-2 (Wait for Result).mkv | 10.67 MB |
10 Channels/10-2 Basic Patterns-3 (Wait for Finished).mkv | 14.75 MB |
10 Channels/10-3 Pooling Pattern.mkv | 16.11 MB |
10 Channels/10-4 Fan Out Pattern-1.mkv | 21.07 MB |
10 Channels/10-4 Fan Out Pattern-2.mkv | 16.13 MB |
10 Channels/10-5 Drop Pattern.mkv | 18.88 MB |
10 Channels/10-6 Cancellation Pattern.mkv | 19.60 MB |
11 Concurrency Patterns/11-0 Topics.mkv | 1.19 MB |
11 Concurrency Patterns/11-1 Context-1.mkv | 39.90 MB |
11 Concurrency Patterns/11-1 Context-2.mkv | 27.99 MB |
11 Concurrency Patterns/11-2 Failure Detection.mkv | 42.56 MB |
12 Testing/12-0 Topics.mkv | 1.54 MB |
12 Testing/12-1 Basic Unit Testing.mkv | 23.30 MB |
12 Testing/12-2 Table Unit Testing.mkv | 5.38 MB |
12 Testing/12-3 Mocking Web Server Response.mkv | 13.86 MB |
12 Testing/12-4 Testing Internal Endpoints.mkv | 13.53 MB |
12 Testing/12-5 Example Tests.mkv | 23.36 MB |
12 Testing/12-6 Sub Tests.mkv | 11.33 MB |
12 Testing/12-7 Code Coverage.mkv | 8.75 MB |
13 Benchmarking/13-0 Topics.mkv | 1.74 MB |
13 Benchmarking/13-1 Basic Benchmarking.mkv | 14.48 MB |
13 Benchmarking/13-2 Sub Benchmarks.mkv | 7.20 MB |
13 Benchmarking/13-3 Validate Benchmarks.mkv | 18.51 MB |
14 Profiling and Tracking/14-0 Topics.mkv | 2.05 MB |
14 Profiling and Tracking/14-1 Profiling Guidelines.mkv | 23.89 MB |
14 Profiling and Tracking/14-2 Stack Traces.mkv | 16.34 MB |
14 Profiling and Tracking/14-3 Micro Level Optimization.mkv | 62.67 MB |
14 Profiling and Tracking/14-4 Macro Level Optimization-1. GODEBUG Tracing.mkv | 26.69 MB |
14 Profiling and Tracking/14-4 Macro Level Optimization-2. Memory Profiing.mkv | 32.86 MB |
14 Profiling and Tracking/14-4 Macro Level Optimization-3. Tooling Changes.mkv | 11.55 MB |
14 Profiling and Tracking/14-4 Macro Level Optimization-4. CPU Profiling.mkv | 11.86 MB |
14 Profiling and Tracking/14-5 Execution Tracing.mkv | 64.62 MB |
15 Summary/15-1 Ultimate Go Programming Summary.mkv | 2.68 MB |
http://bt4.t-ru.org/ann |
http://retracker.local/announce |
TorrentBank
Copyright © 2024