Skip to content

Commit 9fdef4a

Browse files
committed
add september 2024
1 parent 6408387 commit 9fdef4a

2 files changed

Lines changed: 26 additions & 0 deletions

File tree

_meetups/2024-08-20-meetup.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ venue: cloudflare
1818
after: lazarus
1919
organizers:
2020
- joahg
21+
- kkipp
2122
---
2223

2324
Or: "How a Rails developer read the docs, achieved enlightenment, and learned to love React server components"

_meetups/2024-09-17-meetup.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
layout: meetup
3+
title: "Building Robust Applications with Effect: Mastering Return Types and Monads"
4+
slides:
5+
video:
6+
speakers:
7+
- name: David Bowman
8+
title:
9+
avatar: https://avatars.githubusercontent.com/u/42383060?v=4
10+
bio:
11+
email:
12+
homepage: https://www.theinnovationlab.dev/
13+
twitter: davidlbowman
14+
github: davidlbowman
15+
linkedin: davidlbowman
16+
sponsor: cloudflare
17+
venue: cloudflare
18+
after: lazarus
19+
organizers:
20+
- kkipp
21+
- joahg
22+
---
23+
24+
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.
25+

0 commit comments

Comments
 (0)