Haki (@be_haki) 's Twitter Profile
Haki

@be_haki

A software developer and a technical lead. I take a special interest in databases, web development, software design and performance tuning.

ID: 2834924845

linkhttps://hakibenita.com calendar_today28-09-2014 09:32:44

1,1K Tweet

2,2K Takipçi

140 Takip Edilen

Haki (@be_haki) 's Twitter Profile Photo

🎙️I'm giving a talk this Monday on advanced indexing technics to make your database faster and more efficient. You are welcome! Free • Online • English • Monday, February 3, 2025 7:30 PM to 9:30 PM CET meetup.com/code-mavens/ev…

Haki (@be_haki) 's Twitter Profile Photo

I'm giving a talk this year in DjangoCon in Dublin☘️! I'm going to talk about concurrency issues, implicit behavior and lesser known gotchas with FKs in Django You're going to laugh, you're going to cry,you're going to say "Hell! how did we not know that" RT if you're going☘️

Haki (@be_haki) 's Twitter Profile Photo

Cool idea by one of my teammates - add a test to check that there are no pending migrations 👌👌👌 If there are pending migrations we forgot to generate, it fails with the output of `manage.py makemigrations --check`.

Cool idea by one of my teammates - add a test to check that there are no pending migrations 👌👌👌 

If there are pending migrations we forgot to generate, it fails with the output of `manage.py makemigrations --check`.
Haki (@be_haki) 's Twitter Profile Photo

Good read by pert5432 on the effect of column order on mview refresh time (x4, surprising...) Also includes a walk-through of how PG actually performs refresh - definitely not what I thought! pert5432.com/post/materiali… Via pgMustard 👍

Santosh kumar Patro (@santoshkpatro_) 's Twitter Profile Photo

Just watched an amazing talk by Haki diving deep into the intricacies of ForeignKeys in Django ORM + PostgreSQL 🔍🔥 youtu.be/l1xi_yKnhbE If you think FK is just a simple relation, this will change your mind. Covers nullable FKs, constraint behaviors, ORM quirks —