There Is No Perfect Lifecycle For Your Project
TL;DR The project manager’s responsibility is to organize the work of product development. This is the project lifecycle. Read another post from the project management series. The post is based…
How To Define A Module In Elm
TL;DR Modules are way how to group Elm functions in meaningful groups. This post is part of the functional language series. In Elm, the module is starting block. Elm is…
Testing From Trenches, Information Widely Known Fallacy
TL;DR In this week, testing from the trenches series, we present widely known fallacy. It is when you refer to something without explaining what this something represents You assume it…
Why Is Quality Non-Trivial Measurement
TL;DR In software development, the most popular measurement is of the quality attribute. Here we explain why is software quality measurement non-trivial one. The post is aligned with the Black…