How To Safely Decode JSON In Elm
TL;DR In the previous post, we added a feature for adding and storing picture comments. Comments were stored in Browser memory, and with page refresh, we lost all comments. Elm Application…
TL;DR In the previous post, we added a feature for adding and storing picture comments. Comments were stored in Browser memory, and with page refresh, we lost all comments. Elm Application…
elixir, functional programming
TL;DR In the previous post, we presented the most powerful Elixir Feature, Macros. Today we move on to modules and functions in runtime. This post is part of the functional…
BBST Foundations, introduction
TL;DR In the previous post, we explained the Exercise On Software Testing Limitations And Terminology On Elixir Function. Today we move on to the problem of coverage criteria for testing….
TL;DR Now that we know How to Break Software that has already been broken, we give you more testing ideas by presenting a Taxonomy Of Bugs for shopping cards created…
TL;DR We presented the fifth schedule game, Happy Date when the delivery date is enforced by sponsors in the previous post. In-Game Pants On Fire, you will bounce between two…
test strategy, testing from tranches
TL;DR In this week’s testing from trenches, we present you with a real testing problem. It is about finding errors in Book Manuscript For Asimov Foundations. Context Recently one of…
exploratory testing, reading club
TL;DR This week’s reading club presents you with a presentation from Doron Bar, Exploratory Testing In Practice. This presentation nicely covers what Exploratory Testing is and how to implement it…
TL;DR In the previous post, we have added the Comment feature to our Picshare application. We only displayed the comment input box, and today we are adding a feature for…
elixir, functional programming
TL;DR In the previous post, we presented Elixir operators, where many of them are Elixir Functions. Today we present the most powerful Elixir Feature, Macros. This post is part of the…
BBST Foundations, introduction
TL;DR In the previous post, we presented Exercise On Software Testing Limitations And Terminology On Elixir Function. In this post, we explain answers to this exercise. We will introduce you…