Migrating my project from MySQL to Postgres because of one cool feature
In previous posts, I wrote about my pet project - a URL shortener written in three programming languages. The prototype works well, but there is one issue: if many clients try to add new URLs concurrently, they can get the same short URL, and that's ...
mkrutikov.hashnode.dev2 min read