Golang
Go comma ok idiom - How & When to Use?
The Go comma ok idiom is mostly used to Test for error on a function return, Testing if a key-value item exist in a Go map, Testing if an interface variable is …
Golang memdb Tutorial [With Examples]
golang memdb is a simple key value pair based in memory database. We learned how to create a database, insert records, query and then delete the records. …
Golang SQLite3 Tutorial [With Examples]
Golang sqlite tutorial with CRUD Operation. Executing commands on SQLITE database, Select statement, Insert, Read and Delete Operation with examples
Golang MongoDB Tutorial with Examples
Using mongo-driver and mgo package to use golang mongodb with examples to perform CRUD operations
Go Fan Out Fan In Concurrency Pattern Explained
In this tutorial we have explained the usage of golang concurrency patterns i.e. fan out and fan in using different examples
