Skip to content

Commit

Permalink
Add Episode 76 - fast-check by @dubzzz (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
cortinico authored Feb 21, 2024
1 parent ac546e3 commit 5d5b18a
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2024-02-06-075-docuseal.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ podcast_duration: "35:24"
podcast_length: 13918104
---

<iframe src="https://open.spotify.com/embed-podcast/show/4jV6Yoz7D38sZJlYMzJm3k" width="100%" height="232" frameborder="0" allowtransparency="true" allow="encrypted-media"></iframe>
<iframe style="border-radius:12px" src="https://open.spotify.com/embed/episode/0NzmK2w4Gk7ZyP9pF4dEJV?utm_source=generator" width="100%" height="352" frameBorder="0" allowfullscreen="" allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" loading="lazy"></iframe>

Time for a fresh new episode! This time we'll touch on a really different topic: **Digital Signing**. Joining us today is **Pete Matsyburka**, co-founder of [**Docuseal**](https://www.docuseal.co/).

Expand Down
75 changes: 75 additions & 0 deletions _posts/2024-02-21-076-fast-check.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
---
title: "#76 - fast-check with Nicolas DUBIEN"
excerpt: "Property based testing with fast-check and Nicolas DUBIEN"
author_profile: true

description: "Property based testing with fast-check and Nicolas DUBIEN"

header:
teaser: "/assets/images/header-single-episode.png"
overlay_image: "/assets/images/header-single-episode.png"
show_overlay_excerpt: false
overlay_filter: "0.6"
og_image: "/assets/images/episodes/76-cover.png"

date: 2024-02-21
permalink: /76/
redirect_from:
- /76/fast-check/
- /76/fast-check-with-nicolas-dubien/

podcast_image: "/assets/images/episodes/76-cover.png"
podcast_episode_number: 76
podcast_link: https://dts.podtrac.com/redirect.m4a/hosting.thebakery.dev/76-thedevelopersbakery-fast-check.m4a
podcast_duration: "TODO"
podcast_length: 17001957
---

<iframe src="https://open.spotify.com/embed-podcast/show/4jV6Yoz7D38sZJlYMzJm3k" width="100%" height="232" frameborder="0" allowtransparency="true" allow="encrypted-media"></iframe>

Time for a new episode of The Developers' Bakery! Today we're back talking about testing, but we'll have the opportunity to learn a new approach we haven't talked about in this podcast yet: **Property Based Testing**.

Joining us today is [**Nicolas DUBIEN**](https://twitter.com/ndubien), creator of [**fast-check**](https://fast-check.dev/), a library to write property-based tests for TypeScript and JavaScript.

Nicolas will guide us through the world of property-based testing, explaining how fast-check can help us to write tests that are offering better coverage of our code.

Enjoy the show 👨‍🍳

# Show Notes

- **00.00** Intro
- **00.45** Episode Start
- **01.09** Nicolas' Introduction
- **02.17** What is fast-check?
- **03.41** Property based testing
- **05.36** Generating inputs
- **08.57** Who can use fast-check?
- **11.11** Real world usages
- **14.22** fast-check to test fast-check
- **18.25** Readability of tests
- **20.43** Onboarding on property-based testing
- **22.57** The fast-check ecosystem
- **25.51** The history of fast-check
- **29.58** Who's maintaining fast-check?
- **32.12** Growing fast-check
- **33.01** Good first issues
- **35.18** What's next for fast-check?
- **39.50** Further reading
- **41.38** Where people can find you online?

# Resources

- <i class="fab fa-github"></i> [dubzzz/fast-check on GitHub](https://github.com/dubzzz/fast-check)
- <i class="fas fa-link"></i> [fast-check Official Website](https://fast-check.dev/)
- <i class="fas fa-link"></i> [fast-check Blog](https://fast-check.dev/blog/)
- <i class="fab fa-github"></i> [@dubzzz on GitHub](https://github.com/dubzzz)
- <i class="fab fa-twitter"></i> [@ndubien on Twitter](https://twitter.com/ndubien)

# Show links

- <i class="fas fa-link"></i> [Podcast Website](https://thebakery.dev)
- <i class="fab fa-spotify"></i> [The Developers' Bakery on Spotify](https://open.spotify.com/show/4jV6Yoz7D38sZJlYMzJm3k?si=AL3ske_0R_CKlEScMhYhug)
- <i class="fas fa-podcast"></i> [The Developers' Bakery on Apple Podcasts](https://podcasts.apple.com/us/podcast/the-developers-bakery/id1542849034)
- <i class="fab fa-google-play"></i> [The Developers' Bakery on Google Podcasts](https://podcasts.google.com/feed/aHR0cHM6Ly90aGViYWtlcnkuZGV2L3BvZGNhc3QueG1s)
- <i class="fab fa-twitter"></i> [@thebakerydev on Twitter](https://twitter.com/thebakerydev)
- <i class="fab fa-twitter"></i> [@cortinico on Twitter](https://twitter.com/cortinico)
Binary file added assets/images/episodes/76-cover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5d5b18a

Please sign in to comment.