[ $davids.sh ] β€” david shekunts blog

$ echo "david shekunts β€” blog (notes || ideas || code)"

&& git pull github.com/Dionid \

&& tg message david_shek \

&& linked-in hire david-shekunts \

&& mail to [email protected]

$ ls ./posts/ (page 11/29)

    9/19/2023, 7:37:26 PM #188

    🀬 Deploy Tourette 🀬 How the eye was tempered #db #cicd #highload #deploy (continuation in comments) read more

    9/19/2023, 5:06:31 AM #187

    πŸ‘‘The Ultimate Approach for Realtime Systems: Chats, Games, IoT, and More πŸ‘‘ Throughout my career, I have deployed 3 chats and 6 IoT systems into production, and only now have I come to one important concept #top #highload #db #async #… read more

    9/15/2023, 11:27:26 PM #186

    πŸ–•πŸ½Refuse RabbitMQ, Kafka, and other queues πŸ–•πŸ½ (continuation in comments) #rmq #kafka #mq #postgresql read more

    9/14/2023, 9:03:09 PM #185

    πŸ€‘ hyUnity πŸ€‘ Freemasons have gone wild and decided to rob poor indie developers #gamedev #news #unity #godot (continuation in comments) read more

    9/14/2023, 2:40:40 PM #183

    πŸ‘ΆπŸΎ First programming language πŸ‘ΆπŸΎ The question was so frequent that I have a specific answer (continuation in comments) read more

    9/12/2023, 3:30:31 AM #182

    😐 Bun and even here messed up 😐 #js #nodejs #bun read more

    9/11/2023, 1:09:18 PM #181

    πŸ₯§ Bun 1.0 is out πŸ₯§ Well, it's out now #js #nodejs #typescript #bun read more

    9/9/2023, 3:04:05 PM #180

    πŸ’© Which programming language to choose πŸ’© **What I choose: **– Full-stack web application with a lot of business logic? TypeScript – Need faster IO or a terminal utility? Go – Need fine-grained memory management? Zig – Need to do some… read more

    9/8/2023, 12:58:06 AM #179

    πŸ”€ Auto-Scaling DB - Relations + XXX = Awesomeness πŸ”€ "Auto-Scaling DB" refers to an auto-sharded database in a master-master format (CockroachDB, YDB, ScyllaDB, Clickhouse, PlanetScale, etc.), which allows for writing a large amount o… read more

    9/7/2023, 1:48:07 AM #178

    ⏲ Go Defer in JS ⏲ In Go, there is a very cool defer operator that allows you to postpone the execution of any operation until the end of a function (regardless of whether it's a return or an error thrown at the current or lower leve… read more