Posts

Why Cloud Isn’t the Silver Bullet

 ·   1 min read

In European folklore, a silver bullet could kill even the most powerful supernatural creatures. By the 20th century, it became a metaphor for a simple, perfect, almost magical solution to a complex...

Snapshots vs Backups

 ·   1 min read

What is a snapshot? A snapshot is an image of your system/volume at a specific point in time. Snapshots and snapshotting technology is available on many enterprise technology systems e.g. Vmware. What...

API Gateway

 ·   1 min read

What is an API Gateway? An API Gateway is a API management tool that sits between a client and a bunch of backend APIs. Its primary role is to act as a...

What is a CDN?

 ·   2 min read

A content delivery network (CDN) is a bunch of servers distributed across the world which work together to provide fast delivery of internet content. Why use a CDN? Performance Research from fastly...

Load Balancing for Beginners

 ·   1 min read

What is Load Balancing? Let’s imagine we have a web application on a server (web server) that’s working fine for 100 users. Users simply go to fabapp.com to access this hypothetical web...