Published onJanuary 18, 2023Module Federation - Typescript and Zodmodule-federationtypescriptwebpackzodBuilding a module federation application with typescript and zod by leveraging the FederatedTypesPlugin.
Published onDecember 28, 2022Nest JS Websockets - Rate Limiting and Acknowledgementswebsocketsnestjsreactsocket.iorate-limitingBuilding a chat application with Nest, React, and socket.io. Rate limiting and event acknowledgements.
Published onDecember 22, 2022Nest JS Websockets - Guards and Authorization with CASLwebsocketsnestjsreactsocket.ioauthorizationBuilding a chat application with Nest, React, and socket.io. Implementing attribute-based authorization with guards and Casl.
Published onDecember 11, 2022Nest JS Websockets - Pipes and E2E Validation with Zodwebsocketsnestjsreactsocket.iozodBuilding a chat application with Nest, React, and socket.io. This one is focused on pipes and end-to-end validation with zod.
Published onDecember 9, 2022Nest JS Websockets - Roomswebsocketsnestjsreactsocket.ioBuilding a chat application with Nest, React, and socket.io. This one is focused on rooms.