Published onJuly 31, 2023 ☕️ 6 min readURI Vs. URL Vs. URNInternetWhat is URI, URL, and URN? What are the differences between them? When should we use each of them?
Published onMay 29, 2023 ☕️ 3 min readContext in GoLangGoLangIn Go, the context package provides a powerful mechanism for managing the lifecycle of operations and propagating cancellation signals across goroutine.
Published onJuly 17, 2022 ☕️ 2 min readDatabase Design Fundamentals For Software Engineers | Schemas and InstancesDatabaseThe data which is stored in the database at a particular moment of time is called an instance of the database
Published onJuly 16, 2022 ☕️ 3 min readDatabase Design Fundamentals For Software Engineers | Data ModelsDatabaseA database model is a type of data model that determines the logical structure of a database.
Published onJuly 12, 2022 ☕️ 2 min readDatabase Design Fundamentals For Software Engineers | Benefits of using the database approachDatabaseIn the database approach, ideally, each data item is stored in only one place in the database. This is known as data normalization.