Looking for Advanced Example Projects with Testing and Observability in Effect
I've been using Effect for some time in production, but still have a lot to learn. Are there example showcase projects I can reference for a production-ready application? What I'm looking for is something that follows the controller-service-repository pattern, similar to this example: https://github.com/Effect-TS/examples/tree/main/templates/monorepo/packages/server
But I want to go further. Unit tests of business logic code, mocking out dependencies like the repository layer. Observability. And maybe usage of the sql package