Joseph Ayobami·May 18, 2024Data Structure And Algorithm: Binary Search — Strategies for Solving Complex ProblemsBinary search is a fundamental algorithm used in computer science to efficiently search for a specific value in a sorted dataset. It…
InAWS in Plain EnglishbyJoseph Ayobami·Jul 7, 2023What is AWS Lambda?AWS Lambda is a serverless compute service provided by Amazon Web Services (AWS). It allows you to run your code without provisioning or…
InAWS in Plain EnglishbyJoseph Ayobami·Jan 11, 2023How to connect your domain from Namecheap to Amazon Route 53Do You Know — No one wants a Domain with thier name on it owned by somebody else 💡
InAWS in Plain EnglishbyJoseph Ayobami·Jan 11, 2023Deploy a Next.js Application on Amazon Amplify ServiceIntroductionA response icon1A response icon1
InAWS in Plain EnglishbyJoseph Ayobami·Jan 10, 2023How to deploy a Dockerized Node JS(TypeScript) Application to Amazon EC2 Service — 20231. Introduction
Joseph Ayobami·Dec 6, 2022Create and Configure the Auto Scaling Group in EC2Auto Scaling is an Amazon Web Service that allows instances to scale when traffic or CPU load increases. Auto-scaling is a service that…
Joseph Ayobami·Jan 1, 2022CRUD REST API with Node.js, Express, and PostgreSQLWorking with APIs to facilitate communication between software systems is crucial for modern web developers. In this tutorial, we’ll create…
Joseph Ayobami·Jul 31, 2020How to Build a Token Server for Agora Applications using NodeJSNote: This article was updated on 20-Dec-21 to use v2.0.0 of the Node.js token server.