Luis Eduardo Cruz
@LuissCruzA
Building @cyta_app. Software Developer. 🇩🇴 in 🇪🇸
note to self: do not use database defaults!!! one hour debugging why a migration was failing in a staging env, and the cause was the "defaults" were lost on a db migration thanks for the tip @enunomaduro
First time trying Copilot Agent, assigning an issue: impressed

pest merch just dropped – retweet 🖤 check it out: shop.nunomaduro.com
Got this multi tenancy by db/subdomain + database tenant inside the tenant (tenantception). Don’t know if I’ll regret this but looks good 👀 @filamentphp made the last part a breeze btw ❤️

Spent at least 1 hour trying to figure out why my iOS app could not resolve my local endpoint while using Herd secure server... This article is gold! Could be added to the docs... @marcelpociot 👀 patricksriemer.medium.com/solve-ssl-erro… @patricksriemer
356 exceptions... to the same user! Caused by a polling in our client + error in our backend, @laravelphp nightwatch came clutch providing the user as a context to quickly offer some solutions ❤️

okay this is cool... @laravelphp nightwatch✨ n+1 detected already
Once again: tests are much necessary! I was creating a test for a feature today — that was “working as expected” — but writing the test found out that it was only working in the scenario I manually tested😅 Writing often helps a lot
Worst part of mobile apps developement: having to mantain two APIs because of app versioning and app store approvals. 😢
This is why Flutter needs to separate Cupertino and Material out of the core
React Native Bottom Tabs v0.9.2 is out! ✨ - Tabs are now properly working on iOS 26 🚀 - Measure custom tab bars (for useBottomTabBarHeight) 📏 - Initial layout fixes 📱 Check it out: