📰 Monthly digests: January 2024
Dmytro Litvinov

Dmytro Litvinov @dmytrolitvinov

About: I am Dmytro from 🇺🇦 Writing about: 🐍 Python 💻 Software Development 💭 Practical tips and advice

Location:
Ukraine
Joined:
Nov 22, 2018

📰 Monthly digests: January 2024

Publish Date: Jan 23 '24
0 0

📰 Monthly digests: January 2024

Hey folks, we have not talked since August 2023 😱

So this digest is like a phoenix - reborn with new articles and knowledge inside 😎

So, what's new? Let's take a sneak peek at our fresh batch of articles! 👇

  1. 🆔 UUIDs are Popular, but Bad for Performance — Let’s Discuss Also good article Goodbye integers. Hello UUIDv7! In most cases small/mid projects will not see any performance issues such as big companies like Uber,Spotify,Netflix. In my cases at Django projects I leave id as BigIntegerField and add separate separate uuid field as UUIDField for not exposing to external my primary key.
  2. 🔄 Database Migrations - as always good summarised article by Vadim about working with database migration during a software engineer’s life . Links to complex database migration of others companies are included. Also not about Zero Downtime which every developer wants to have in their projects. There are also a lot of articles related to Django framework 🎸
  3. 👨🏻‍💻 How to communicate like a GitHub engineer: Our principles, practices, and tools

Quick reference guide:

Comments 0 total

    Add comment