17 Apr, 2026

Redis Operations Explained: Choosing the Right Data Structure for the Right Problem

Photo by elwis musa tambuwun on Unsplash Redis is an in-memory data storage system that functions as a high-performance data store and is widely used to support apps speed and scalability. In modern app architectures, Redis is commonly used as an intermediate layer between apps and primary db. The apps first accesses Redis to read or […]

1 min read

Day 10: Create a Restful API with CRUD operations using Node.js and Express | By Dipak Ahirav | February 2025

Learn to build a fully functional Restful API with CRUD operations using Node.js and Express.js from zero. Welcome Day 10 of our Daily challenges of Node.js series! Today, we will focus on building a Restful API working Create, read, update and delete (CRUD) Operations. The REST APIs are the backbone of modern web applications, allowing […]

1 min read