Raft Consensus: A Beginner’s Guide to Distributed Systems HarmonyUnlock the basics of Raft Consensus Algorithm, covering State Machine Replication, election triggers, and voting mechanisms.Feb 4Feb 4
Database High Availability using PGPOOL-IIPgpool-II is an amazing solution to increase your database availability. Pgpool-II is a proxy software that sits between PostgreSQL servers…Jan 2, 2023Jan 2, 2023
Use PostgreSQL for Graph Analysis — APACHE AGEYou can convert your existing relational database to a graph database by simply adding an extension.Dec 5, 2022Dec 5, 2022
Increase Mongo querying efficiency using Indexes.You can increase the speed of searching your document by using the idea of indexes in MongoDB. It will take some space but in the end, will…Sep 24, 2022Sep 24, 2022
Mongo commands every Developer should know.Following are some of the basic MongoDB commands to get started with mongo. I will show you how to create, update and query your first…Sep 14, 2022Sep 14, 2022
Write express controllers like a pro.Yeah I know these are not express controllers they are Nintendo’s 😅. But If you are bored writing the express controllers the boring way I…Aug 23, 2022Aug 23, 2022
This package will secure your web appWe will explain how to protect you MERN app by simply using the helmet package. But before we dive into this we should know what are HTTP…Aug 9, 2022Aug 9, 2022
WEP(Wired Equivalent Privacy)WEP(Wired Equivalent Privacy) is the wireless security protocol using the RC4 algorithm.Jun 13, 2022Jun 13, 2022
Flight Price Prediction Regression ModelIt was our end-semester project for our course on AI. We used the principles of machine learning to build a model that would be able to…Jun 12, 2022Jun 12, 2022