♾️🔁❌How to Avoid Infinite Loops when Updating State in ReactI am building a Mortgage calculator, where a user can enter either Down-Payment amount or percentage and either one will update the other. After struggling with implementation for some time I eventually figured out how to get this working right. In t...Feb 15, 2023·4 min read·51
Quickly deploy JS apps with Cyclic. A free tier with no wake-up time... 🤑🤩Jan 20, 2023·2 min read·261
A Comprehensive Guide to MongoDB Schema Options and Parameters w/ examples.Mongoose offers a wide range of options and parameters that allow you to customize the behavior of your schema to suit your needs. In this post, I'll go over all of the available options and parameters and explain how and when to use them. 🔹 type: T...Jan 16, 2023·10 min read·884
Image Uploads and Storage in MongoDB: A Step-by-Step Guide with Multer and GridFSUploading images and storing them in MongoDB can be a bit tricky at first, but with the help of Multer and GridFS, it becomes a lot simpler. Multer is a middleware for handling multipart/form-data, which is used for uploading files. GridFS is a speci...Jan 15, 2023·4 min read·1.6K
decimal128 vs double in MongoDBChoosing the Right Calculator for Your MongoDB Numbers GameJan 13, 2023·2 min read·1.8K
Add a Custom Domain to Your Github Pages SiteA step-by-step guide to elevating your Github Pages site with your custom domain.Jan 11, 2023·2 min read·31