Skip to content

Commit

Permalink
Merge pull request #163 from austinjavascript/joah/sep-2024
Browse files Browse the repository at this point in the history
add september 2024
  • Loading branch information
joahg authored Aug 26, 2024
2 parents 6408387 + 9fdef4a commit be88e99
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions _meetups/2024-08-20-meetup.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ venue: cloudflare
after: lazarus
organizers:
- joahg
- kkipp
---

Or: "How a Rails developer read the docs, achieved enlightenment, and learned to love React server components"
Expand Down
25 changes: 25 additions & 0 deletions _meetups/2024-09-17-meetup.md
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.

0 comments on commit be88e99

Please sign in to comment.