Bootstrap Studio - 0 views
Hint.css - A tooltip library in CSS - 0 views
Common webpage design mistakes - 0 views
Wappalyzer - 0 views
Apache Web Server on Ubuntu 14.04 LTS - 0 views
What is Growth Hack? « Blog.XDite.net - 0 views
Why it took a long time to build that tiny link preview on Wikipedia - Wikimedia Blog - 0 views
-
taken a few years for us to get this out to everyone
How To Benchmark HTTP Latency with wrk on Ubuntu 14.04 | DigitalOcean - 0 views
-
wrk, which measures the latency of your HTTP services at high loads.
-
Latency refers to the time interval between the moment the request was made (by wrk) and the moment the response was received (from the service).
-
Tests can't be compared to real users, but they should give you a good estimate of expected latency
What's the story behind the names of CloudFlare's name servers? - 0 views
-
what would happen if two people signed up the same domain at the same time?
-
we commissioned an artist to draw representations of the 100 name servers as if they were ninjas. While we've never done much with the drawings, we liked the metaphor of two ninja name servers protecting your website.
-
The servers in CloudFlare's infrastructure are configured to be able to respond to any request for any one of our customers.
- ...1 more annotation...
How to force HTTPS in a Laravel project? » Robin Dirksen - 0 views
-
nginx (preferred)
-
To force redirect a http url to https I use in some cases a middleware to handle the redirect. This is just a simple solution and don't require a change to the server or nginx configuration.
-
To force your HTTP website to be redirected to HTTPS, you can force it by changing your nginx configuration.
Why I Will Never Use Alpine Linux Ever Again | Martin Heinz | Personal Website & Blog - 2 views
-
musl is an implementation of C standard library. It is more lightweight, faster and simpler than glibc used by other Linux distros, such as Ubuntu.
-
Some of it stems from how musl (and therefore also Alpine) handles DNS (it's always DNS), more specifically, musl (by design) doesn't support DNS-over-TCP.
-
By using Alpine, you're getting "free" chaos engineering for you cluster.
- ...2 more annotations...
Provisioners Without a Resource | Terraform | HashiCorp Developer - 0 views
-
triggers - A map of values which should cause this set of provisioners to re-run. Values are meant to be interpolated references to variables or attributes of other resources.