Effect notes: caching
macwright.com·23h
Flag this post

Today has been a day of struggle with Effect. I probably spoiled it by saying nice things about Effect yesterday, which inevitably made today tougher. I’m also writing code to procrastinate from a writing task, or to let the writing thoughts percolate, so my mind isn’t calm at all.

Anyway, for fun I’m going to make some of my learning notes public.

All right, so today I’m trying to port one of Val Town’s healthcheck endpoints to use Effect. I think it’s a pretty place to start because it’s relatively unentangled with the rest of the application and it has some caching, timeout, and database logic.

Background (you can skip this part if you don’t care)

This endpoint has a migration checker i…

Similar Posts

Loading similar posts...