Maxim Khimusov

Maxim Khimusov

Software developer
All activity
Maxim Khimusovstarted a discussion

Showcase: I built Dedupler - tool prevents duplicate files

The Problem: Users upload the same file multiple times, storage gets bloated, backups grow unnecessarily. The Solution: I built Dedupler - Laravel package that automatically prevents duplicate (https://github.com/maxkhim/laravel-storage-dedupler) file storage using SHA-1 hashing. How it works: - Every file gets a SHA-1 hash fingerprint - Only one physical copy is stored - Polymorphic...