top of page
![[Series Golang] 4: Golang - Concurrency, Goroutines, Channels](https://static.wixstatic.com/media/d0f9c3_20e117c0557a4885b2b3e9204ece8d06~mv2.png/v1/fill/w_333,h_250,fp_0.50_0.50,q_35,blur_30,enc_avif,quality_auto/d0f9c3_20e117c0557a4885b2b3e9204ece8d06~mv2.webp)
![[Series Golang] 4: Golang - Concurrency, Goroutines, Channels](https://static.wixstatic.com/media/d0f9c3_20e117c0557a4885b2b3e9204ece8d06~mv2.png/v1/fill/w_454,h_341,fp_0.50_0.50,q_95,enc_avif,quality_auto/d0f9c3_20e117c0557a4885b2b3e9204ece8d06~mv2.webp)
[Series Golang] 4: Golang - Concurrency, Goroutines, Channels
In our previous articles, we explored what Golang is and why you should use it. Today, let's dive into concurrency, goroutines, and...
Duong Hoang
Jul 14, 20242 min read
0 views
0 comments
![[Series Golang] 3: Speeding Up - Golang - Struct, Pointer, Receiver, Interface](https://static.wixstatic.com/media/d0f9c3_b017e5a75f054e488ea22abd4a3a635d~mv2.png/v1/fill/w_333,h_250,fp_0.50_0.50,q_35,blur_30,enc_avif,quality_auto/d0f9c3_b017e5a75f054e488ea22abd4a3a635d~mv2.webp)
![[Series Golang] 3: Speeding Up - Golang - Struct, Pointer, Receiver, Interface](https://static.wixstatic.com/media/d0f9c3_b017e5a75f054e488ea22abd4a3a635d~mv2.png/v1/fill/w_454,h_341,fp_0.50_0.50,q_95,enc_avif,quality_auto/d0f9c3_b017e5a75f054e488ea22abd4a3a635d~mv2.webp)
[Series Golang] 3: Speeding Up - Golang - Struct, Pointer, Receiver, Interface
In this article, we will explore some essential concepts in Golang, including Struct, Pointer, Method, and Interface. These concepts will...
Duong Hoang
Jul 14, 20242 min read
0 views
0 comments
![[Series Golang]2: Overcoming Obstacles - Golang](https://static.wixstatic.com/media/d0f9c3_630f42a82a4d467194db70ba71ed8b30~mv2.webp/v1/fill/w_333,h_250,al_c,q_30,blur_30,enc_avif,quality_auto/d0f9c3_630f42a82a4d467194db70ba71ed8b30~mv2.webp)
![[Series Golang]2: Overcoming Obstacles - Golang](https://static.wixstatic.com/media/d0f9c3_630f42a82a4d467194db70ba71ed8b30~mv2.webp/v1/fill/w_454,h_341,al_c,q_90,enc_avif,quality_auto/d0f9c3_630f42a82a4d467194db70ba71ed8b30~mv2.webp)
[Series Golang]2: Overcoming Obstacles - Golang
In the previous article, we discussed what Golang is and why you should use it. Now, let's delve deeper into Golang. 1. Setup First, we...
Duong Hoang
Jul 14, 20244 min read
0 views
0 comments
![[Series Golang]1: Getting Started - What is Golang? Why Use Golang?](https://static.wixstatic.com/media/d0f9c3_c1f1b44839384acc8156906054fb8d80~mv2.png/v1/fill/w_333,h_250,fp_0.50_0.50,q_35,blur_30,enc_avif,quality_auto/d0f9c3_c1f1b44839384acc8156906054fb8d80~mv2.webp)
![[Series Golang]1: Getting Started - What is Golang? Why Use Golang?](https://static.wixstatic.com/media/d0f9c3_c1f1b44839384acc8156906054fb8d80~mv2.png/v1/fill/w_454,h_341,fp_0.50_0.50,q_95,enc_avif,quality_auto/d0f9c3_c1f1b44839384acc8156906054fb8d80~mv2.webp)
[Series Golang]1: Getting Started - What is Golang? Why Use Golang?
1. What is Golang? Golang, also known as Go, is a compiled language developed by Google. It aims to leverage multicore processor...
Duong Hoang
Jul 14, 20244 min read
2 views
0 comments
bottom of page