mrevanzak
@mrevanzak
5 Skills
40 Total Stars
February 2026 Joined
Public Skills
effect-ts-anti-patterns
by mrevanzak
Use when reviewing Effect-TS code, debugging unexpected crashes, or optimizing concurrent operations.
effect-ts-concurrency
by mrevanzak
Use when performing parallel operations, rate limiting, or signaling between fibers in Effect-TS.
effect-ts-errors
by mrevanzak
Use when implementing error handling, validation logic, or custom error types in Effect-TS.
effect-ts-fundamentals
by mrevanzak
Use when implementing type-safe, composable, and testable applications using Effect-TS, specifically for service definition, dependency injection, and sequential async logic.
effect-ts-resources
by mrevanzak
Use when managing resource lifecycles (DB connections, file handles, sockets) where cleanup must be guaranteed despite failures, interruptions, or potential resource leaks.