2021, a year of reading

Last updated May 5, 2024 Published Jan 1, 2022

The content here is under the Attribution 4.0 International (CC BY 4.0) license

Reading is part of my routine, I try to read as much as the time allows me and in 2021 I could finally achieve the Goodreads challenge, reading 14 books throughout the year. In 2020, I shared the books I read, but I couldn’t meet my goal of 12 books.

Bookshelf from GoodReads

As I enjoyed writing about the 2020 books, I am doing the same style in 2021, here is a short list of the books I read and the references I came along the way. Some of those have their blog post just to go through the details and what are my thoughts.

Mathematics Education for a New Era: Video Games as a Medium for Learning

This book is in the intersection between math and education - and it’s focused on students who are just starting the university - Keith Devlin dives into the math history and the notation needed to get familiar with math formulas and also how to write them. I got this book from his MOOC (Massive Open Online Course) named: Introduction to Mathematical Thinking which holds the same contents as the book.

Semantic software design

Software architecture has always been of interest to me (C.A, architectural patterns ), maybe because it’s high-level characteristics and also how the industry makes it such an important fundamental. Even though, the book is named software design, it starts telling the software architecture history to contrast with the software design.

Deep work

Deep Work is one of these books that gets the name to be trendy. I got interested because I thought I could do more with the time I had available during the day, and my feeling was kind of correct for this book. In my opinion, it has more to do with focus and what you want to achieve, more than anything else. Deep work sounds like a good name for marketing.

Nonetheless, the content presented can be used for anything, really, not just work - focusing on today’s era is something difficult. The author also has a podcast where he invites people to talk about the book.

NodeJs design patterns

NodeJs Patterns is one of the books I will keep around, it is highly technical and went beyond what I understood about “patterns”. I had the idea that a book about patterns in nodejs would depict the patterns that appear in code bases while using nodejs, but the book goes beyond this simple definition and dives deep inside nodejs - how it works and how it affects the work that developers do.

From ES modules to the event loop, it covers end to end. Although is an awesome book I would not recommend it for beginners - this is a book for mid-senior developers.

Mindmap mastery

Talking about mindmap, Mindmap Mastery was the first book that I read that focused on building mindmaps - Mindmap, is also a way of learning, it helped me to understand that we could use the idea of the brain to depict our understanding about a subject. I also started to practice mind mapping, and the first that I built is depicted in the next section. I chose the book “Monolith to Microservices” because it was my current reading at the time.

Monolith to microservices

Sam Newman in this book goes from the big picture to the implementation in a concise way. As microservices become the trend in the software industry Newman in the book elaborates on strategies in which companies might need or not to adopt microservices.

The book also comes with some side resources, for example, on YouTube there is a chat that Sam Newman and Martin Fowler had about the book. In the video, Sam suggests that microservices are not something that every company should do, and if it does the reason should be crystal clear - microservices come with a downside in operations, traceability and increased dependency. That might be the reason why the monolith-first approach should be taken into consideration. That not that rare to see cases in which starting with microservices “goes wrong”:

Nevertheless, the book also inspired me to start drawing a mindmap as a companion to what I was understanding from the book and my gaps.

Last but not least, I also wrote about Yanaga’s book that covers migrating databases to microservices.

Software cratfsmanship

The craftsmanship community started in London, founded by Sandro and colleagues it is a community that gathers people together that care about their craft. Building software is hard, and it becomes harder to do so if even the people that do do not care.

The book has the title “Professionalism, pragmatism and Pride” - which resumes the essence of the book, being passionate about a craft sometimes means going the extra mile. Not only doing what is expected to do, or doing because someone told you to do so but it is coupled with actively thinking about the decisions that are made and how to make them.

While reading the book, it feels like it is a conversation between the author and the reader, and sometimes feels connected because of the anecdotes that the book has about software.

How to take smart notes

Learning for me has been a subject that is something I am interested in, I wrote about different topics in this area: Learning how to learn and The programmer’s brain. Taking smart notes, for me fits the learning category, as it depicts how smart tricks could improve the taking note process.

Kubernetes up and running

As docker became the standard for building and running containers, Kubernetes became the standard to orchestrate them in a production-like environment. Kubernetes is used and maintained by Google which gives it the credibility to be used across the globe. The book covers basics from pods, containers, minikube, setting up a local environment and everything in between. I would recommend this book to anyone who wants to get started with Kubernetes and already has knowledge about containers.

Accelerate

Accelerate is a book to puts some data into everything related to software development, in the book the 4 key metrics are used as a guide on what to measure and potentially become an innovative company.

I also wrote an entire blog post on my takeaways from the book and shared my opinion as well.

Extreme programming - 2ed

XP is one of my favorite books in 2021, even though I read it in the past it gave me another perspective rereading it, so I also did another blog post just for this book. There I share step by step on my notes around the points I got from the book.

The Pragmatic Programmer - 20th Year Anniversary

In this special edition, the pragmatic programmer not only updated the book content but also added some interesting new discussions.

Migrating to microservices database

Migrating to microservices is a short book that I will use as a reference for any kind of migration - not only microservices. The book depicts a few strategies for dealing with databases and highlights the importance of data in today’s era. I wrote an entire blog post around this subject as I would like to remember the thing I found most important from the book.

The programmer’s brain

The Programmers’s Brain was one of the best books of 2021 for me, it goes under the intersection between learning and programming, backed by research and also gives insights from the day-to-day of teaching young developers.

I also wrote about this book here in the blog, I tried to follow the same structure but went down to what I found important to apply in my daily work.