July Picks
“Random picks from all over the Internet”.
— Макс “такс такс“ Джаз (@maxjazzz) July 27, 2016
English
Articles
-
The Error Model This is a long read, but it will pay off. Error codes, unchecked exceptions, checked exceptions: The Good, The Bad and Ugly.
-
Synchronous communication for microservices: current status and learnings Learn why SoundCloud stopped writing client libraries.
-
Random notes on improving the Redis LRU algorithm “The key with the least probability of being accessed in the future should be removed from the data set. There is only one problem: Redis and other caches are not able to predict the future.”
Videos
- Intro to Architecture and Systems Design Interviews If you’re preparing for an interview, this video might help you in the architecture part.
На русском
Статьи
- Быстрые TCP сокеты на Erlang “В этой статье я предлагаю оптимизации, которые позволяют улучшить три составляющие работы с TCP: приём соединений, получение сообщений и ответ на них.”