12 June 2023

12 June 2023

Understanding SameSite cookies 🔗

Everything you wanted to know about same-site, same-origin and cross-site cookies.

Git Merge – The Definitive Guide 🔗

Too much detail about how git merge works. The only time you might care is when there's a conflict, and then it's best to use VS Code to let you do the user-friendly way.

Big O Notation: A Simple Explanation With Examples 🔗

Finally an explanation of Big O that's interesting enough to let me understand it! And a cheat sheet in case you just need to memorize the complexity of common algorithms.