
Finding Duplicates Across Years: A DIY Workflow for Cleaning 300 GB of Photos
Finding "Duplicates Through Time": How I Cleaned Up 300GB of Photos Without Losing...
Subscribe to Denzyl's Newsletter
Get new articles and engineering posts delivered to your inbox.

Finding "Duplicates Through Time": How I Cleaned Up 300GB of Photos Without Losing...

I can't remember exactly when I started using Google Photos, but it’s been my go-to for a long time,...

Most PHP developers are stuck in a cycle of "throw-and-pray" error handling. You write a method, it...

Serializing in PHP is a way of converting a PHP object into a string. This string can be used in...

Have you ever been in a situation where you made a PR or MR and waited for a couple of seconds for...

This is the part(3) of a series. I suggest you read parts 1 and 2 before this one. In part 2, I...

This is part 2 of a series of my static analyzer for PHP. If you did not read part 1, I suggest you...

I keep reading everywhere that rust is fast, has memory safety guardrails, and is 1 of the most loved...