Go

  • Published on
    Unique IDs are pretty much used everywhere and in every application. They are used to identify a user, a product, a transaction, a session, etc. That way we can, for example, assign a transaction made to a specific user, and not by mistake another one. In this article, I'll show you how I generate unique IDs in my applications and give them a second usage as well.
  • Published on
    I will explain what Go is and some of its core concepts so that you can get started with this programming language and have some references on how to start doing so!