$ 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 13/29)
👋 Svelte is moving away from TypeScript **and how this will change the world of typing **The news has already been discussed 100k times, but I'll jump on the hype train and tell you something interesting, based on 2 facts: 1. I never … read more
👊 When someone bashes Go, dad comes to be *bullish I stumbled upon an article where, in my opinion, they mindlessly trash Go. And I would have pas… read more
**💄The girl who did what we couldn't... **You know, I rarely experience professional jealousy: it's when someone has achieved what I can only dream of. And for me, it's: (1) creating used Open Source, (2) and making money from it. Alas, n… read more
**🤼 A Case for YDB and Why I Won't Be Using It Yet **YDB is a SQL database with auto-sharding and ACID consistency (but without relations), developed by Yandex and released as open source about a year ago In the comments to my previous p… read more
😳 And there are also serverless and edge databases... **I rewrote the post twice because it's hard to formulate, so I'll leave it as a "run through the top": **i. Where to deploy: **- Self-hosted – we rent a server, deploy and mai… read more
😡 Haven't figured out what Serverless is, and then Edge Functions come along I've been wanting to write about the differences between self-hosted, serverless containers, serverless functions, and now Edge Functions have arrived, so it… read more
🫥 **And Go sometimes turns into crap **Now that I've mentioned library analysis, a recent case perfectly illustrates what I wrote above: The Go Http package gorilla/mux was archived. It has 19k stars, is … read more
**🌟 Stars on JS Repositories 🦞 **In my previous post, I never once wrote "let's look at the stars" Because in JS, a library with a hyped concept gets swarmed by a flock of full-stack schoolers and they overuse it to death, and then anoth… read more
**👇🏾 How to Choose a Library Without Shooting Yourself in the Foot **You're looking at a library on Github and can't understand whether to use it or not I'll write down a set of actions that I take: – Read the release code – if the libra… read more
🐱 **Node.js + TypeScript + SQL = disappointment... but there's hope **I've been trying to find an optimal solution for working with SQL databases on Node.js + TypeScript for a long time As I've written before, I don't like ORMs, but what … read more