$ 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 18/29)
π€’ Stop using express / koa and start using ... When building absolutely any API, I need: 1. An API schema with introspection capabilities (transforming the schema into language typing) 2. A UI that demonstrates the API (e.g., swagβ¦ read more
π** Knex JS breaks logger** Knex is one of the most well-known libraries for working with SQL in NodeJS. And as expected, libraries of this kind can accept an external logger as input. BUT instead of simply calling the logger's functions,β¦ read more
π Query Encryption We found a solution, and I want to share it with you: The task was to add an extra layer of security to help (1) identify the user and (2) verify that the message content was not altered on its way to the server. Thβ¦ read more
π¬ Friends, I have a question for you: has anyone dealt with the problem of request signature encryption using symmetric or asymmetric encryption? Colleagues are developing a financial transaction service and have chosen HMAC (symmetric enβ¦ read more
Video on the course π₯ Advanced Node.js & TypeScript I decided to record another video to tell you a bit more about the upcoming course: https://www.youtube.com/watch?v=MUosEJXDvnk So β¦ read more
π₯ I'm launching the "Advanced Node.js & TypeScript" course π₯ Over the past six months, I've already run a closed stream of the course on Node.js + TS, and over the weekend, a new student joined me. And as they say: "It's more fun togβ¦ read more
λ Functional Oriented Programming (FOP) λ Those who read the previous post about "interim results" learned the plot twist: it turns out we were comparing not FP vs OOP, but FP + PP (Procedural Programming) vs OOP. FP and PP share the c⦠read more
π What FDD Will Teach You π Guys, I have one huge request: All these concepts and methodologies are, of course, very interesting and beautiful, but they are all needed to solve specific problems! I decided to compile a list of spβ¦ read more
π Intermediate results of OOP vs PP... oh, that is FP... or rather FOP... oops... π Link: https://fdd.davidshekunts.ru/fp-vs-oop/oop-vs-fp-conclusions So, it's time to sβ¦ read more
π° IT NEWS = FDD | REACT-NOTION-X | CALAMAR JS GAME | CLICKHOUSE + METABASE + YANDEX CLOUD First experimental issue of IT News The beginning turned out to be prolonged (the main part starts at 05:50), and also the chapters (timecodes) β¦ read more