How Little Instead Of How Much
TL;DR In the previous post, we find out how not to make a standard milestone error, making milestones about functional activities and not about deliverables. Today we put perspective on how…
TL;DR In the previous post, we find out how not to make a standard milestone error, making milestones about functional activities and not about deliverables. Today we put perspective on how…
TL;DR We added some style to application text along with our first photo. To not repeat the same code, we add a function that adds a photo. This post is…
TL;DR In the previous post, we explain what Elixir Lists are and when to use them. Today we reveal the recursion concept in Elixir Lists. This post is part of…
BBST Foundations, exercise, introduction
TL;DR In the previous post, we did an exercise about Beizer Testing Levels. Let’s do another exercise about the specification for a simple function. We will introduce you to software…
TL;DR Now that we know why we do exploratory testing let’s explore Bach and Bolton’s evolution of Exploratory Testing to understand why all testing is exploratory testing. This is a…
reading club, security testing
TL;DR SQL injection is when it is possible through the regular web application interface, run database query that application creator does want to be possible to execute. We share with…
TL;DR In the previous post, we learned how to make project estimates easier. In this post, you will find out how not to make a standard milestone error, making milestones…
TL;DR We already created Main module for our application. Let’s add some style to application text along with our first photo. This post is part of the functional language series,…
TL;DR In the previous post, we started to organize Elixir’s primary data type in Tuples. Today we explain what Elixir Lists are and when to use them. This post is…
BBST Foundations, exercise, introduction
TL;DR In the previous post, we discussed which testing activities could be automated to make testing less expensive. It is time to recap the first section from the book Activities…