Cache
Faster Response Time with Reverse Proxy Cache
These resources are then returned to the client as though they originated from the server itself (or servers themselves). While a forward proxy acts as an intermediary for its (usually nearby) associated clients and returns to them resources accessible on the Internet, a reverse proxy acts as an intermediary for its (usually [...]
Installing Nginx on Ubuntu 14.04 LTS with Server Side Caching
Nginx is one of the most popular web servers in the world and is responsible for hosting some of the largest and highest-traffic sites on the internet. It is more resource-friendly than Apache in most cases and can be used as a web server or a reverse proxy. Since this is our first interaction with the apt packaging system in [...]
System Administration
Install Tinc and VPN Setup on Debian & Ubuntu
Programming Patterns
JavaScript Design Patterns Introduction
Frontend Development