
Leonardo Dominguez
30.5K posts

Leonardo Dominguez
@Foocux
software engineer at @TheBenchApp. 🇩🇴
dr Katılım Şubat 2010
2.7K Takip Edilen869 Takipçiler

@alistaiir @bunjavascript How would you remove it on this case?
English

Since it's clear you guys love free stuff...
We have a small arsenal of stuff related to a certain Sentry product to give away 👀
To win, you must:
- follow @sentry
- retweet this post
- reply with the answer to this riddle:
I’m an AI-powered code psychic, here to warn you about the bugs in your future.
Looks like I'm too late to warn you about that gas station sushi you had for lunch. Who am I?
We'll pick random winners from the pool at the end of the week 🫡

English
Leonardo Dominguez retweetledi

Fernando Tatis Jr. came up HUGE in yesterday’s game 🇩🇴
Repost and reply for your chance to win a Tatis Jr. Team Dominican Republic jersey!

World Baseball Classic@WBCBaseball
GRAND SLAM Fernando Tatis Jr. has entered the chat in a BIG way! #WorldBaseballClassic
English

@aarondfrancis @joelhooks If you are looking for inspiration, imo worktrunk.dev is the best tool to manage and use worktrees, it just work.
English

@joelhooks Right, agreed! I'm asking because I'm building a tool (soloterm.com) that will manage it for the human. So I'm purely interested in the technical stuff.
English

@aye_aye_kaplan Genuinely curious, why go with Postgres if you’re already using MySQL for everything else?
English

Story time!
The very first version of Bugbot we launched was stateless. We kept track of runs in our analytics database and we only used that data offline for metrics. Whenever we needed to analyze run metadata, we had to do online lookups from the database.
Relying on our analytics database during online operations was definitely tech debt. We were using a large RDS cluster that was already running hot from offline usage. We started noticing that some Bugbot runs were failing because of external analytics load; by that time, we had added a few Bugbot-specific tables to it, so we had to come up with a migration plan quickly before this became a widespread availability issue.
We chose PlanetScale Postgres for our new Bugbot cluster. We already had many terabytes of data in PlanetScale MySQL/Vitess which was working incredibly well, so we felt comfortable with this choice.
The migration went very smoothly, and now all of Bugbot's queries are instant and we stopped worrying about downtime!
Sam Lambert@samlambert
PlanetScale protects production reliability with Bugbot: cursor.com/blog/planetsca…
English

@Baconbrix @0xPleb0 That won’t work for opening a modal on top of the tabs, which is a common pattern used by many popular apps
English

@Baconbrix wen custom action btn in expo router? 👀
Leonardo Dominguez@Foocux
iOS 26 custom action button using @expo router + @swmansion native tabs = 🤌 It stays visible even when the tab view collapses. Achieved by giving the tab a "search" role and patching react-native-screens + Expo Router to prevent navigation and hook into onChange.
English

@GustavoValverde ISR/SSG infra, smart routing, edge cache interception, default asset/image/worker setup, and sane CDN invalidation.
If you want to keep reading: opennext.js.org/aws/inner_work…
English

@Foocux Wait, what are you referring to as full-featured Next.js? Full featured Next.js is not a full featured Vercel.
English

@GustavoValverde If other providers can’t replicate the custom infra needed for full-featured Next.js, that is vendor lock-in.
No other framework requires this level of provider-specific setup.
English

@Foocux They have custom infrastructure and integrations with their main partner (AWS); we don't 😅
Next.js will work better in Vercel because they're the ones building it (and the main customer), but that's not to say it doesn't work in outside Vercel...it does.
English

@GustavoValverde I get the point, but the fact that the creators run it on Lambdas makes it hard to argue that’s not the right place for it.
English

This is a question that I've made before several times to my clients: Why would you even run Next.js in AWS Lambda? That's not a good use case (nor framework) for Lambdas.
I ran through that issue myself (through one of my clients), and they fixed it months after. But the actual thing is that Lambdas are not for everything, and certainly there are better ways to deploy Next.js, Nest.js and similar frameworks in AWS (it's commonly more expensive in Lambda).
English

@GustavoValverde Lots of issues out there, X and the OpenNext FAQ are full of them. Sure, maybe it works for you in a container (not sure if fully featured), but it’s ironic that Vercel can run Next on AWS Lambdas flawlessly while others can’t. Kinda says everything.
dax@thdxr
here is one random issue out of dozens that opennext documents think about how tedious this work is - all done by volunteer nextjs fans it's not a "fake problem made up for likes"
English

@Foocux I honestly never had the need to look at OpenNext, and I've deployed Next.js in several ways. I would have to see what's the specific issue that someone has had previously with Next.js in a containerized deployment, or in a Node.js runtime.
English

@GustavoValverde Sure, in theory you can switch tech. In reality, you often can’t choose the stack and don’t have time to migrate. That’s why so many devs feel locked in with Next, and why OpenNext exists.
English

@Foocux If I have to run something on AWS Lambda or Cloudflare Workers, I wouldn't use Next.js. Most use cases for those platforms have better frameworks (Vite, Hono, etc) 😅
English

@psincraian @GustavoValverde re: restricted on features
Vercel own infra runs on lambda so I don’t think that’s the reason why it doesn’t work :)
English

@Foocux @GustavoValverde I have deployed it in my own server using their docker image example. Of course if you want to deploy it on Lamba or Workers you will face limitations because those are restricted on features
English

🚀 Big updates coming in NestJS v12:
✨ Native ESM support
⚡ Faster testing with Vitest + SWC (default for ESM projects)
🧩 Standard Schema in route decorators - use Zod, Valibot, ArkType, and more
🎨 A complete redesign of the NestJS websites
Details: github.com/nestjs/nest/pu…
English









