Bookshelf

Here is a list of some awesome books I have read and definitely want to recommend for you to read.

"Go Systems Programming" by Mihalis Tsoukalos

Aug 2023

Never regret choosing this book as one of the materials to master the Go programming language. It provides nice code examples, good explanations, and a few handy tricks. A valuable resource

"Structured programming" by O.J. Dahl, E.W. Dijkstra and C.A.R. Hoare

Apr 2023

A cornerstone in programming literature, offering profound insights and timeless principles, this book is essential reading for programmers seeking a deeper understanding of structured, efficient code design. It feels like this book should be reread from time to time

"Thinking Forth" by Leo Brodie

Jan 2023

Timeless wisdom, endless inspiration. A must-read classic for every programmer. There is just nothing more to say.

"Grokking Algorithms" by Aditya Bhargava

Dec 2022

It is hard to find a more expressive and clear explanation of algorithm complexity and main algorithms, both for newcomers and for experienced individuals looking to recall some concepts. Don't hesitate, especially if you love cute drawings.

"Kubernetes in Action" by Marko Luksa

Nov 2022

Regardless of when this book was written, Mark Luksa is one of the men who was involved in the birth of Kubernetes. If you want to gain a good understanding of how Kubernetes works and what you can achieve with this technology, try taking a look at this book

"Clear Code" by Uncle Bob

Sep 2021

You've heard of Uncle Bob, haven't you? If not, you should fix that ASAP. This book can transform the nightmares people have while reviewing your code into sweet dreams. And remember, one of those people could be you, just two weeks after coding.