Hi, I'm Ilya.

My name is Ilya Verbitskiy, and I’m a developer. Many years of work in IT have made me a person with a sense of humor and tact, an expert in obstacle racing and a stress-resistant coffee drinker, innovator and conservative in one person.

I am an optimist. It does not seem too much use being anything else. (Winston S. Churchill)

Hi, I'm Ilya.
Neo4j Cypher Cheat Sheet

Curious how Neo4j and Cypher stack up against traditional SQL? This post takes the classic Northwind database and reimagines it as a graph, offering a practical cheat sheet that translates common SQL queries into Cypher. Learn how graph databases simplify complex relationships, reduce the need for joins, and offer a more intuitive way to explore connected data—complete with side-by-side query comparisons and real-world use cases.

Learn more
Debugging DllNotFoundException on Linux and Containers or DLL Hell in 2023

How to debug runtime exceptions like 'System.DllNotFoundException: Unable to load shared library 'libSkiaSharp' or one of its dependencies. In order to help diagnose loading problems, consider setting the LD_DEBUG environment variable: Error loading shared library liblibSkiaSharp: No such file or directory' on Linux or containers

Learn more