Hey, I'm Volod 👋

a Tech Lead atBlurifyand founder ofdyvertex.com

I love exploring new things — tech, tools, and ideas that make me think differently. I'm excited to be building dyvertex.com and see where it takes me. If you have a website or an idea you'd like to bring to life, feel free to reach out — I'd love to hear about it. Also, I built ariex.fit for myself, but if you have any ideas on how to improve it, just let me know.

GithubLinkedinProjectsTech I useContact me

Writing

AI

Claude

Codex

Copilot

rulesync

Jun 20, 2026

One source of truth for Claude, Codex, and Copilot

Different teammates use different AI agents, and each reads its own instruction file. rulesync keeps one set of rules, subagents, commands, and MCP config in sync across all of them.

Prisma

TypeORM

Drizzle

PostgreSQL

Benchmark

Performance

May 03, 2026

Prisma vs TypeORM vs Drizzle: a fair benchmark, every caveat, every footgun

I ran 12 scenarios on Railway against all three ORMs, dug into pg_stat_statements, fixed the unfair bits, and learned exactly why Prisma is slower, why TypeORM is leaner, and where Drizzle actually beats both.

Deno

Node.js

DX

Runtime

Mar 10, 2026

Would I choose Deno over Node.js for my own project?

After using Deno at work, here's my honest take on whether I'd pick it over Node.js for a personal project — spoiler: it's complicated.

REST API

GraphQL

tRPC

May 11, 2025

REST API, tRPC or GraphQL? What would you choose for your new startup?

Recently, I decided to bring one of my countless startup ideas to life, and I got stuck on choosing a communication protocol between the mobile app and the backend...

Monorepo

CI/CD

GraphQL

Codegen

Dec 30, 2024

Why monorepo changed our development approach

Every project begins with a simple idea and limited resources. Our startup was no exception...

Github Actions

CI/CD

Hooks

Dec 12, 2024

How to bankrupt your client or why you should avoid using "on push" events on Github Actions

Long story short, I almost bankrupted our client...

React Native

Expo

DX

Nov 30, 2024

Should I migrate bare React Native project to Expo?

The short answer is **no**. The long one - **it depends**...