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…
Testing From Trenches, LinkedIn Minimize Window Missing Feature
TL;DR This week we found the UX LinkedIn issue. It is related to minimize missing window feature. Javascript was “invented” to bring to the Browser applications desktop features. One of…
How To Measure Software Quality
TL;DR Measuring software quality seems hard at first. The reason is that the software development team is using numbers that are not related to software quality. And the root cause…
How To Secure Web Authentication
TL;DR This time we share with you excellent blog post The Web Authentication Arms Race – A Tale of Two Security Experts [source] that explains web authentication security techniques in…