How To Implement Update Function In Elm Model
TL;DR In the previous post, we learned how to add an Update Model to our Picshare application. In this post, we will write the Picshare update function but heart icon…
TL;DR In the previous post, we learned how to add an Update Model to our Picshare application. In this post, we will write the Picshare update function but heart icon…
elixir, functional programming
TL;DR In the previous post, we introduced Elixir First Class functions, Lambdas. Let’s see what Elixir Closure is. This post is part of the functional language series, and it is…
TL;DR In the previous post, we introduced the RIP (Reachability, Infection, Propagation) Model that we use for mapping failure to a fault. Today we give a definition for Test Case…
TL;DR Now that we know the second diagram, The Testing Is The Learning Loop, let’s explore Simon’s third diagram, Problems, Questions, Ideas, and Praises (PQIP). This is a part of the…
TL;DR In the previous post, we explain how to set duration for project iteration. Today we introduce the Inch-Pebbles estimation technique. The post is based on a remarkable book written…
exploratory testing, testing from tranches
TL;DR This post is how I identified the black display root cause problem of a new Samsung Smart Watch Active2. Business Case Last week I bought a Samsung S20 phone…
TL;DR Based on this excellent blog post, Many to many relationships with Ecto by Nuno Marinho, we successfully implemented many-to-many relations in our application. However, we needed a feature that…
reading club, security testing
TL;DR In this week of a reading club, we share The Cyber Security Body Of Knowledge. The CyBOK project aims to bring cybersecurity into line with the more established sciences…
TL;DR In the previous post, we learned how to add Elm View to our Picshare application. This post is part of the functional language series, and it is based on a…
elixir, functional programming
TL;DR In the previous post, we explained Elixir Strings. Let’s introduce Elixir First Class functions, Lambdas. This post is part of the functional language series, and it is based on…