WeSearch

I Built a Modern Disk Cleaner as a Solo Dev — Here's What I Learned

·2 min read · 0 reactions · 0 comments · 19 views
#software#development#productivity
I Built a Modern Disk Cleaner as a Solo Dev — Here's What I Learned
TL;DR · WeSearch summary

Mahir Gündüz developed a modern disk cleaning application called Disk Mop as a solo project. The app is designed for both Windows and macOS, offering various features to optimize and analyze disk space. Disk Mop is free for core features, with a one-time payment option for advanced tools.

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) →
Opening excerpt (first ~120 words) tap to expand

try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3937864) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Mahir Gündüz Posted on May 18 I Built a Modern Disk Cleaner as a Solo Dev — Here's What I Learned #electron #productivity #opensource #sideprojects ## Why I Built Disk Mop I've been using CCleaner for years, but after the Avast acquisition it became bloated and lost user trust. CleanMyMac is great but costs $40+/year and only works on Mac. I wanted something modern, fast, cross-platform, and affordable. So I built it myself.

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)