Managing Backward Compatibility in Financial APIs: A Multi-Layered Feature Flag ApproachBreaking APIs? That's easy. Building them to evolve gracefully? That's where things get interesting. Having built payment systems that power both consumer apps and enterprise platforms across multiple industries, I've learned that maintaining API rel...Jan 13, 2025·4 min read
How to Build Reliable Fintech Systems: Key Technical Patterns You Need to KnowNov 26, 2024·10 min read
Leave Management system Node, MongoDB, ExpressNode.js is eating the world. Many of the largest companies are building more and more of their backend using Node.js, NODEJS IS GROWING WE ARE ALSO GROWING. This tutorial will take you step-by-step through building a fully functional Leave Management...Nov 22, 2020·7 min read
Creating a Subscription Application with Nodejs and MongoDBHey there,This tutorial will guide you step-by-step through building a fully functional subscription-based platform. Along the way, you’ll learn about Express.js, a web application framework for Node.js. What We’re Building. We’ll create a subscripti...Aug 3, 2020·2 min read
Upload Multiple images to cloudinary Node, MongoDB, ExpressHello there In this post we are going to create a backend Node JS server that uses the cloudinary library to upload multiple images at once because cloudinary doesn't support multiple images by default so we are going to find a way around it. Brace ...Nov 8, 2019
Seed MongoDB (mongoose-seed)Firstly What is database seeding? Seeding a database is a process in which an initial set of data is provided to a database when it is being installed. It is especially useful when we want to populate the database with data we want to develop in futu...Oct 25, 2019
Build An Authentication system with node, express, and MongoDBOver the years, I have been able to adopt an interesting approach to register a user as well as log in the user. Am delighted to share a few decision that has worked for me and I find useful and worthwhile. And I hope to get comments and more insight...Oct 24, 2019