added metadata, about and some post navigation

This commit is contained in:
Lukasz Skotarek 2020-04-02 22:28:57 +02:00
parent f9de954724
commit 59c253b296
29 changed files with 85 additions and 32 deletions

View file

@ -4,7 +4,8 @@ author: dreat
layout: post
published: true
post_date: 2017-05-20 19:00:38
tags: [archived]
tags: [archived, testing, software_engineering]
categories: [theory, tests, old_blog]
---
During ElixirConfEu in Barcelona, I learned about Property Testing. It looks pretty neat and it got me interested. Basics sound quite easy but theres more than meets the eye and Ive been reading/listening about it for a while.
As I dont feel comfortable enough to do a deep dive into the topic I will do an introduction to it. After I get a deeper understanding with some “real life” examples (or maybe doing them myself) I will write a follow-up.