Database
Database Normalization: Scratching the Database Surface
· ☕ 7 min read
Database normalization is the process of structuring a database, in accordance with a series of normal forms in order to reduce data redundancy and improve integrity. In other words, database normalization is basically breaking a table into two to prevent repetitive columns aka data redundancy.
https://d2kbulfv42d43j.cloudfront.net/2022/Q4/efficient.jpg

Introduction to BoltDB
· ☕ 5 min read
Some of the features of BoltDB is... It's ability to do concurrent reads. It's nature of being Go native, which means it can compile where Go can compile. Read more about it in the post.
https://d2kbulfv42d43j.cloudfront.net/2020/boltdb-logo.png