CATEGORY

GO

Golang JSON Unmarshal Examples

Use golang json unmarshal to parse JSON data with simple and complex structured data and unstructured data with examples

By tuannguyen · 5 min read · GO

Golang FlashDB Tutorial- In Memory Database

Golang flashdb is an in memory database written in golang. Read, Write, Store, Update and Delete key and value content inside the database with examples

By tuannguyen · 6 min read · GO

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 …

By antonyshikubu · 6 min read · GO

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. …

By tuannguyen · 8 min read · GO

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

By tuannguyen · 9 min read · GO