432 followers
Motorhead ๐๏ธ | GSW ๐ | Ex Hashnode | Software Engineer @hasura ๐ฅ๏ธ
What will be the output of the following code snippet? package main import ( "fmt" ) func main() { var s = "abcdรจ" ...
Introduction I found this hashnode article to be a great introduction to docker. It shows us how we can dockerize our app and run it as a container. I...