Titouan Créac'h
@titouancreach
Software engineer, functional programming lover, neovim enthusiast.
ID: 2187947161
11-11-2013 08:15:25
167 Tweet
81 Takipçi
442 Takip Edilen
I try to understand how Tailwind UI (Catalyst) works. I'm looking at the Pagination component, and I wonder why "numbers" are a ::before element absolutely positioned instead of simple div or li with padding ? Can someone (Adam Wathan) explain it to me like I'm 3yo ?
👀hookform/resolver v3.4.0 published with Effect-TS schema support Effect | TypeScript at Scale
How I replaced tRPC with Effect | TypeScript at Scale in a Next.js app router application : dev.to/titouancreach/…
Major update on testing with Effect | TypeScript at Scale module 🧪 Using Mock Service Worker 🇺🇦 and vitest with ConfigProvider and layers for dependency injection Learn how easy testing becomes with effect 👇 typeonce.dev/course/effect-…
The part 2 of : How I replaced tRPC with Effect | TypeScript at Scale rpc in a Next.js app router application is now available 🎉 dev.to/titouancreach/… Focused on streaming data !
Just put my first Free monad in production. My interpreter renders React components according my DSL. Thanks Alexander Granin and the book : functional design and architecture for the inspiration