$ 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 12/29)
π Product Market Fit for Technical Startups π± A classic startup - having a technical innovation gives a bonus, but it's not the main driver of the business: Uber, Facebook, Telegram A technical startup - is based on an advantage thatβ¦ read more
π§ **Everyone Needs a CTO π§ **In one popular product channel, a survey was posted to find co-founders, and interestingly, 80% of all applications are for a CTO. I assume that most often, people mean "Super β¦ read more
π§ "And what about drizzle?" π§ Great question in the comments to the previous post I even thought of making a post about Drizzle ORM as a follow-up to the previous one: "it's the second library we would haβ¦ read more
π We've found a great alternative to TypeORM, Prisma, and Knex π It's like, 2023, and Node JS is one of the most hyped and fastest-growing stacks, but damn, there's still no clear answer to: "What good ORM / Query Builder should β¦ read more
π Fastgen β a no-code backend we deserve **I once wrote about node-based programming β it's when you build an application's business logic using visual blocks. It's a working appβ¦ read more
π£ No Way Back or Life Without Rollback I recently started trying to work with a new, but very ambitious ORM drizzle. **And I stumbled upon a [thread](https://github.com/drizzle-team/dβ¦ read more
π Functional Oriented Programming (FOP) has been officially released! And I need your help https://fop.davidshekunts.ru After 2 years of writing, my book on FOP has reached v1.0 π This is still farβ¦ read more
π¦To Return or to Discard **Now, I'll be posting a series of summaries based on the above surveys. The coolest indicator in this survey is that 36% of respondents would like to return errors, but insteadβ¦ read more
**Comments + Markdown = π€ **One of the most important tasks in coding is to make it understandable for other developers and your future self. And for this, there are 3 main tricks: 1. Write simpler constructs. If / else, instead of teβ¦ read more
πͺ² Errors should be returned, not thrown In short, I used to approach this topic delicately, like "it's useful", "it would be cool if you did it this way", "well, if you decide to" and so on, but now I'm completely convinced that this β¦ read more