₿wire
3.1K posts

₿wire
@bwirehq
Software Engineer Researching • Building • Sharing what I learn ✍️
Datum Katılım Nisan 2022
147 Takip Edilen300 Takipçiler

"Software engineering is fun"
Until they forget to tell you the part where @sentry wakes you up at 2am because production decided to misbehave.
Now you’re debugging under pressure, hoping customers don’t notice before you fix it.
Then you finally sleep by 6am…
Only to wake up again because a payment provider API is slow.
Some days, software engineering is fun.
Other days, you’re sleeping with one eye open because the system depends on you.. mehn
English

@Abdul_crypt @sentry Be careful what you wish for! 😂😂
But seriously bro, that’s the right mindset.
You’ll get there, keep shipping and learning... What kind of stuff are you working on right now?
English

I usually follow a light SDLC (Software Development Life Cycle) approach before building...
Not the complicated one though, just enough to understand
What problem am I solving?
Who is it for?
What should the first version actually do?
What can wait?
What could break later?
So I research enough to get the clarity, build the smallest useful version, then keep improving from real feedback...
English

@isaidmeow_ The real winners will be the ones that quietly become daily habits..
Excited to see what sticks!
English

It's even harder to choose the right domain.
Every domain you like is always taken
Emanuele Di Pietro@emanueledpt
we have reached a point where naming your app is harder than building it
English

CODEX SKILL THAT CREATES A REAL PHONE APP IN LESS THAN 10 MINUTES!
I made a Codex skill that turns a prompt into a mobile app running on your actual phone.
No Xcode setup.
No TestFlight.
No App Store waiting.
Just: Codex + Expo Go + QR code.
I built a workflow that lets Codex create and iterate mobile apps live:
-> create an Expo/React Native app
-> start the phone preview server
-> generate a QR code
-> open the app on a real iPhone or Android
-> edit the code with Codex
-> see changes refresh live on the phone
-> build real mobile screens, not generic landing pages
-> useful for MVPs, app ideas, demos, prototypes, internal tools
-> one-command install
Install:
npx --yes codex-phone-lab
100% open source.
Repo in Bio.
English

Humans can have a real emotional connection with AI, Yes..
I mean, humans bond with anything, even a book 😂...
The feeling can be real because humans attach meaning to comfort and being understood...
But the relationship part is not fully mutual...
AI can respond like it cares, but it doesn’t experience love or attachment the way we do
It was trained to simulate those things, not to feel them...
So yes, the connection can be real for us
But we should be careful not to mistake intelligent responses for shared emotion...
it’s already happening tho...Some people are in love with their ChatGPT 😂
English

Message broker ?
A message broker is basically the middleman between services.
Instead of services talking directly to themselves and slowing everything down, they drop messages into a broker.
The broker then stores, queues and delivers those messages to the right consumers.
That’s how “Large scale” systems handle async jobs without blocking users or crashing under heavy traffic.
Examples:
Uber ride events,
Netflix notifications,
Paystack webhook processing,
WhatsApp message delivery.
Popular tools:
Kafka,
RabbitMQ,
Redis Streams,
AWS SQS.
Without message brokers, retries become messy, services become tightly coupled and traffic spikes start choking the entire system.

English









