-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #163 from austinjavascript/joah/sep-2024
add september 2024
- Loading branch information
Showing
2 changed files
with
26 additions
and
0 deletions.
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,25 @@ | ||
--- | ||
layout: meetup | ||
title: "Building Robust Applications with Effect: Mastering Return Types and Monads" | ||
slides: | ||
video: | ||
speakers: | ||
- name: David Bowman | ||
title: | ||
avatar: https://avatars.githubusercontent.com/u/42383060?v=4 | ||
bio: | ||
email: | ||
homepage: https://www.theinnovationlab.dev/ | ||
twitter: davidlbowman | ||
github: davidlbowman | ||
linkedin: davidlbowman | ||
sponsor: cloudflare | ||
venue: cloudflare | ||
after: lazarus | ||
organizers: | ||
- kkipp | ||
- joahg | ||
--- | ||
|
||
Effect is a powerful library that enhances your TypeScript projects by focusing on robust return types, error handling, query retries, interruption management, and observability. With Effect, you can ensure that your functions return consistent and predictable types, making your code more reliable and easier to maintain. It also encourages treating errors as first-class citizens, allowing for graceful error handling and recovery. Additionally, Effect provides mechanisms for retrying queries and managing interruptions, ensuring that your application remains resilient in various scenarios. Finally, its observability features help you monitor and debug your application more effectively. Now, you can take your todo application to the next level and impress everyone with your overengineered masterpiece. | ||
|