How To Receive Data From REST API In Elm
TL;DR In the previous post, we solved the issue of missing stylesheets in our application. Today we map received photos from REST API into our simple Picshare application. This post…
TL;DR In the previous post, we solved the issue of missing stylesheets in our application. Today we map received photos from REST API into our simple Picshare application. This post…
elixir, functional programming
TL;DR In the previous post, we explained how to make pattern matching on Elixir Lists. Today we move on pattern matching Elixir Maps. This post is part of the functional…
BBST Foundations, introduction
TL;DR In the previous post, we introduced Directed Graphs that are an important foundation for many test coverage criteria. Today we explain what is Test-Path in the context of the…
TL;DR In the last post, we presented an example of risks related to software upgrade error. The idea was from this excellent paper: Bug Taxonomies: Use Them to Generate Better Tests…
TL;DR The last time we presented the scheduled game, 90% Done. Today we present well know the game, We’ll Go Faster Now. The post is based on a remarkable book…
TL;DR Many companies use Atlassian products. It starts with JIRA, and at some point, Confluence becomes a place for documentation. After some time, you will need to know how big…
TL;DR Nginx is a piece of software that is the entry point of many modern web applications. If you are a software tester and want to become an Nginx expert,…
TL;DR In the previous post, we learned how to handle Maybe Elm Value. But our Application did not show a like button. In today’s post, we explain how we solved…
elixir, functional programming
TL;DR In the previous post, we presented Variables In Elixir Pattern Matching. Today we explain how to make pattern matching on Elixir lists. This post is part of the functional language…
BBST Foundations, introduction
TL;DR In the previous post, we recapped some of the oldest software testing definitions. Today we introduce Directed Graphs that are an important foundation for many test coverage criteria. We…