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 - Golang (Go) Concurrency - Hands-On Guide
TORRENT SUMMARY
Status:
All the torrents in this section have been verified by our verification system
Practical Techniques for Efficient, Concurrent , and Scalable Software Development
What you'll learn
Learners will gain a solid grasp of fundamental concepts related to concurrency in Golang, including goroutines, channels, and synchronization mechanisms
Students will learn how to implement concurrent systems effectively
Participants will become proficient in detecting and mitigating common concurrency-related issues such as data races and synchronization problems
By the end of the course, learners will be equipped with the skills to optimize the performance of their Golang applications using concurrency
Requirements
Learners should have a good understanding of the fundamentals of the Go programming language
A basic knowledge of common data structures (arrays, lists, maps) will aid in understanding the examples and exercises involving concurrent programming
If You Need More Stuff, kindly Visit and Support Us -->> https://CourseWikia.com
Get More Tutorials and Support Us -->> https://FreeCourseWeb.com
We upload these learning materials for the people from all over the world, who have the talent and motivation to sharpen their skills/ knowledge but do not have the financial support to afford the materials. If you like this content and if you are truly in a position that you can actually buy the materials, then Please, we repeat, Please, Support Authors. They Deserve it! Because always remember, without "Them", you and we won't be here having this conversation. Think about it! Peace...
VISITOR COMMENTS (0 )
FILE LIST
Filename
Size
~Get Your Files Here !/1. Fundamentals of Concurrency in Golang/1. Goroutines Introduction and Basics.mp4
18.1 MB
~Get Your Files Here !/1. Fundamentals of Concurrency in Golang/1. Goroutines Introduction and Basics.srt
6.4 KB
~Get Your Files Here !/1. Fundamentals of Concurrency in Golang/1.1 goroutines.go
324 B
~Get Your Files Here !/1. Fundamentals of Concurrency in Golang/2. Goroutines.html
147 B
~Get Your Files Here !/1. Fundamentals of Concurrency in Golang/3. Mutex Ensuring Data Consistency.mp4
13.8 MB
~Get Your Files Here !/1. Fundamentals of Concurrency in Golang/3. Mutex Ensuring Data Consistency.srt
4.7 KB
~Get Your Files Here !/1. Fundamentals of Concurrency in Golang/3.1 mutex.go
271 B
~Get Your Files Here !/1. Fundamentals of Concurrency in Golang/4. Mutex.html
147 B
~Get Your Files Here !/1. Fundamentals of Concurrency in Golang/5. Condition Variable Coordination Between Goroutines.mp4
34.3 MB
~Get Your Files Here !/1. Fundamentals of Concurrency in Golang/5. Condition Variable Coordination Between Goroutines.srt
8.5 KB
~Get Your Files Here !/1. Fundamentals of Concurrency in Golang/5.1 condition_variable.go
609 B
~Get Your Files Here !/1. Fundamentals of Concurrency in Golang/6. Condition Variable.html
147 B
~Get Your Files Here !/1. Fundamentals of Concurrency in Golang/7. Wait Groups Synchronization and Completion.mp4
82.5 MB
~Get Your Files Here !/1. Fundamentals of Concurrency in Golang/7. Wait Groups Synchronization and Completion.srt
18.4 KB
~Get Your Files Here !/1. Fundamentals of Concurrency in Golang/7.1 waitgroups.go
1.1 KB
~Get Your Files Here !/1. Fundamentals of Concurrency in Golang/8. Wait Groups.html
147 B
~Get Your Files Here !/2. Advanced Concurrency Techniques/1. Atomic Operations Low-Level Synchronization.mp4
56.4 MB
~Get Your Files Here !/2. Advanced Concurrency Techniques/1. Atomic Operations Low-Level Synchronization.srt
17.8 KB
~Get Your Files Here !/2. Advanced Concurrency Techniques/1.1 atomic_operations-1.go
279 B
~Get Your Files Here !/2. Advanced Concurrency Techniques/1.2 atomic_operations-2.go
260 B
~Get Your Files Here !/2. Advanced Concurrency Techniques/1.3 atomic_operations-3.go
413 B
~Get Your Files Here !/2. Advanced Concurrency Techniques/2. Atomic Operations.html
147 B
~Get Your Files Here !/2. Advanced Concurrency Techniques/3. Pool Memory Allocation and Garbage Collection.mp4
39.9 MB
~Get Your Files Here !/2. Advanced Concurrency Techniques/3. Pool Memory Allocation and Garbage Collection.srt
12.1 KB
~Get Your Files Here !/2. Advanced Concurrency Techniques/3.1 pool.drawio
3.4 KB
~Get Your Files Here !/2. Advanced Concurrency Techniques/3.2 pool.go
510 B
~Get Your Files Here !/2. Advanced Concurrency Techniques/4. Pool.html
147 B
~Get Your Files Here !/2. Advanced Concurrency Techniques/5. Channels Communication Between Goroutines.mp4
63.7 MB
~Get Your Files Here !/2. Advanced Concurrency Techniques/5. Channels Communication Between Goroutines.srt
21.9 KB
~Get Your Files Here !/2. Advanced Concurrency Techniques/5.1 channel-1.go
265 B
~Get Your Files Here !/2. Advanced Concurrency Techniques/5.2 channel-2.go
405 B
~Get Your Files Here !/2. Advanced Concurrency Techniques/5.3 channel-3.go
195 B
~Get Your Files Here !/2. Advanced Concurrency Techniques/5.4 channel-4.go
191 B
~Get Your Files Here !/2. Advanced Concurrency Techniques/5.5 channel.drawio
3.4 KB
~Get Your Files Here !/2. Advanced Concurrency Techniques/6. Channels.html
147 B
~Get Your Files Here !/2. Advanced Concurrency Techniques/7. Select Multiplexing Goroutine Communication.mp4
43.4 MB
~Get Your Files Here !/2. Advanced Concurrency Techniques/7. Select Multiplexing Goroutine Communication.srt
11.4 KB
~Get Your Files Here !/2. Advanced Concurrency Techniques/7.1 select.drawio
4.3 KB
~Get Your Files Here !/2. Advanced Concurrency Techniques/7.2 select.go
912 B
~Get Your Files Here !/2. Advanced Concurrency Techniques/8. Select.html
147 B
~Get Your Files Here !/2. Advanced Concurrency Techniques/9. Review Recap and Practice.mp4
175.1 MB
~Get Your Files Here !/2. Advanced Concurrency Techniques/9. Review Recap and Practice.srt
34.3 KB
~Get Your Files Here !/2. Advanced Concurrency Techniques/9.1 review.go
5.5 KB
~Get Your Files Here !/3. Optimization/1. Data Race Detector Debugging Concurrency Issues.mp4
34.2 MB
~Get Your Files Here !/3. Optimization/1. Data Race Detector Debugging Concurrency Issues.srt
10.1 KB
~Get Your Files Here !/3. Optimization/1.1 drd.go
176 B
~Get Your Files Here !/3. Optimization/2. Context Managing Goroutine Lifecycle.mp4
88.3 MB
~Get Your Files Here !/3. Optimization/2. Context Managing Goroutine Lifecycle.srt
21.9 KB
~Get Your Files Here !/3. Optimization/2.1 context-1.go
576 B
~Get Your Files Here !/3. Optimization/2.2 context-2.go
617 B
~Get Your Files Here !/3. Optimization/2.3 context-3.go
521 B
~Get Your Files Here !/3. Optimization/2.4 context-4.go
606 B
~Get Your Files Here !/3. Optimization/2.5 context-5.go
809 B
~Get Your Files Here !/3. Optimization/2.6 context.drawio
3.8 KB
~Get Your Files Here !/3. Optimization/3. Context.html
147 B
~Get Your Files Here !/3. Optimization/4. Congratulations.mp4
11.6 MB
~Get Your Files Here !/3. Optimization/4. Congratulations.srt