Testing From Trenches, macOS Notes Phantom Table
TL;DR This week we present you with a UX issue with macOS Notes application. macOS Notes Notes are applications for making notes that you get with macOS for free. My…
Reading Club, Beginning Sketchnoting
TL;DR This time we gave you a great introduction on how, to begin with, sketchnoting by James Thomas. Why Sketchnoting First of all, you will learn how to make plain…
Add Feature Comments To Elm Picshare Application
TL;DR In the previous post, we explored refactoring by moving business logic from the Elm view function. Today we are adding the Comment feature to our Picshare application. This post…
In Elixir, Many Operators Are Functions
elixir, functional programming
TL;DR In the previous post, we presented I/O Lists, the data type for creating data streams for IO devices. Today we move on Elixir operators, where many of them are…
Exercise On Software Testing Limitations And Terminology On Elixir Function
TL;DR In the previous post, we discussed is Test Case Obsolete In Modern Testing. With that, we finished the section on Software Testing Limitations And Terminology, and it is time…
Great List Of Software Testing Ideas
TL;DR Now that we have at our desks or desktops the legendary two-page Cheat Sheet on testing heuristics created by Elisabeth Hendrickson, James Lyndsay, and Dale Emery, let’s extend our…
Project Schedule Game Four, Sweep Under The Rug
TL;DR In the previous post, we defined the third project game, Queen Of Denial. Today we present game number four, Sweep Under The Rug. The post is based on a…
Reading Club, Football VAR Under Risk Storming Lens
TL;DR In this week’s reading club, we provide you an example of how to apply A Risk Storming Game on Football VAR system by Neil Syrett. Risk Storming is a…
Refactor Business Logic Out Of Elm View
TL;DR In the previous post, we explored refactoring the Picshare application using Type Aliases. Let’s keep refactoring by moving business logic from the Elm view function. This post is part of…