Become a member
Sign in
christhebliss
christhebliss

christhebliss

hypercreative.

455 Following
179 Followers
·
  • Profile
  • Claps
  • Highlights

Highlighted by christhebliss

See more

From Running Redis Cluster on Kubernetes by Sander Ploegsma

… may not know, Redis Cluster is a set of Redis instances working together to make your data storage scale across nodes while also making it a bit more resilient. Data is automatically split across nodes and it supports a master/slave setup for increased availability in case of a failure. For more information, check t…

From How I automate all of the boring parts of my job with Create React App DevOps by James Y Rauhut

…nst port = process.env.PORT || 8080;
app.use(compression());

app.use(express.static('./build'));

app.listen(port, (err) => {
if (err) {
console.log(err);
return;
}

Claps from christhebliss

See more

Why you should not use Google Cloud.

Punch a Server

Why We Need More Simplicity in Our Lives

Maria Nicholas

10 things I learned making the fastest site in the world

David Gilbertson