Well... smaller endpoints are not bad when used well tho,
but too many of them for one dashboard load can increase network delay, create more failure points,
repeated authentication checks,
and can even make frontend state harder to manage.. what option would you go for tho ?
For the past 2 days, my timeline has mostly been showing posts that people I follow commented on,
even though I don’t follow the accounts that made the posts
I barely see regular random posts anymore.
Is this a bug or some new timeline behavior?
It’s honestly annoying.
No bro, I wouldn't say that...
Although some fintech companies use MongoDB somewhere in their stack,
but it's rarely the primary system of record for money movements and account balances...
Lets say it can be used for things like analytics, logs, notifications, and flexible user data..
while PostgreSQL or another relational database is typically used as the source of truth for financial transactions and account balances...
What do you think ?
@CarbzXBT@samconnerone@bobbilee@arc Are you saying this would solve pending settlement issues ?
Or its already in place.. If so, please do they have developers docs i can refer to understand how it works
"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
@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?
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...