Backend with Fastify — Part 5 (Fastify Concepts, Project Structure, Custom Plugins, Login Route, Swagger)Now that we have our database set up and seeded in part 4, it's crucial to grasp some key concepts of Fastify before diving into application development. You can find the complete code for this part here Fastify Concepts Lifecycle and Hooks Fastify o...Jan 17, 2024·10 min read
Backend with Fastify - Part 1(Project setup with Typescript, Eslint, Husky, Prettier)Fastify is a relatively new framework. I have been working with it for a few weeks, and the development experience (DX) with it has been very pleasant. We will be building an application that allows users to save their favorite movies. This simple ap...Sep 14, 2023·4 min read
Deploying the Mosquitto MQTT Broker in an EKS ClusterMosquitto is an MQTT broker that is incredibly user-friendly and easy to use. I recently encountered a use case where I needed to deploy Mosquitto to an EKS cluster and make it accessible beyond the cluster’s network. Before diving into the deploymen...Jun 14, 2023·3 min read