Ming LiChannel in GoChannel are the pipes that receive and send data among goroutines in Go. Channel, along with goroutine makes concurrent programming…4d ago4d ago
Ming LiHigher Order Function and Closure Function in GoIn this post, I will explain higher order function and closure function in Go, and also the relationship between higher order function and…Jul 8, 2023Jul 8, 2023
Ming LiHow to use Pointer in function and struct in GoIn this blog post, I will talk about how pointer works in function and struct in Go. If you are a beginner, you can check my another blog…Jul 4, 20232Jul 4, 20232
Ming LiPointers in Go for BeginnersA pointer is a variable that stores the memory address of another variable. This means that a pointer “points to” the location of where the…Jul 4, 2023Jul 4, 2023
Ming LiA Basic Introduction to Graph Neural NetworksGraph neural networks has gain much popularity recently. Many domains can be readily modeled as graphs, such as social networks, molecular…Dec 2, 2020Dec 2, 2020