Tag: braindump
-
6 benefits how Vite can help your daily development cycle
Vite offers a streamlined, modern, and efficient approach to building your application. It reduces the time developers spend waiting for their applications to compile, leading to a better, faster development experience. It’s designed to start fast, update in real-time, and to produce lean production-ready builds.
-
Hamming distance and pHash with PHP and mySQL
Image fingerprinting, also known as perceptual hashing, is a technique used to identify similarities between different digital images. It involves creating a unique identifier or “fingerprint” for each image. This fingerprint is typically a string of numbers (a hash), generated such that it remains consistent even if the image undergoes minor modifications like resizing or…