Backend instability usually starts with small inconsistencies across workflows.
Debugged and refactored Laravel request flow today to reduce edge-case failures and improve system predictability.
Architecture map below 👇 #Laravel#php#SystemDesign
@zaidkhalid9143 Just followed you. Always looking to expand the engineering circle! 🌐
I code features daily and immediately ship the architectural takeaways, schema designs, and logic flows to my feed.
If you want raw, in-the-trenches backend systems engineering content, let's connect and build
@jndvss@X Always looking to expand the engineering circle! 🌐
I code features daily and immediately ship the architectural takeaways, schema designs, and logic flows to my feed.
If you want raw, in-the-trenches backend systems engineering content, let's connect and build
@dev_nexus2011@X Hey @dev_nexus2011
Building multi-tenant Laravel backends and documenting the actual architectural maps as I go.
Currently breaking down strict domain isolation patterns, clean DTO pipelines and RBAC.
Let's connect and trade notes on system design! 🤝
@btw_iamShreyaa@X Building multi-tenant Laravel backends and documenting the actual architectural maps as I go.
Currently breaking down strict domain isolation patterns and clean DTO pipelines.
Let's connect and trade notes on system design! 🤝
@stefabrudan Building multi-tenant Laravel backends and documenting the actual architectural maps as I go.
Currently breaking down strict domain isolation patterns and clean DTO pipelines.
Let's connect and trade notes on system design! 🤝
RBAC ENGINEERING LESSON
RBAC isn’t roles
RBAC is protecting business rules.
The hard part wasn’t assigning Owner or Admin
It was preventing an organization from ending up with no Owner.
Permissions are simple.
Domain rules are harder.
#Laravel#SystemDesign#BuildInPublic
@Coreline_Sytems@X Always looking to expand the engineering circle! 🌐
I code features daily and immediately ship the architectural takeaways, schema designs, and logic flows to my feed.
If you want raw, in-the-trenches backend systems engineering content, let's connect and build
@syedshifavbs Always looking to expand the engineering circle! 🌐
I code features daily and immediately ship the architectural takeaways, schema designs, and logic flows to my feed.
If you want raw, in-the-trenches backend systems engineering content, let's connect and build
Today’s Engineering lesson:
Many-to-many relationships aren’t about attaching records.
They’re about making the database reflect the desired state.
That’s why sync() is more valuable than attach() in many workflows.
#Laravel#SystemsDesign#BuildInPublic
I thought I was building Teams today.
Instead, I spent hours removing assumptions hidden inside authentication, routing, memberships, and redirects.
The lesson:
Don’t force your domain to fit the framework.
Make the framework fit your domain.
#Laravel#BuildInPublic#SaaS
@dangi_dp Building multi-tenant Laravel backends and documenting the actual architectural maps as I go.
Currently breaking down strict domain isolation patterns and clean DTO pipelines.
Let's connect and trade notes on system design! 🤝
Hosted my first X Space today.
No attendees.
Interesting lesson though:
Building an audience is a lot like building software.
You don't launch once and expect adoption.
You iterate
You improve distribution
You learn from feedback
You keep shipping
The next Space will be better.