Concurrency is a methodology that we implement to enable a server to simultaneously handle/manage multiple requests and create an illusion that all the requests are…
Content Delivery Networks, also known as a CDN, is a “self-storage” for your website. Not only can you store things in your CDN, but they…
Welcome to part 4 of a multi-series post. If you did not read the last entry, you could find it here. For a quick recap:…
Welcome to part 3 in a multi-series post. If you did not read part 2, you could find it here. So now you should be familiar with: …
This is part 2 in a multi-series post. If you did not read part 1, you could find it here. Now that you are familiar with: …
Millions of users interface with an application daily; when they open their apps, they expect to see the right information immediately. A robust system handles…
In the past, developers have written monolithic applications. A monolithic application is a massive program written in one programming language. It handles different types of…
This Is part one of a multi-series post, if you did not read our intro please do so as it will give you a better…
Overview This is an intro to a multi-series post. In the initial few postings, we will be getting into web development basics, making our way…