TL;DR Here we explain Elm creator design decision to not support programming statements. This post is part of the functional language series, and it is based on a remarkable book…
TL;DR The primary purpose of Imports and Aliases in Elixir is to make your code more human-readable. This post is part of the functional language series, and it is based…
TL;DR On Windows 10 machine, for some time, I was receiving the error message in the modal window that Intel Graphics Control Panel Has Stopped Working. Click on Close the…
TL;DR We gave two examples of flawed software testing measurements using bug counts and code coverage. How can we effectively measure software testing? The post is aligned with the Black…
TL;DR In this week’s reading club, we suggest Seth’s Godin short but deep blog post: Been Done Before. The punchline is that exploratory work is more critical than an automated…
TL;DR We need to manage architectural project risk because it is not possible to select 100% suitable architecture at the start of a project. Read another post from the project…
TL;DR In your program, you will need to compare values. This post is part of the functional language series, and it is based on a remarkable book Programming Elm Build…
TL;DR Elixir language supports public and private functions. The private function could only be called from functions in the same module. This post is part of the functional language series,…
TL;DR This blog post describes a bad request issue with a search string that I found on the piaxabay service. I use the Pixabay service to find an appropriate image…
TL;DR To estimate the product ship date, the Weibull reliability model could be used. Why this will not work is explained in this post. The post is aligned with the…