-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
Showing
3 changed files
with
76 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.