Idea There are lots of people nowadays working remotely through their laptops in some quiet place within their home office. 🧑💻 While most of the time, we achieve great accomplishments, there are ...
Little celebrations for remote workers
Un-Wordle - A Toy Project
Wordle Back in 2021 Wordle was a pretty popular online trivia game. Players had six attempts to guess a five-letter word, with feedback given for each guess in the form of colored tiles indicating ...
Generics in Go
A few days ago we had a discussion about generics in Go and how we use them in the development process. So, the reason for this post is to explore the way that generics work and present some use c...
Testing 101
What is software testing Software testing is the act of examining the artifacts and the behavior of the software under test by validation and verification. Although software testing can determine...
Embedding VCS Info in Go binary
Binaries we produce from our applications are something like black boxes! When we create and distribute Go binaries we cannon distinguish somehow the version of the binary or any other metadata. U...