Review book: Clean Code

Every programmer understands what Clean Code is and aspires to reach a level where they write code that is not only understood by machines but also by other people. As projects grow larger, maintaining and evolving code becomes increasingly complex, and writing clean code helps minimize risks and improve team productivity. It would be a major oversight if we didn’t systematize coding conventions and concepts in one place. Fortunately, this is not a new topic — it has existed for as long as programming itself. ...

07/03/2026

Review book: Let's Go Further

If you are a beginner in Go, this is the book I recommend you read when starting as a Backend Developer. However, this is not a book that teaches you the syntax of Go, but it will require you to have basic knowledge of Go. The book will guide you through building a web API with Go. Since the book is mainly for those who are new to building web APIs with Go, it will only cover CRUD. However, the amount of knowledge is quite good in terms of Backend in general. For example: ...

20/12/2025