How I Stopped Chasing Clients and Started Building Assets: A Technical Writer's Guide to Multiple Income StreamsIn 2020, I was in my final year at university, working as a frontend engineer at a fintech startup for 30k naira per month. My friend and I needed extra income and were literally hungry. Then we found this Indian blogger running Codesource who paid $...Jul 8, 2025
Optimize Your Node.js API with Clustering, Load Testing, and Advanced CachingImagine your Node.js application struggling to keep up as user requests pile up, creating a performance bottleneck that no developer wants to face. This is a common challenge in single-threaded Node.js applications. But fear not; robust solutions exi...Oct 19, 2023
Automating Code Review in Node.js with DeepSourceIn the fast-paced world of Node.js REST API development, maintaining high code quality often becomes a challenging task. Manual code reviews, although essential, can be time-consuming and might not catch every issue. This is where automated code revi...Oct 8, 2023
Real-World Applications of JavaScript ProxiesNot too long ago, we explored JavaScript Proxies and the Reflect API, discussing their benefits and illustrating their potential through a straightforward book rating application. The goal was to provide a gentle introduction to these powerful featur...Jun 22, 2023
The Essential Guide for Aspiring DevOps EngineersIn becoming a proficient DevOps engineer, one quickly realizes a profound truth: to automate anything effectively, you first need to understand how to do it manually. This principle is particularly relevant regarding system administration, a critical...Jun 12, 2023
Boost Your App's Performance and Avoid Costly Errors with Sequelize Mocking Made EasyUnleash the Power of Node.js and Sequelize IntegrationMay 23, 2023
Using SWR for Efficient Data Fetching in Next.js ApplicationsThis article was originally published here Fetching and rendering data from APIs is one of the core essentials of front-end development. The basic way of fetching data in JavaScript is to use local fetch or a third-party library like axios, input th...May 19, 2023