$ 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)
π€¬ Deploy Tourette π€¬ How the eye was tempered #db #cicd #highload #deploy (continuation in comments) read more
π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
ππ½Refuse RabbitMQ, Kafka, and other queues ππ½ (continuation in comments) #rmq #kafka #mq #postgresql read more
π€ hyUnity π€ Freemasons have gone wild and decided to rob poor indie developers #gamedev #news #unity #godot (continuation in comments) read more
πΆπΎ First programming language πΆπΎ The question was so frequent that I have a specific answer (continuation in comments) read more
π Bun and even here messed up π #js #nodejs #bun read more
π₯§ Bun 1.0 is out π₯§ Well, it's out now #js #nodejs #typescript #bun read more
π© 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
π€ 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
Ⲡ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