Posts tagged time
The Value of Spare Time

Nowadays, many people are focused on being effective workers, and they usually use the amount of working hours to measure their effectiveness. Sometimes it works, but it is only half of the truth. The other half is the spare time, specifically, how effectively people rest and recharge after work. Today I’d like to cover this second part.

Read More
From Chaos To Order

Project management is an organizational process of many external and internal activities to complete specific scope of work called the project. It is a common situation when the project is started in chaos with no understanding of requirements, the scope of work, or who participates in the project. Let us see how to organize that chaos.

Read More
On Importance Of Programming Interfaces

Software is built on top of programming interfaces. Every time an application has to contact any third party service (DB, mailing agent, API), it has to use a proper interface (and protocol) to do that. This article contains general thoughts on why interfaces are essential and how to use them properly.

Read More