Buchy
10.7K posts

Buchy
@dev_buchi
Professional Web3 Moderator | Engineer | Mod @BerfBased
127.0.0.1 Katılım Mayıs 2018
2.8K Takip Edilen1.8K Takipçiler

@akinkunmi My agent had full access to everything I have. My passwords oh, cloudflare dashboard, GitHub oh, server oh. All of them. Lol
English

@dannyclassi_c Great initiative but it doesn't work for production. you could implement a queuing system to retry failed jobs, like Kafka. Exponentially better than deleting user accounts.
English

Your registration endpoint shouldn’t leave orphaned users in the database when the welcome email fails to send.
The problem: user creation lives in PostgreSQL. Email sending lives in an external service. You can’t wrap both in a single database transaction.
The fix: if the email fails, delete the user and their invitation. This is the SAGA pattern. When a multi-system operation fails partway through, you compensate by undoing the completed steps.
Built this today in Go with Resend for email delivery and PostgreSQL transactions for the rollback.



English
Buchy retweetledi

@Akintola_steve just started learning it cos my job is building something with it and i think it's really worth the hype
English
Buchy retweetledi


@WebDesignerDebs @Tegadesigns I promise you, you have not done sh*t
no dey lie for clout
English

@Tegadesigns I have done $5k many months before but it’s not consistent yet oo,
May God help me cos ano even sabi how to farm like this
Even thou, I want to start farming, who go teach me 😂😂😂
English
Buchy retweetledi










