Schematical

Helping CTOs running on AWS sleep at night

Master Your Infrastructure With Daily Tips


Key-Value Stores

Key-Value Stores

If the only place you store data, especially data accessed extremely frequently, is a relational database, then you are missing out on all the advantages of a key-value store like Redis running on AWS Elasticache

Focusing on your niche or laziness?

Should developers and network engineers skill sets overlap?

Fail Forward Faster - 12 Startups In 12 Months

Stealing Ideas From Peter Levels

Async/Batch Workers

If you have HTTP requests to your restful web server taking longer than 1 second, then you really should be doing some of that processing in a worker somewhere instead of in the web server