Category: Other Tutorials

Go Practice – Functions


Free Download Go Practice – Functions
Released 9/2023
MP4 | Video: h264, 1280×720 | Audio: AAC, 44.1 KHz, 2 Ch
Skill Level: Beginner | Genre: eLearning | Language: English + srt | Duration: 38m | Size: 69 MB
Join instructor Adelina Simion In this hands-on, interactive course to practice writing and performing basic functions in Go, the popular, statically typed, open-source programming language from Google. This course includes Code Challenges powered by CoderPad. Code Challenges are interactive coding exercises with real-time feedback, so you can get hands-on coding practice to advance your coding skills. Adelina helps you boost your skills as a Go programmer using five specific, query-focused coding challenges. Along the way, practice using basic functions, deferred functions, functions as parameters and return values, concurrent functions, and generic functions.

(more…)

Go Practice – Concurrency


Free Download Go Practice – Concurrency
Released: 09/2023
Duration: 27m | .MP4 1280×720, 30 fps(r) | AAC, 48000 Hz, 2ch | 52 MB
Level: Intermediate | Genre: eLearning | Language: English
Being proficient in concurrency can enhance your employability as a developer. With the rise of multi-core devices, being able to write code that executes multiple tasks simultaneously is becoming a crucial concept in modern programming. One of the most attractive aspects of Go for developers is its built-in concurrency, and in this course, Miki Tebeka tests your Go concurrency skills with a series of challenges. Learn to work with goroutines, channels, and even lower-level concurrency primitives like sync.Mutex. Follow along with Miki, compare your solutions to his, and see how your concurrency skills match up.

(more…)