Technical Leadership Book is Available

Table of Contents

Exciting Announcement: Technical Leadership Book Release

It is a great pleasure for me to share the information that today is the premiere of my book “Technical Leadership”.

You can buy it from Helion and I also encourage you to visit the book’s companion site at http://technicalleadership.pl. I am going to develop a technical leadership knowledge base there, so stay in touch.

(Text translated and moved from original old blog automatically by AI. May contain inaccuracies.)

Related Posts

Code Cleanup: Not Just About Refactoring

Introduction

Blogspot unfortunately disappoints me when it comes to publishing source code, which is especially important for topics concerning coding style. Perhaps some of you have experience or ideas on this matter. I use the tool http://formatmysourcecode.blogspot.com/2006/02/paste-your-text-here.html, but still, Blogspot occasionally distorts the post.

Read More

A Few Words About Naming – Methods (In Progress)

Note: This article is a work in progress!

Maybe the topic seems trivial and worn-out, as everyone knows that you need to create clear, unambiguous names. However, it’s still a greatly neglected area. Teams are still far from understanding that the most depends on naming. No refactoring has as much power as changing a name. It is primarily the names, if used correctly, that form what is called self-documenting code, creating a clear language in the source code of the system you are building.

Read More

Being Busy is an Easy Way

The Challenge of Simplifying Life

I have had a great opportunity to take part in a kind of experiment. I consciously got rid of most tasks from my personal and professional life that I considered not to be fully joyful and purposeful. What I expected was that I would be more focused on things that really matter to me and I could consciously choose what to do (and what not to do).

Read More