What Project Feedback And Testing Have In Common
TL;DR Feedback in the project is crucial because it helps us to know project status. We explain what is common to project feedback and software testing. Read another post from…
Pipeline Operator And Functions In Elixir And Elm
TL;DR Let’s explain the most exciting Elixir and Elm operator and how it operates with functions. This post is part of the functional language series. We have already learned how…
Testing From Trenches, Medium UX Trouble At The Stats Widget Boundary
TL;DR In this post, we explain what the root cause for the Medium issue with a shown date at the Stat widget boundary is. I cross-post Tentamen WordPress blog posts…
Measurement Could Also Use A Proxy
TL;DR As a software tester, you need to know what the proxy measurement is because this type of measurement is a widely used opportunity for disaster. The post is aligned…
How To Name Your Business
TL;DR If your plan is to start your own business, you will need your business name. Going independent was the best thing that happened to my career. You do not…
Project Lifecycle Types
TL;DR Each project is unique because it has to cope with different risks. This is why we have various project life cycles. Read another post from the project management series….
How To Define Function In Elm
TL;DR Let’s create our first Elm function that lives in a module. This post is part of the functional language series. Our task is to create function that will calculate…
How To Define A Function In Elixir
TL;DR It is time to meet the first-class citizens of Elixir, a function. This post is part of the functional language series. Function lives in a module. We have already…