“I've been practicing my humor! I watched an online tutorial!”— Rachel Specter, Audrey Wauchope, Valencia Perez, Gabrielle Ruiz, imdb.com
“Gin is a high-performance micro-framework that can be used to build web applications and microservices. It makes it simple to build a request handling pipeline from modular, reusable pieces. It does this by allowing you to write middleware that can be plugged into one or more request handlers or gro…”— Kulshekhar Kabra, semaphoreci.com
“Intelligent content caching is one of the most effective ways to improve the experience for your site's visitors. Caching, or temporarily storing content from previous requests, is part of the core content delivery strategy implemented within the HTTP protocol. Components throughout the delivery pat…”— Justin Ellingwood, digitalocean.com
“MySQL replication is the process by which a single data set, stored in a MySQL database, will be live-copied to a second server. This configuration, called "master-slave" replication, is a typical setup. Our setup will be better than that, because master-master replication allows data to be copied f…”— Digital Ocean Community, digitalocean.com
“MySQL cluster works best in a shared-nothing environment. Ideally, no two components should share the same hardware. For simplicity, and demonstration purposes, we'll limit ourselves to using only three Droplets. There will be two Droplets acting as data nodes which are syncing data between themselv…”— Anatoliy Dimitrov, digitalocean.com