[ $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 run@davids.sh

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

    5/24/2023, 10:55:31 PM #164

    👋 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

    5/20/2023, 11:51:33 PM #163

    👊 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

    5/17/2023, 6:48:14 PM #162

    **💄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

    5/4/2023, 7:36:50 PM #161

    **🤼‍ 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

    4/30/2023, 7:54:53 PM #160

    😳 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

    4/27/2023, 10:22:14 PM #159

    😡 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

    4/11/2023, 4:59:50 PM #158

    🫥 **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

    4/9/2023, 8:40:02 PM #157

    **🌟 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

    4/4/2023, 9:52:15 PM #156

    **👇🏾 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

    4/3/2023, 6:22:38 PM #155

    🐱 **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