Published inJavaScript in Plain EnglishHorizontally Scaling Realtime ApplicationsWhen it comes to scaling, we have two options for adding extra computing power. Increase the size of a single server, or add more servers…Oct 29, 2023Oct 29, 2023
Building Event-driven Microservices with Node.js & KafkaEvent-driven microservices are a design pattern for building scalable and resilient software systems. Instead of traditional monolithic…Dec 21, 20221Dec 21, 20221
Published inJavaScript in Plain EnglishDoes Promise.all Execute in Parallel? How Promise.all works in JavaScriptDoes Promise.all run in parallel? How does Promise.all work and why it can’t run in parallelMar 2, 2022Mar 2, 2022
Published inJavaScript in Plain English12 JavaScript Tips & Tricks that I use Every Day + BonusThe JavaScript tips and tricks that I use regularly as a software developer.Jan 9, 20221Jan 9, 20221
Build & Deploy a Full Stack URL Shortener with Node.js, React, TypeScript & MongoDBFollow along as we build & deploy a full stack URL shortener with Node.js, React, TypeScript & MongoDBSep 20, 2021Sep 20, 2021
Passing Props From Child to Parent Component in React.jsTechnically it’s not possible to pass props up to a parent in the same way you pass props down to a child. However, this article is going…Aug 1, 20212Aug 1, 20212
Deploy Node.js application with Caddy, Docker & docker-compose on DigitalOceanDeploy your Node.js applications with Caddy, Docker & docker-compose for the easiest deployment you’ll ever see.May 9, 2021May 9, 2021
Build a REST API with Node.js, TypeScript & MongoDBA junior to mid-level developer-friendly guide to building a REST API with Mongoose, TypeScript & Node.js, with authentication and CRUD…May 9, 20211May 9, 20211
Published inJavaScript in Plain EnglishStrongly Typed Mongoose Models with Typegoose & TypeScriptLearn how to integrate Mongoose & TypeScript the easy way, with Typegoose.Feb 28, 20211Feb 28, 20211
Published inJavaScript in Plain EnglishBuild a Scalable GraphQL Server With NestJS, MongoDB & TypeScriptLearn how to build a scalable GraphQL API with NestJsm TypeScript and MongoDB.Jan 26, 20211Jan 26, 20211