Golang
Golang pass by value VS pass by reference [Explained]
In conclusion, pass-by-value copies the value, but pass-by-reference provides the memory location.
Golang UDP Server and Client Example [Tutorial]
Step by Step instructions to set up golang UDP Server and Client with Examples
Golang TCP Server and Client Example [Tutorial]
Step by step instructions to setup golang TCP server and client with examples
Golang JWT (Json Web Token) Examples
In this tutorial we learned how to create HTTP Server and Client using golang JWT (JSON Web Token)
Golang regexp Examples [In-Depth Tutorial]
In the Python section, we have introduced some examples of working with regex (regular expression). In Golang, the built-in package regexp implements regular
