My article about #caching was published in @BadooTech blog.
The covered topics:
* Splitting cached data between several servers
* Parallel requests to update data
* ‘Cold starts’ and ‘warming up’ the cache
* Downtime handling
Millions of active users enjoy our dating apps per month on both mobile and desktop. That's a lot of #data! Victor explores some of the problems which can be encountered when working with cache in a large-scale system: https://t.co/eLUhf2igQc 👈 #ComputerScience#cache#server
Давным давно ничего тут не писал. Давайте посмотрим, получится ли вернуться.
Для начала хочу поделиться небольшим постом про постмортемы, который я написал в Телеграме - https://t.co/mFto6ZqMDG
Там кратко рассказываю что это такое, зачем они нужны и из чего состоят.
It's my article about partial mocks in PHPUnit, the problems with the usage of \PHPUnit\Framework\MockObject\MockBuilder::setMethods(), and how to avoid them.
Our senior PHP developer, Victor, wrote an article about some changes to mocking in the upcoming release of PHPUnit 10 💥
Read about the problems of using setMethods and migrating tests to the new version of PHPUnit on our tech blog:
https://t.co/MSfiOx5SMt
#PHP#Webdevelopment
Another experiment showing how influential Wikipedia is on the real world: Adding two paragraphs of text & nice pictures to randomly selected articles about small European cities led to an over 9% increase in hotel stays; the edit is worth $190k per year! https://t.co/G4gBvkY3cE
The State of Developer Ecosystem 2020 report is out now! Learn about developer community trends in our fourth annual report, which covers even more topics than ever before. #DevEcosystem20 https://t.co/NNFbK9RaEO
How Browsers Work: recommended reading
A series by @kosamari
1️⃣ https://t.co/r3007PZ5oR
2️⃣ https://t.co/MbZuXQS7ry
3️⃣ https://t.co/SAXOxyghDi
4️⃣ https://t.co/niWvNuXfik
Life Of A Pixel
https://t.co/oMcStJHmZ3
WebRender for Firefox by @linclark
https://t.co/ag9YMyWS6G
Ок, вчерашний speech был про мой путь 👟 в IT и отношение к нему 🙂
А сегодня поговорим про А/B тесты 📊
А/B тесты - это важная часть работы над продуктом.
Тест позволяют сравнить несколько версий продукта и определить, как изменения влияют на целевые показатели, конверсию📏📉
High-Precision Time: how to use fractional seconds in #MySQL and #PHP. Check out the latest post from Victor, one of our Senior PHP Developers! 🙌
#database
https://t.co/WD1SQK7ugr
a kid with a weird obsession can invest more free time into something than an adult might have in a decade
a nontrivial number of people I know are living off returns on human capital they accidentally created as 14 year olds
@brendt_gd I use the cheapest DO droplet for my small hobby project and have no performance problems too handling the similar spikes. This project even doesn't use caching.
On the other hand, its' logic is really simple, web requests are read-only and the dataset is updated from CLI only.