$ 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 14/29)
☹️ We need ORM again because of modern databases... I don't like ORM over SQL databases. My main complaint about most of them is that they create their own syntax, which you not only need to learn but also figure out what final SQL… read more
**🎩 Gentlemen, it appears we're in recursion... and the culprit is React 18 **In the early days of my frontend career, the frontend was generated through templating on the backend Back then, a "frontend developer" was called a "layout des… read more
**🤸 Flexibility is a crucial property of code **Tired of encountering the fact that each new feature forces you to refactor the entire codebase? It's time to be flexible! Most of us work in a very dynamic environment, where new requiremen… read more
🎥 **Looking for a frontend developer to assemble video and animation based on code **There are libraries that allow you to assemble videos and animations with code: 1. https://www.remotion.dev 2. [https://motio… read more
🧩 Node Programming **Node programming – languages/systems that allow you to visually assemble code logic from blocks, instead of text. This has been used for a long time in animation and effects creation, but has barely made its way i… read more
⛓ Why Kafka is so fast ⛓ Article on Medium Here are 2 p… read more
👢 "The Shoemaker Without Shoes" 👢 What do these 4 websites have in common? veed.iovidyard.comgetsharex.com[freescreenrecording.com](https://www.freescreenr… read more
🪐 Jupyter Notebook on Node.js + TypeScript 🪐 https://github.com/Dionid/JupyterNotebook.ts Sometimes I need to do analytics on a database or logs (whether it's a dump for marketing, tech… read more
🐘 PostgreSQL vs MySQL 🐬 https://www.youtube.com/watch?v=mg70LYuRS3I Article on Medium (with pictures) One of the best lectu… read more
🔍 Creating an Audit Log for PostgreSQL from Scratch 🔎 [https://www.bluelabellabs.com/blog/how-to-setup-automatic-audit-logging-in-postgres-using-triggers-and-trigger-functions/](https://www.bluelabellabs.com/blog/how-to-setup-automat… read more