TL;DR In the previous post, we explain how to do the Inch-Pebbles estimation technique. Now you know to do skillful project estimation. But there is always a but. Other stakeholders do…
TL;DR Polly.JS is a standalone, framework-agnostic JavaScript library that enables recording, replaying, and stubbing of HTTP interactions. By tapping into multiple request APIs across both Node & the browser, Polly.JS…
TL;DR This post is a bug report for iPhone11 Pro iOS 13.7. When I set that the Camera application is not available on Lock Screen, Camera Application Icon disappears from…
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 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…
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…