URI Vs. URL Vs. URN
What is URI, URL, and URN? What are the differences between them? When should we use each of them?
Writing
Notes on engineering, product work, leadership, and the practical details that make software better.
What is URI, URL, and URN? What are the differences between them? When should we use each of them?
In Go, the context package provides a powerful mechanism for managing the lifecycle of operations and propagating cancellation signals across goroutine.
The data which is stored in the database at a particular moment of time is called an instance of the database
A database model is a type of data model that determines the logical structure of a database.
In the database approach, ideally, each data item is stored in only one place in the database. This is known as data normalization.