How To Create Our Picshare Photo Decoder
TL;DR In the previous post, we learned how to safely decode JSON from a String with elm-JSON-decode-pipeline package. Today we apply this knowledge to create our Picshare Photo Decoder. This…
TL;DR In the previous post, we learned how to safely decode JSON from a String with elm-JSON-decode-pipeline package. Today we apply this knowledge to create our Picshare Photo Decoder. This…
elixir, functional programming
TL;DR In the previous post, we presented four ways how to do control flow in Elixir. Today we explain Elixir Pattern Matching Operator. This post is part of the functional…
exploratory testing, testivator
TL;DR In this post, we present you the story behind the Testivator, Session-Based Test Management Tool. The Story Software testers should be able to tell a story. This time, the…
BBST Foundations, introduction
TL;DR In the previous post, we explained the problem of Infeasible Test Requirements. Today we move on to Characteristics Of Good Coverage Criterion. We will introduce you to software testing…
TL;DR In the last post, we elaborated on fifteen brainstorming test idea challenges using this excellent paper: Bug Taxonomies: Use Them to Generate Better Tests [Vijayaraghavan, Kaner]. In today’s post,…
TL;DR Last time we presented We’ll Know Where We Are When We Get There, the ninth project schedule game. Today we talk about schedule tools worship, The Schedule Tool Is…
TL;DR About Autumn OnlineTestConf that is scheduled for next week, from 1st. – 3rd. December 2020. OnlineTestConf I registered for this online testing conference for the following reasons: program speakers…
Requesting faucet funds into 0xCF86536A4b637d00ffc3556589283C9A1f81d247 on the #Rinkeby #Ethereum test network. — Karlo Smid (@karlosmid) November 24, 2020 TL;DR In this week’s reading club, we present to you a fun…
TL;DR In the previous post, we learned about the practical usage of the Elm pipe operator. Today we will use elm-json-decode-pipeline package to safely decode JSON from a String. This…
elixir, functional programming
TL;DR In the previous post, we explain three ways how to run the Elixir script. Today we present four ways how to do control flow in Elixir. This post is…