abiodundev.hashnode.devMaximizing API Efficiency: A Guide to Using RedisIntroduction Redis is a powerful in-memory database that stores data in a key-value format. When integrated into your application, it can significantly boost performance and reduce response times, especially for frequently accessed data. This guide w...Jun 23, 2025·7 min read
abiodundev.hashnode.devEmbedded and Reference Documents: Understanding the Differences and Benefits.In this article, We are going to be discussing embedded and reference documents in mongoose and the details involved in both styles when using mongoose to model your database. What is an Embedded Document? Embedded documents are documents that are st...May 16, 2023·4 min read
abiodundev.hashnode.devStreamlining Your SQL Queries with Beginner-Level Stored Procedures.Introduction to Stored Procedure A stored procedure is a precompiled and stored database object that contains one or more SQL statements or procedural logic. It can accept input parameters and return output parameters or a result set. Stored procedur...Mar 24, 2023·4 min read
abiodundev.hashnode.devThe ABCs of NodeJS Security: Understanding Common TerminologyIntroduction Security as a developer refers to the process of developing software with security considerations in mind to minimize the risk of security breaches, data leaks, memory leaks, and other malicious and malware attacks. It involves designing...Mar 3, 2023·7 min read
abiodundev.hashnode.devUnlock the Power of Aggregation in MongoDB: A Beginner's Guide to Mastering Data AnalysisWhat is Aggregation? Aggregation in MongoDB helps to filter documents from top to bottom and it deals with metrics that have to do with getting proportion results. Importation of Aggregation. It gives you flexibility in how you want to output data. ...Jan 20, 2023·6 min read