The day I truly understood that no one is responsible for my life not my brother, not my friends, not anyone everything changed.
No one owes me money.
No one owes me a better life.
That realization made me push harder, even when there was no support.
If your app looks broken,
it might just be your frontend embarrassing your backend ๐ญ
Paystack was splitting payments perfectlyโฆ
I just wasnโt displaying the bank name.
I thought my Paystack integration was broken.
Payments werenโt showing correctly.
Spent hours debuggingโฆ
Only to realize:
๐ Nothing was broken.
Money was flowing.
My UI was lying.
The secret? Queue Name.
Queue and Worker connect through the SAME name in Redis.
Queue stores: job data
Worker watches: same queue
Connection: automatic ๐
Simple but powerful.
๐ I just built a job queue system for my fintech wallet API
The difference between junior and senior devs?
How you handle background tasks.
Here's what I learned ๐งต๐
โ The RIGHT way (what I built):
User clicks button
โ Job added to Redis (5ms)
โ User gets instant response โก
Meanwhile, a background worker:
โ Picks up the job
โ Sends the email
โ Auto-retries if it fails
Haven't been active because of my health for close to 2weeks but today I was able to achieve something integrated resend for email distribution also used redis and bullmQ for background jobs
Was a great success today even If I didn't spend a lot of time on it
Don't complain when you face seasons of loneliness. See them as a strategic time to discover who you truly are. When handled well, loneliness brings essential insights.
@aramp0x@eliana_jordan Thank you for this words
I tried vibe coding a project and till date that project has been abandoned because it's was causing me so much stress and burnout.
Built a Fintech Wallet API focused on real money logic, not just CRUD.
Features: โข Wallet system
โข Ledger accounting
โข Transfers
โข Idempotent APIs
โข Fraud flags
โข Background jobs
โข JWT auth
Stack: Node.js (TS), ExpressJS, PostgreSQL, Redis, Prisma v6, Docker, Swagger.
@lingodotdev Never liked to vibe code at all but I tried it
At some point I was feeling so losted and disconnected every now and then i will always be working on a bug I don't even know where it exist i wasn't learning and it was affecting mentally i had to stop ooo
Spent the past few days wrestling with Docker, PostgreSQL, Prisma, and TypeScript โ and came out on top.
From failed remote connections, password mismatches, container confusion, Prisma not generating, migrations breakingโฆ