Sambee 🐝
148 subscribers
295 photos
25 videos
14 files
130 links
Hey there! 🐝 It’s Sambee ..sharing thoughts, coding moments, designs, lessons, struggles, random ideas, and everything in between through this developer journey.Some posts might be relatable, some chaotic, some inspiring Anyway..welcome to my Hive 🀍
Download Telegram
Sambee 🐝
Photo
🐝 HiveClean: I shipped a real desktop app

okay so remember when I said I was building a file cleanup app? it's actually done now and you can download it.

why I built it:
every semester in university we download tons of course materials, assignments, past papers. then we forget about them. next semester comes, same thing. your Downloads folder becomes a graveyard of old files you'll never open again. your device gets slower. you keep thinking "I should clean this up" but never do it.
so I built HiveClean to solve that exact problem.



what is it?
HiveClean is a Windows app that finds and deletes junk files from your computer. it finds duplicate files, shows you space hogs, categorizes everything, and has a recycle bin so you can undo deletes. also scans your Telegram downloads separately.

what I actually built :

this isn't a tutorial project or homework. it's a real app with real features:
- scans 688 files in seconds using SHA256 hashing
- detects exact duplicates by comparing file contents, not just names
- saves your deleted files to disk so they persist after you close the app
- talks to Supabase (a real database) for user authentication
- packages into a Windows installer that works on any computer

I built both the frontend (what you see) and backend (how it works). wrote 2000+ lines of code. shipped it. packaged it. released it.

how to use it:

1. download HiveClean_Setup from the link
2. run the installer, click next, done
3. click "⚑ Scan Downloads" : it reads your Downloads folder
4. click categories on the left to filter (Videos, PDFs, Images, etc)
5. click checkboxes next to files you want to delete
6. click the red delete button, confirm
7. files go to the recycle bin (safe, can undo)
8. want to scan Telegram downloads too? click "Select Telegram Folder" then " Scan Telegram"

that's it. cleans up space without breaking anything.

The tech stack:
Electron + React + Vite + Tailwind + Node.js + Supabase (auth)


download it here:
https://github.com/sambee-coding/HiveClean/releases


this thing actually works. not a tutorial project. a real app I tried to clean my own downloads it works smoothly .

and thanks for my first tester @Mememe12334 who told me the features that wasn't working ..and i fixed it:)

let me know your experience folks
#buildinpublic #BeeProjectcs #HiveClean
πŸ”₯18❀‍πŸ”₯2
Sambee 🐝
Photo
I would love to know your experience if u tried it and also if you share it that's a W for me thanks 😊
❀1πŸ”₯1
"Believe you can and you're halfway there."

β€” Theodore Roosevelt

#HiveNotes
❀3
Forwarded from Built Savvy. (Samuel)
This media is not supported in your browser
VIEW IN TELEGRAM
Introducing Roast My Portfolio: A fun AI web app that brutally (but helpfully πŸ˜…) reviews your developer portfolio, LinkedIn profile, and Telegram channel.

Just paste your portfolio URL and switch between these modes to get the best experience.

β€’ Hilarious roast
β€’ Recruiter feedback
β€’ Senior engineer insights
β€’ Founder perspective
β€’ UI/UX review
β€’ A beautiful report just for you

Plus, the best portfolios and channels get featured depending on their score.

Try it out : Here

Ty for checking it out!
#RoastMe
@savvy_society
❀2
Sambee 🐝 pinned «🐝 HiveClean: I shipped a real desktop app okay so remember when I said I was building a file cleanup app? it's actually done now and you can download it. why I built it: every semester in university we download tons of course materials, assignments, past…»
not bad tbh ...the ai didn't go hard on me πŸ˜‚
πŸ”₯3πŸ‘1
Nice work @savvy_society anyway roasted enough with my on hands πŸ˜‚
❀2
Enough Buzzing

Every bee returns to the hive after a day of hard work.
Rest is part of the journey....not a break from it.
Recharge tonight so you can create something amazing tomorrow.
Good night folks πŸŒƒ

for those who stay until the last minute energy keep making it and burn the midnight oil ⚑
#NightBuzz
❀4
Good morning folks πŸ’› πŸ˜€ 😊

It's Sunday ✨️ ✨️ ✨️

መልካም αˆ°αˆα‰ α‰΅!
#MorningBuzz
❀4
What do you think of having an internet full day for your daily basis as a tech person?
Anonymous Poll
78%
Yeah I need it πŸ’―
0%
Am okay without internet while working on a project
17%
I don't need it full day
6%
It depends
🐝 profile glow-up
Just gave my GitHub profile a facelift new banner, cleaner links, and the "Hive Visits" counter is live (12 and counting )

If you've been following the build-in-public journey ..MezmurFlow,Moodify, HiveClean,, and whatever's cooking next lives here now: github.com/sambee-coding

Go say hi 🍯

SUNDAY BUZZING

@sambeecoding
πŸ”₯7❀1
Built Savvy.
Introducing Roast My Portfolio: A fun AI web app that brutally (but helpfully πŸ˜…) reviews your developer portfolio, LinkedIn profile, and Telegram channel. Just paste your portfolio URL and switch between these modes to get the best experience. β€’ Hilarious…
after roasted out enough i am thinking to upgrade my portfolio soon enough and roast again my portfolio with that tool lol and hopefully i am waiting for "roast your GitHub features too"
😁3πŸ”₯2
πŸ’―4
Forwarded from Code & Coffee (loza)
WUHUUUUUUUUUU!! πŸ₯³πŸŽ‰

Hey, my people! My first vlog is finally out. Thank God! ❀️
Man... that took a lot of work, for real. I really hope you enjoy it.
If you do, make sure to like, subscribe, and share the video it would mean a lot to me.

And a huge shout-out to @OFF_TG_LINE for making the thumbnail.

LINK
❀2
Enough Buzzing

Every bee returns to the hive after a day of hard work.
Rest is part of the journey....not a break from it.
Recharge tonight so you can create something amazing tomorrow.
Good night folks πŸŒƒ

for those who stay until the last minute energy keep making it and burn the midnight oil ⚑
#NightBuzz
❀2
🐝
Good morning, folks. πŸ’›

A new day. A new week. A fresh opportunity to grow.

May God bless this week with productivity, meaningful experiences, continuous learning, and the strength to level up every single day.

Wishing you a peaceful, productive, and wonderful week ahead. ✨

Happy Monday!

#MorningBuzz
❀2
HiveClean v1.0.1 Now with Linux support!
thanks to @Tetstack for the Linux AppImage contribution!
what's new:

βœ… Linux AppImage build support ( @Tetstack's PR)
βœ… Fixed the recycle bin ENOENT bug
βœ… Delete button now works reliably

for Linux users:

clone the repo and build locally:
bash git clone https://github.com/sambee-coding/HiveClean.git
cd HiveClean/hiveClean
npm install
npm run build:linux
the AppImage will be in the release/ folder.

what's next:
setting up GitHub Actions CI/CD so Linux (and eventually Mac) users get pre-built installers they can just download the app.. no building from source needed.
big thanks to @Tetstack making this real.

download Windows v1.0.1:
https://github.com/sambee-coding/HiveClean/releases/tag/v1.0.1

#BeeProjectcs
πŸ”₯2
😭5😁1