17 OCT 2024 - Welcome Back to TorrentFunk! Get your pirate hat back out. Streaming is dying and torrents are the new trend. Account Registration works again and so do Torrent Uploads. We invite you all to start uploading torrents again!
TORRENT DETAILS
Udemy - Working With Concurrency In Go (Golang)
TORRENT SUMMARY
Status:
All the torrents in this section have been verified by our verification system
Learn the advantages and pitfalls of concurrent programming with the Go programming language
What you'll learn Learn about the various ways Go makes working with concurrent programing simple Understand how concurrency works, and its advantages and pitfalls Learn how WaitGroups, Mutexes, and channels work Master concurrency by working with classic computer science problems, and by building a real-world example
Requirements A good understanding of the Go programming language A Windows, Macintosh, or Linux computer with a connection to the Internet
VISITOR COMMENTS (0 )
FILE LIST
Filename
Size
~Get Your Files Here !/1. Introduction/1. Introduction.mp4
64 MB
~Get Your Files Here !/1. Introduction/1. Introduction.srt
9.1 KB
~Get Your Files Here !/1. Introduction/2. A bit about me.mp4
19 MB
~Get Your Files Here !/1. Introduction/2. A bit about me.srt
1.6 KB
~Get Your Files Here !/1. Introduction/3. Installing Go.mp4
8.3 MB
~Get Your Files Here !/1. Introduction/3. Installing Go.srt
1.2 KB
~Get Your Files Here !/1. Introduction/4. Installing Visual Studio Code.mp4
7.7 MB
~Get Your Files Here !/1. Introduction/4. Installing Visual Studio Code.srt
2.4 KB
~Get Your Files Here !/1. Introduction/5. Installing Make.mp4
10.8 MB
~Get Your Files Here !/1. Introduction/5. Installing Make.srt
2.3 KB
~Get Your Files Here !/1. Introduction/6. Asking for help.mp4
23.3 MB
~Get Your Files Here !/1. Introduction/6. Asking for help.srt
2.3 KB
~Get Your Files Here !/1. Introduction/7. Mistakes. We all make them..mp4
2.2 MB
~Get Your Files Here !/1. Introduction/7. Mistakes. We all make them..srt
1.9 KB
~Get Your Files Here !/10. Testing/1. What we'll cover in this section.mp4
6.5 MB
~Get Your Files Here !/10. Testing/1. What we'll cover in this section.srt
1.5 KB
~Get Your Files Here !/10. Testing/2. Setting up our tests.mp4
68.5 MB
~Get Your Files Here !/10. Testing/2. Setting up our tests.srt
11.4 KB
~Get Your Files Here !/10. Testing/3. Testing Routes.mp4
45.4 MB
~Get Your Files Here !/10. Testing/3. Testing Routes.srt
11 KB
~Get Your Files Here !/10. Testing/4. Testing the Renderer.mp4
70.5 MB
~Get Your Files Here !/10. Testing/4. Testing the Renderer.srt
15.4 KB
~Get Your Files Here !/10. Testing/5. Modifying the data package to make it testable.mp4
99.5 MB
~Get Your Files Here !/10. Testing/5. Modifying the data package to make it testable.srt
18.4 KB
~Get Your Files Here !/10. Testing/6. Implementing the PlanTest type.mp4
33.1 MB
~Get Your Files Here !/10. Testing/6. Implementing the PlanTest type.srt
5.6 KB
~Get Your Files Here !/10. Testing/7. Getting started testing Handlers.mp4
98.7 MB
~Get Your Files Here !/10. Testing/7. Getting started testing Handlers.srt
19.8 KB
~Get Your Files Here !/10. Testing/8. Testing the Login Handler.mp4
106.9 MB
~Get Your Files Here !/10. Testing/8. Testing the Login Handler.srt
19 KB
~Get Your Files Here !/10. Testing/9. Testing a handler that uses concurrency.mp4
69 MB
~Get Your Files Here !/10. Testing/9. Testing a handler that uses concurrency.srt
15.8 KB
~Get Your Files Here !/10. Testing/pageTests.txt
2.1 KB
~Get Your Files Here !/2. Goroutines, the go keyword, and WaitGroups/1. What we'll cover in this section.mp4
7.9 MB
~Get Your Files Here !/2. Goroutines, the go keyword, and WaitGroups/1. What we'll cover in this section.srt
1.8 KB
~Get Your Files Here !/2. Goroutines, the go keyword, and WaitGroups/2. Creating GoRoutines.mp4
19.8 MB
~Get Your Files Here !/2. Goroutines, the go keyword, and WaitGroups/2. Creating GoRoutines.srt
10.2 KB
~Get Your Files Here !/2. Goroutines, the go keyword, and WaitGroups/3. WaitGroups to the rescue.mp4
34.2 MB
~Get Your Files Here !/2. Goroutines, the go keyword, and WaitGroups/3. WaitGroups to the rescue.srt
12.9 KB
~Get Your Files Here !/2. Goroutines, the go keyword, and WaitGroups/4. Writing tests with WaitGroups.mp4
28.1 MB
~Get Your Files Here !/2. Goroutines, the go keyword, and WaitGroups/4. Writing tests with WaitGroups.srt
9.7 KB
~Get Your Files Here !/2. Goroutines, the go keyword, and WaitGroups/5. Challenge working with WaitGroup.mp4
12.1 MB
~Get Your Files Here !/2. Goroutines, the go keyword, and WaitGroups/5. Challenge working with WaitGroup.srt
3.8 KB
~Get Your Files Here !/2. Goroutines, the go keyword, and WaitGroups/5.2 go-concurrency-0240-goroutines-4.mp4
21.1 MB
~Get Your Files Here !/2. Goroutines, the go keyword, and WaitGroups/6. Solution to Challenge.mp4
27.2 MB
~Get Your Files Here !/2. Goroutines, the go keyword, and WaitGroups/6. Solution to Challenge.srt
7.6 KB
~Get Your Files Here !/2. Goroutines, the go keyword, and WaitGroups/challenge-1/go.mod
28 B
~Get Your Files Here !/2. Goroutines, the go keyword, and WaitGroups/challenge-1/main.go
785 B
~Get Your Files Here !/2. Goroutines, the go keyword, and WaitGroups/challenge-1/main_test.go
1.1 KB
~Get Your Files Here !/2. Goroutines, the go keyword, and WaitGroups/first-example/go.mod
30 B
~Get Your Files Here !/2. Goroutines, the go keyword, and WaitGroups/first-example/main.go
1 KB
~Get Your Files Here !/3. Race Conditions, Mutexes, and an Introduction to Channels/1. What we'll cover in this section.mp4
32.9 MB
~Get Your Files Here !/3. Race Conditions, Mutexes, and an Introduction to Channels/1. What we'll cover in this section.srt
6.8 KB
~Get Your Files Here !/3. Race Conditions, Mutexes, and an Introduction to Channels/10. Finishing up the Producer code.mp4
50.1 MB
~Get Your Files Here !/3. Race Conditions, Mutexes, and an Introduction to Channels/10. Finishing up the Producer code.srt
11.8 KB
~Get Your Files Here !/3. Race Conditions, Mutexes, and an Introduction to Channels/11. Creating and running the consumer ordering a pizza.mp4
47 MB
~Get Your Files Here !/3. Race Conditions, Mutexes, and an Introduction to Channels/11. Creating and running the consumer ordering a pizza.srt
10.3 KB
~Get Your Files Here !/3. Race Conditions, Mutexes, and an Introduction to Channels/12. Finishing up our ProducerConsumer project.mp4
24.1 MB
~Get Your Files Here !/3. Race Conditions, Mutexes, and an Introduction to Channels/12. Finishing up our ProducerConsumer project.srt
6.3 KB
~Get Your Files Here !/3. Race Conditions, Mutexes, and an Introduction to Channels/2. Race Conditions an example.mp4
17.7 MB
~Get Your Files Here !/3. Race Conditions, Mutexes, and an Introduction to Channels/2. Race Conditions an example.srt
7.1 KB
~Get Your Files Here !/3. Race Conditions, Mutexes, and an Introduction to Channels/3. Adding sync.Mutex to our code.mp4
12.4 MB
~Get Your Files Here !/3. Race Conditions, Mutexes, and an Introduction to Channels/3. Adding sync.Mutex to our code.srt
5 KB
~Get Your Files Here !/3. Race Conditions, Mutexes, and an Introduction to Channels/4. Testing for race conditions.mp4
16.5 MB
~Get Your Files Here !/3. Race Conditions, Mutexes, and an Introduction to Channels/4. Testing for race conditions.srt
5 KB
~Get Your Files Here !/3. Race Conditions, Mutexes, and an Introduction to Channels/4.1 source/mutex/go.mod
25 B
~Get Your Files Here !/3. Race Conditions, Mutexes, and an Introduction to Channels/4.1 source/mutex/main.go
632 B
~Get Your Files Here !/3. Race Conditions, Mutexes, and an Introduction to Channels/4.1 source/mutex/main_test.go
262 B
~Get Your Files Here !/3. Race Conditions, Mutexes, and an Introduction to Channels/5. A more complex example.mp4
67.7 MB
~Get Your Files Here !/3. Race Conditions, Mutexes, and an Introduction to Channels/5. A more complex example.srt
19.7 KB
~Get Your Files Here !/3. Race Conditions, Mutexes, and an Introduction to Channels/6. Writing a test for our weekly income project.mp4
14.4 MB
~Get Your Files Here !/3. Race Conditions, Mutexes, and an Introduction to Channels/6. Writing a test for our weekly income project.srt
4.8 KB
~Get Your Files Here !/3. Race Conditions, Mutexes, and an Introduction to Channels/7. ProducerConsumer - Using Channels for the first time.mp4
31.4 MB
~Get Your Files Here !/3. Race Conditions, Mutexes, and an Introduction to Channels/7. ProducerConsumer - Using Channels for the first time.srt
11.9 KB
~Get Your Files Here !/3. Race Conditions, Mutexes, and an Introduction to Channels/7.2 The ProducerConsumer problem on Wikipedia.html
124 B
~Get Your Files Here !/3. Race Conditions, Mutexes, and an Introduction to Channels/8. Getting started with the Producer - the pizzeria function.mp4
53.3 MB
~Get Your Files Here !/3. Race Conditions, Mutexes, and an Introduction to Channels/8. Getting started with the Producer - the pizzeria function.srt
15.1 KB
~Get Your Files Here !/3. Race Conditions, Mutexes, and an Introduction to Channels/9. Making a pizza the makePizza function.mp4
59.9 MB
~Get Your Files Here !/3. Race Conditions, Mutexes, and an Introduction to Channels/9. Making a pizza the makePizza function.srt
14.7 KB
~Get Your Files Here !/3. Race Conditions, Mutexes, and an Introduction to Channels/first-example/go.mod
30 B
~Get Your Files Here !/3. Race Conditions, Mutexes, and an Introduction to Channels/first-example/main.go
481 B
~Get Your Files Here !/3. Race Conditions, Mutexes, and an Introduction to Channels/first-example/main_test.go
450 B
~Get Your Files Here !/3. Race Conditions, Mutexes, and an Introduction to Channels/mutex/go.mod
25 B
~Get Your Files Here !/3. Race Conditions, Mutexes, and an Introduction to Channels/mutex/main.go
1.1 KB
~Get Your Files Here !/3. Race Conditions, Mutexes, and an Introduction to Channels/mutex/main_test.go
339 B
~Get Your Files Here !/3. Race Conditions, Mutexes, and an Introduction to Channels/producer-consumer/go.mod
254 B
~Get Your Files Here !/3. Race Conditions, Mutexes, and an Introduction to Channels/producer-consumer/go.sum
1 KB
~Get Your Files Here !/3. Race Conditions, Mutexes, and an Introduction to Channels/producer-consumer/main.go
2 KB
~Get Your Files Here !/4. A Classic Problem The Dining Philosophers/1. What we'll cover in this section.mp4
15.2 MB
~Get Your Files Here !/4. A Classic Problem The Dining Philosophers/1. What we'll cover in this section.srt
3 KB
~Get Your Files Here !/4. A Classic Problem The Dining Philosophers/1.1 The Dining Philosophers on Wikipedia.html
118 B
~Get Your Files Here !/4. A Classic Problem The Dining Philosophers/2. Getting started with the problem.mp4
29.8 MB
~Get Your Files Here !/4. A Classic Problem The Dining Philosophers/2. Getting started with the problem.srt
8.9 KB
~Get Your Files Here !/4. A Classic Problem The Dining Philosophers/3. Setting up our mutexes.mp4
29.7 MB
~Get Your Files Here !/4. A Classic Problem The Dining Philosophers/3. Setting up our mutexes.srt
8.4 KB
~Get Your Files Here !/4. A Classic Problem The Dining Philosophers/4. Finishing up the code.mp4
59.5 MB
~Get Your Files Here !/4. A Classic Problem The Dining Philosophers/4. Finishing up the code.srt
12.3 KB
~Get Your Files Here !/4. A Classic Problem The Dining Philosophers/5. Trying things out.mp4