Testing From Trenches, An Unexpected Use Case For Strava
TL;DR This post is about how I discovered an essential feature of the Strava application. Context Based on his lifestyle change decision, Zeljko abandoned the Untapped application for Strava. Untapped…
Reading Club, Using a Yubikey for GPG and SSH
TL;DR How to set up Yubikey for GPG and SSH Yubikey The primary feature of Yubikey is for 2FA authentication. If Yubikey is supported as a 2FA device, after you…
How To Create Elm Record Model
TL;DR In the previous post, we learned Elm Record Type, an Elm implementation of key/value data pairs. Elm Record Type is a basic block for creating Elm Record Model. This…
Binary Data In Elixir
elixir, functional programming
TL;DR In the previous post, we explained how to use maps in Elixir. Today we discuss how Elixir handles fundamental computer datatype, binaries. This post is part of the functional…
Difference Between Software Fault, Error And Failure
TL;DR In the previous post, we commented on our answers for exercise Specification For Simple Function. Let’s move on and discuss how software fault, error, and failure differ from each…
What Is Thread Based Test Management
TL;DR Now that we know how to debrief exploratory sessions, let’s move forward and investigate James Bach’s idea of the Thread-Based Test Management. This is a part of the Exploratory…
What To Do When You Need To Estimate And Multitask
TL;DR In the previous post, we discussed how to estimate when team members work on several projects simultaneously. But In a real software project, there is high probability that you…
Reading Club, Penetration Testing Cheat Sheet
TL;DR In this week’s reading club, we share penetration testing Linux commands. Penetration Testing With penetration testing, we try to find a misconfiguration on the Linux machine. One penetration attack…
Elm Record Type
TL;DR In the previous post, we learned about the Elm application state so users could interact with our Picshare application. Today we explain Elm Record Type, an Elm implementation of…