Data 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…May 18May 18
Published inAWS in Plain EnglishWhat 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…Jul 7, 2023Jul 7, 2023
Published inAWS in Plain EnglishHow 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 💡Jan 11, 2023Jan 11, 2023
Published inAWS in Plain EnglishDeploy a Next.js Application on Amazon Amplify ServiceIntroductionJan 11, 20231Jan 11, 20231
Published inAWS in Plain EnglishHow to deploy a Dockerized Node JS(TypeScript) Application to Amazon EC2 Service — 20231. IntroductionJan 10, 2023Jan 10, 2023
Create 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…Dec 6, 2022Dec 6, 2022
CRUD 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…Jan 1, 2022Jan 1, 2022
How 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.Jul 31, 2020Jul 31, 2020