๐ฃ
Ahh I am not even good with it but let me tell you what I have learned in this month long journey. consistency is more important than perfection ,always showing up even on the days you don't have any motivation or even when you doubt yourself. I learn atโฆ
This was a text I sent for a person who asked for advice a month after I create this channel and begin to learn.
And it become an advice and inpiration for myself today๐
And it become an advice and inpiration for myself today๐
๐3
rahwan
Let's name July 3 official SMA day gang, everyone is doing it apparently๐ @rahwanmakes
Happy SMA day for all channel ๐but not here ๐
Guys join this channel to get info about a bootcamp which is going to begin soon and you can learn in different sectors like front end,back end,AI,mobile app dev...
Stay tuned cuz they will announce the registration soon.
Hope it helps
Stay tuned cuz they will announce the registration soon.
Hope it helps
๐3
Forwarded from TechVibe
God really saved us today. ๐คฏ๐
It was raining really hard, and I was just working using my PC while it was charging. Then lightning struck our house. It was so strong that the flash came inside the house, and the shock came through my charger.
It hit me and my mom too. For a few moments, I couldn't even move my legs. I was really scared, but thank God I was okay after a little while.
The crazy part is that only my charger got burned. My PC is somehow still fine. I still can't believe what happened. It could have been so much worse. Today really reminded me how precious life is. I'm just thankful that we're safe๐
@devwitheyob
#random
It was raining really hard, and I was just working using my PC while it was charging. Then lightning struck our house. It was so strong that the flash came inside the house, and the shock came through my charger.
It hit me and my mom too. For a few moments, I couldn't even move my legs. I was really scared, but thank God I was okay after a little while.
The crazy part is that only my charger got burned. My PC is somehow still fine. I still can't believe what happened. It could have been so much worse. Today really reminded me how precious life is. I'm just thankful that we're safe๐
@devwitheyob
#random
โค10
What the hell is kana TV dramas ๐ญende zare eko nw yamayew especially the translation ๐ญ๐ญ๐
๐4
#Day05update
Not quite a productive day again gin today it's my fault,I took a nap gin like I slept for about 3hr ๐ญ(Actually I was reading a book then tried to take a nap yaw bezaw qerew enji๐)
When I woke up, again I continued to read some then began to watch drama I stopped last time like 2 or 3 weeks ago(Idk why๐คทโโ) but we will take this as hangul session also๐ค
I also solved one problem with the js part of that practice webpage๐
Ahh the fiction ,I still haven't begun, will read now ๐
And I was invited to some birthday party and attended ena I am a little bit tired๐
Good night ๐
#Levelupin90Days
@my_dev_diary
Not quite a productive day again gin today it's my fault,I took a nap gin like I slept for about 3hr ๐ญ(Actually I was reading a book then tried to take a nap yaw bezaw qerew enji๐)
When I woke up, again I continued to read some then began to watch drama I stopped last time like 2 or 3 weeks ago(Idk why๐คทโโ) but we will take this as hangul session also๐ค
I also solved one problem with the js part of that practice webpage๐
Ahh the fiction ,I still haven't begun, will read now ๐
And I was invited to some birthday party and attended ena I am a little bit tired๐
Good night ๐
#Levelupin90Days
@my_dev_diary
โค5๐ฅ1
Forwarded from Sambee ๐ (์๋น๐)
๐ 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
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
โค1
#Day06update
Today I was basically momโs full-time comedian ๐๐ We cleaned the house together, and she was laughing so hard at my every clumsy actions and talks.
Honestly, I didnโt even do that much because every time I tried to help sheโd be like: โแแญ แ แญ ๐ แ แแ แฐแ แฅ แแแแ แแ๐โ Especially when I tried to sweep ๐ญ๐
At some point in the middle of cleaning, I literally started dancing ๐ and invited her too ๐คญ๐ plus a bunch of other random things. But ngl, I was having so much fun because she was home ๐ค
After cleaning, I also read A LOT today. Like 50+ pages and Iโm still continuing because I genuinely canโt stop reading it โบ๏ธ๐
One more thingโฆ mom was trying to make me go to แแ แถ, but I accidentally fell asleep ๐ด Not intentional ginโฆ it worked so ๐(I hate or fear I don't know bcha to go แแ แถแฃแฐแญแ ...and stuffs)
Anyway, that was my day in rough summary ๐ What about you guys?
#Levelupin90Days
@my_dev_diary
Today I was basically momโs full-time comedian ๐๐ We cleaned the house together, and she was laughing so hard at my every clumsy actions and talks.
Honestly, I didnโt even do that much because every time I tried to help sheโd be like: โแแญ แ แญ ๐ แ แแ แฐแ แฅ แแแแ แแ๐โ Especially when I tried to sweep ๐ญ๐
At some point in the middle of cleaning, I literally started dancing ๐ and invited her too ๐คญ๐ plus a bunch of other random things. But ngl, I was having so much fun because she was home ๐ค
After cleaning, I also read A LOT today. Like 50+ pages and Iโm still continuing because I genuinely canโt stop reading it โบ๏ธ๐
One more thingโฆ mom was trying to make me go to แแ แถ, but I accidentally fell asleep ๐ด Not intentional ginโฆ it worked so ๐(I hate or fear I don't know bcha to go แแ แถแฃแฐแญแ ...and stuffs)
Anyway, that was my day in rough summary ๐ What about you guys?
#Levelupin90Days
@my_dev_diary
โค5๐ฅ3
"Teach you a lesson" ๐๐
Another banger to watch ๐ค
I will sleep after learning my lesson ๐ good night y'all
@my_dev_diary
Another banger to watch ๐ค
I will sleep after learning my lesson ๐ good night y'all
@my_dev_diary
โค3
Forwarded from Information Systems Hub ๐ป๐
๐ Registration is NOW OPEN! ๐
Ready to level up your tech skills this summer?
Join the IS Hub Summer Bootcamp and gain hands-on experience in:
๐ค AI
๐ป Frontend Development
โ๏ธ Backend Development
๐ฑ Mobile App Development
โจ Learn from experienced mentors.
โจ Build real-world projects.
โจ Grow your portfolio and skills.
๐ Register here
Don't waitโspots are limited!
#ISHub #SummerBootcamp #RegistrationOpen
Telegram|LinkedIn|YouTube | Tiktok
Ready to level up your tech skills this summer?
Join the IS Hub Summer Bootcamp and gain hands-on experience in:
๐ค AI
๐ป Frontend Development
โ๏ธ Backend Development
๐ฑ Mobile App Development
โจ Learn from experienced mentors.
โจ Build real-world projects.
โจ Grow your portfolio and skills.
๐ Register here
Don't waitโspots are limited!
#ISHub #SummerBootcamp #RegistrationOpen
Telegram|LinkedIn|YouTube | Tiktok
Forwarded from แคแฐ แ
แฑแต แฎแแแต แ แแแญแ
โค6
Another lesson:
Don't u ever study before exam week ๐
Ymren nw 2yrs witness is here
PS:this post doesn't include med students ๐
@my_Dev_diary
Don't u ever study before exam week ๐
Ymren nw 2yrs witness is here
PS:this post doesn't include med students ๐
@my_Dev_diary
โ6
Code & Coffee
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โฆ
Done watching it ena it's so cute๐ W bilenal
Check it out guys
Check it out guys
#Day07update
Today weโre judging the whole week together ๐ (sorry for the late update)
This week was actually really good. I read, learned, and saw a lot of things. I didnโt even leave the house the whole week, but I was still doing plenty inside.
Tech-wise, I confirmed Iโm solid with HTML and CSS ๐ and now Iโm focusing on JavaScript. Itโs going okay, just slower progress, and I keep taking breaks whenever I start doubting myself, then I come back again.
Book update ๐
I finished book 1 of Throne of Glass and Iโm already 90+ pages into book 2. The second book(Becoming) I didnโt read it for the last two days, but overall Iโm still progressing and Iโm grateful for that.
Hobby-wiseโฆ not much happening because passive learning doesnโt really work for me, so Iโll try to find a better approach this week.
Family time? Still on princess treatment ๐๐ genuinely having fun at home.
Overall, it was a good week. I know I have a lot to fix, but Iโll work on it step by step in the future.
Hope everyone is doing well too ๐ค
Have a nice week ahead.
#Levelupin90Days
@my_dev_diary
Today weโre judging the whole week together ๐ (sorry for the late update)
This week was actually really good. I read, learned, and saw a lot of things. I didnโt even leave the house the whole week, but I was still doing plenty inside.
Tech-wise, I confirmed Iโm solid with HTML and CSS ๐ and now Iโm focusing on JavaScript. Itโs going okay, just slower progress, and I keep taking breaks whenever I start doubting myself, then I come back again.
Book update ๐
I finished book 1 of Throne of Glass and Iโm already 90+ pages into book 2. The second book(Becoming) I didnโt read it for the last two days, but overall Iโm still progressing and Iโm grateful for that.
Hobby-wiseโฆ not much happening because passive learning doesnโt really work for me, so Iโll try to find a better approach this week.
Family time? Still on princess treatment ๐๐ genuinely having fun at home.
Overall, it was a good week. I know I have a lot to fix, but Iโll work on it step by step in the future.
Hope everyone is doing well too ๐ค
Have a nice week ahead.
#Levelupin90Days
@my_dev_diary
๐ฅ4
Morning morning โจ
Day 08/90
Another week another day๐ฅ
Wish u all productive week โค๏ธ
#Levelupin90Days
@my_dev_diary
Day 08/90
Another week another day๐ฅ
Wish u all productive week โค๏ธ
#Levelupin90Days
@my_dev_diary
๐ฅ4โค2