Understanding ASCII, Unicode, and UTF
Have you ever wondered about the differences between ASCII, Unicode, and UTF? Well, I have. Join me in exploring them!
Read more
Have you ever wondered about the differences between ASCII, Unicode, and UTF? Well, I have. Join me in exploring them!
Read more
Making the switch is not as hard as it sounds
Read more
Sort the Python import mess with the help of Ruff and pre-commit
Read more
Sooner or later, most of us need to change it. But why?
Read more
Although internationalized domain names are relatively uncommon, they cannot be ignored. But how can we work with them if DNS only works with domain names made up of ASCII characters?
Read more
Have you ever needed to figure out the pathname of a currently active URL? Next.js makes it a breeze.
Read more
Spoiler alert: it's not 320.
Read more
It's 255. But actually 253. Or is it?
Read more
Git is ubiquitous, but the ways of how people use it are not. Care to compare the toolsets?
Read more
The dreaded '[Errno 13] Permission denied' error and how to fix it.
Read more
Making GitHub do the dirty work.
Read more
Concurrency control is essential for databases. How does PostgreSQL implement it?
Read more
Git gives us a way to travel back in time. We have a responsibility to make these trips as smooth as possible.
Read more