Building a modular monolith with Fastify
Join Matteo Collina at Node Congress 2023 as he discusses how to build a modular monolith with Fastify.
Node Congress 2023 is excited to announce that Matteo Collina will be presenting on the topic of building a modular monolith with Fastify. This session is perfect for developers who are interested in learning how to structure their codebase in a modular and scalable way using Fastify, a web framework for Node.js.
About Matteo Collina
Matteo Collina is a well-known developer and speaker in the Node.js community. He is the author of several popular open source projects and has spoken at numerous conferences around the world. Matteo is passionate about helping developers build better software using modern tools and best practices.
Session Details
In this session, Matteo will demonstrate how to create a modular monolith using Fastify, a high-performance web framework for Node.js. He will discuss best practices for structuring your codebase, managing dependencies, and designing a scalable architecture. Whether you are new to Fastify or a seasoned veteran, this session will provide valuable insights and practical tips for building a modular monolith with Fastify.
Don’t Miss Out
Node Congress 2023 is an event not to be missed for Node.js developers. With a lineup of industry experts and thought leaders, this conference offers valuable learning opportunities and networking experiences. Be sure to register for Node Congress 2023 and catch Matteo Collina’s session on building a modular monolith with Fastify.
That coding sessions was a perfect example of needing typescript
Awesome.
Fastify's plugin based architecture is a game changer, also it handle auth and other request based changes through plugins. You don't need to use middleware at all