Skip to content

Commit a2cd257

Browse files
authored
Merge pull request #189 from austinjavascript/joah/add-april-and-may
add april and may 2025
2 parents 891282e + 929c7ca commit a2cd257

File tree

2 files changed

+50
-0
lines changed

2 files changed

+50
-0
lines changed

_meetups/2025-04-15-meetup.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
layout: meetup
3+
title: "Effect-TS: Engineering Reliable Open Source Systems"
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: Zilker Brewing Company
19+
organizers:
20+
- kkipp
21+
- joahg
22+
---
23+
24+
We'll explore the architectural patterns and practices for developing enterprise-ready open-source software using Effect-TS. The session will demonstrate how functional programming principles, through Effect-TS, provide robust solutions for complex enterprise requirements, including error handling, observability, and concurrency management.
25+
26+
Attendees will learn practical techniques for creating specialized effects, designing comprehensive error types, and implementing generation functions that enhance maintainability and scalability. The lecture will showcase these concepts through a HIPAA-compliant medical application lens, illustrating how Effect-TS elegantly addresses the stringent requirements of healthcare software—including audit logging, secure data handling, and regulatory compliance. The session will also cover advanced topics such as building observation services for telemetry and leveraging fiber-based concurrency to create responsive applications that maintain data integrity under load. By examining these enterprise patterns in Effect-TS, developers will gain valuable insights applicable to any industry requiring high reliability, security, and maintainability in their open-source software projects.

_meetups/2025-05-20-meetup.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
layout: meetup
3+
title: "Vibe Coding a Tamagotchi in Next.js"
4+
slides:
5+
video:
6+
speakers:
7+
- name: Andrew Njoo
8+
title:
9+
avatar: https://media.licdn.com/dms/image/v2/D5603AQFsSreCl2gSTQ/profile-displayphoto-shrink_800_800/profile-displayphoto-shrink_800_800/0/1710358509687?e=1753920000&v=beta&t=f590cwSR3lZW-rKKx8k21ZCHBfNPMo3HgKU713RwpV4
10+
bio:
11+
email:
12+
homepage:
13+
twitter:
14+
github:
15+
linkedin:
16+
sponsor: cloudflare
17+
venue: cloudflare
18+
after: Zilker Brewing Company
19+
organizers:
20+
- kkipp
21+
- joahg
22+
---
23+
24+
Ever wanted to build something just for the vibes? In this talk, I’ll walk through how I prototyped a Tamagotchi-style app using Next.js and TailwindCSS — not for a client, not for a launch, but just to explore joy in coding. We'll cover core frontend logic (state management, time-based updates), CSS animations, and light gamification. The goal isn’t perfection — it's flow, play, and remembering why we started coding in the first place. Expect code demos, a few laughs, and maybe even a virtual pet revival.

0 commit comments

Comments
 (0)