How to Create a Simple Blockchain in Go
In this article, we will see how to build a simple blockchain in Go to understand the fundamental concepts of this technology.
Learn how to develop innovative solutions with the language created by Google.
In this article, we will see how to build a simple blockchain in Go to understand the fundamental concepts of this technology.
When working with Excel files in Go, you often encounter dates represented as serial numbers. This is the internal format used by Excel to store dates.
In this article, we will see how to build a simple ORM (Object-Relational Mapping) in Go to interface with a PostgreSQL database.