Life in Commits 💻
57 subscribers
194 photos
3 videos
16 files
46 links
Download Telegram
You know, I never expected this…

This was actually the first project I built right after I Learned JavaScript. I wasn’t trying to make something big — I just wanted to build something, you know? Something useful.

But honestly… I didn’t expect it to get real users. I didn’t expect people to download it, rely on it, or even message me about it. It was just me experimenting inside Acode and Termux, trying to see if I could make a Git clone tool work on a phone.

And seeing it get used even a few people that’s the part that makes me proud. It’s one of those small projects that gives you that feeling like, “Yeah… maybe I can actually build real things.”
Forwarded from Suiii
Life in Commits 💻
https://kalkidang.vercel.app
built with Vite, and adding meta tags using React Helmet didn’t take effect immediately. Because of this, I instructed the agent to add the meta description directly to the index.html file and "AlexDev Portfolio" this happen.
Forwarded from Frectonz
My problems with AI coding

1. Autocomplete

Your brain gets trained to wait for autocomplete to finish. Even when you know exactly what you want to write, it feels like a waste to type it yourself, so you pause and wait for the AI.

2. Code Gen via Prompting

I can’t predict the capabilities of these AI tools. Sometimes they knock it out of the park, and sometimes they just get confused. It makes every prompt feel like a gamble.
Forwarded from John Doe
Give him a break ; 😂

@johndoe_blog
Live stream started
Live stream finished (35 minutes)
Hey devs,

If you're using Better Auth backend in Flutter and struggling with the client packages — check out super_better_auth.

It's not official, but it's clean, supports Google + email/password + sessions properly, and actually feels production-ready.

Way better experience than the other ones I've tried.

Link: https://pub.dev/packages/super_better_auth

Used it in a real project — no regrets.

Who else is using Better Auth with Flutter? Share your setup 🙌
🔥2
Channel name was changed to «Life in Commits 💻»
debugging why the hell email automatically get verified when signing with google #better_auth #BetterAuth #super_better_auth
I’ve finished setting up authentication, got the user session and added a guarded route to verify email before navigating to Home with access to the user session via the current user provider.
#BetterAuth #Flutter #FlutterBetterAuthClientSDK #super_better_auth
1
I often use pgAdmin’s ERD diagram tool. I’m a very visual person, so seeing the database structure laid out as diagrams really helps me understand relationships, spot issues early, and think more clearly about the schema.


Do you guys use pgAdmin’s ERD diagram tool too? It’s honestly amazing especially when you’re visualizing your schema or documenting the database part of a project. It makes explaining and maintaining the structure so much easier.
1
Forwarded from an ania