Rust cheatsheet
Rust thingies ;)
Recent content in Dima Mikielewicz on Hi, I'm Dima
Rust thingies ;)
If you want to read about me and my experience more - https://dimamik.com/about If you want to play with the demo app - https://elixir-companion.dimamik.com Legion GitHub LegionWeb GitHub Software Mansion
BM25 (Best Matching 25) is a modern ranking function for full-text search that provides better relevance than traditional TF-IDF algorithms. Torus integrates BM25 search into your Ecto queries through the pg_textsearch PostgreSQL extension.
Oban, the job processing framework from Elixir, has finally come to Python. I spent some time exploring it, and here is how it works.
Over the last 6 months, AI adoption was exponential, but is it really all that useful? Will AI take more jobs?
Walk through adding semantic search to your application using Torus and PostgreSQL.
PostgreSQL query that recursively traces foreign key (FK) relationships to find all tables that indirectly or directly depend on a specific table and displays their ON DELETE actions.
Soft deletion strategy entirely within PostgreSQL. By combining views, rules, and constraints, you can keep your application code clean while preserving and managing soft deletes at the database level.
I love keeping memories, but sometimes they take up too much space. In this post, I'll walk you through how I reduced the amount of space my old videos take by about 30%.
Garbage collection, loss of sharing, how memory leaks can happen, and how memory in organized in ETSes and DETSes.
Talks and articles that I find cool
Best practices, derived from my own experience, that help us to enforce data consistency in a large production database (PostgreSQL and Ecto).