Latest Articles
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
Add different condition in Dockerfile [5 Methods]
handle different condition in dockerfile such as docker file if else condition, arg conditions, ARG vs ENV comparison with examples
Java WatchService Examples [Monitor Directory and Files]
The Java WatchService can monitor a Path for changes to any file or directory in the hierarchy. We can choose to receive events when files or directories are …
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. …
