Keith KadimaDeploying an Express app with NginxSo, you’ve built your awesome Express app and now it’s time to deploy it to the web. One of the most popular ways to serve Node.js apps is…Apr 2, 2023Apr 2, 2023
Keith KadimaHow to route API requests with NGINXTo route requests to the appropriate backend service based on the request path, you can use the location directive in your NGINX…Jan 5, 2023Jan 5, 2023
Keith KadimaWhat is the MVC software architectural pattern?The Model-View-Controller (MVC) software architectural pattern separates an application into three main components: the model, the view…Jan 4, 2023Jan 4, 2023
Keith KadimaHow to set up a load balancer with NGINXA load balancer is a piece of software or hardware that acts as an API gateway — distributes incoming traffic across a group of servers to…Jan 4, 2023Jan 4, 2023
Keith KadimaWhat exactly is an API gateway?An API gateway is a software layer that sits between your backend services and your API clients. Its primary purpose is to provide an…Jan 2, 2023Jan 2, 2023
Keith KadimaWhat exactly is a REST / RESTful API?If you’re a human being on earth at this point in time and you’re even slightly interested in tech, it would be surprising if you told me…Apr 30, 2022Apr 30, 2022