$ echo "david shekunts — blog (notes || ideas || code)"
&& git pull github.com/Dionid \
&& tg message david_shek \
&& linked-in hire david-shekunts \
&& mail to run@davids.sh
$ ls ./posts/ (page 15/29)
How Notion Sharded PostgreSQL **https://www.notion.so/blog/sharding-postgres-at-notion In brief: * Sharding is a technique for splitting one database instance into multiple (sha… read more
**Video about Kafka Architecture **https://www.youtube.com/watch?v=-AZOi3kP9Js One of the best lectures about Kafka architecture: straight to the point, great to listen to at 1.75x speed, enou… read more
**Want a MasterCard for foreign purchases, and also with Apple/Google Pay? In short, I made one for myself and I'm extremely happy, it's a really cool thing: The Maps.me project allows you to open a non-custodial (I'll e… read more
**OOP Abstraction vs FP Pattern Matching **I'm slowly getting back on track and decided to write a short article with an interesting example of the difference between OOP and FP The more I used Pattern Matching, the more I fell in love wit… read more
🚜 About moving and for IT newcomers 🚜 I'll recover a bit and continue posting here about advanced development, but for now, I've started posting useful information about moving and for IT newcomers to a separate channel: [https://t.m… read more
🤴🏾 Axioms of Being a Team / Tech Lead. 1. Create Conditions for Delegation 🤴🏾 I've been managing teams for about 7 years now, and all my knowledge comes from (1) random articles, (2) my cool managers, and (3) personal experience. A… read more
🙏 Give up TypeORM, in favor of … 🙏 I have a lot to say about ORM in general, and especially on Node.js... I've worked with ORM on Golang, PHP, Python, C#, so I have something to compare. I'll start by immediately stating my position:… read more
✊ Yandex sold its main page and bought Delivery Club ✊ Wow, this is interesting: in short, Yandex sold its main page to the VK company group Now Yandex.ru leads to dzen.ru And Yandex's main page … read more
🥽 Snapshot Testing 🥽 I found a great article that discusses the features of snapshot testing using Jest: [https://samhogy.co.uk/2022/03/making-the-most-of-snapshot-testing](https://samhogy.co.uk/2022/03/making-the-most-of-snapshot-te… read more
💩 Node.js 18 – what's new **💩 **Link to full documentation Honestly? In my opinion, it's somewhat lacking: 1. [Built-in test implementation](https://nodejs.org/en/blog… read more