add <<archived>> tag to imported posts

This commit is contained in:
Lukasz Skotarek 2020-04-02 17:16:02 +02:00
parent 5fac3f41ad
commit 83f14c8497
23 changed files with 23 additions and 0 deletions

View file

@ -4,6 +4,7 @@ author: dreat
layout: post
published: true
post_date: 2017-05-20 19:00:38
tags: [archived]
---
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.