Appears on
Articles7
Building React micro-components with styled system
In this article, we would be learning about Styled system; a utility first styling library that works in tandem with css-in-js libraries such as Styled-com
How to build blazing fast APIs with Fastify and TypeScript
Fastify is a must use for all Node.js developers and I hope you give it a try in your next app.
Building an image gallery with Fastify and React
In this article, we would see how Fastify handles file upload as we build an image gallery using Fastify and React. We would work with Cloudinary and Fastify-multer a Fastify alternative to the express middleware multer.
Building modern APIs with Fastify, Graphql, and MongoDB
Both Fastify and GraphQL are great technologies that offer improved speed, flexibility, and easy code maintainability.
Fastify authentication strategy
Authenticating users to our application prevents the wrong people from gaining access to our service. Without strong authentication and proper implementation strategies, our service could be compromised. In this article, we would look at how to implement a custom authentication strategy in Fastify.
Building A Registration Form With Reactive Validation Using Alpine.js and Tailwind CSS
Alpine.js is a tiny JavaScript framework with no build steps but it provides all the tools needed to build a user interface. Alpine.js allows us to write declarative codes and with a size of about 6kb, it can be seen as a modern replacement for jQuery.
Building an image searching app using Alpine and Tailwind CSS
Alpine.js is a collection of 14 attributes, 6 properties, and 2 methods; you can think of it as jQuery for the modern web.
