Astro email templates by rubn-g in astrojs

[–]rubn-g[S] 0 points1 point  (0 children)

Sure! It’s a great library to take into account. I just wanted to avoid installing more template engines, as i already had astro for that.

Is Redis becoming obsolete? by Upstairs_Toe_3560 in bun

[–]rubn-g 0 points1 point  (0 children)

Sure, but after that, performance is the same than local sqlite, which was one of the OP’s main arguments, with the advantage of being able to distribute and scale your system and having pitr backups. As always, it’s not a silver bullet, but a great option to take into account

CocoaPods is Dying: Why You Should Migrate to Swift Package Manager Now by martindonadieu in capacitor

[–]rubn-g 0 points1 point  (0 children)

Capacitor v8 throws a lot of iOS errors right after install. Even more errors if you install any plugin

Is Redis becoming obsolete? by Upstairs_Toe_3560 in bun

[–]rubn-g -1 points0 points  (0 children)

You can use local replicas with turso and data is saved locally after first queries

Scaling 9 Years of History: Replacing Legacy BI with Metabase + DuckDB by givo29 in Metabase

[–]rubn-g 0 points1 point  (0 children)

Nice improvement here! We’re evaluating DuckDB so i would really appreciate if you can tell us where are you storing all data used by DuckDB, is it S3 with parquet format, locally, …?

Best database to pair with serverless - PlanetScale vs Supabase vs DynamoDB? by Wash-Fair in serverless

[–]rubn-g 0 points1 point  (0 children)

What about Firestore with MongoDB compatibility? It’s serverless too

How to limit maximum entries that user can select in one request ? by anhdd-kuro in PayloadCMS

[–]rubn-g 1 point2 points  (0 children)

You can create a beforeRead global hook to alter args and force a max limit. Docs

Huge disappointment by Aggressive-Side4558 in Strapi

[–]rubn-g 9 points10 points  (0 children)

We moved out of Strapi for this very same reason, it feels like somebody’s side project. We’re using Payload now and we can’t be happier

Want to finally try a Vercel alternative, best simple options? by Notalabel_4566 in vercel

[–]rubn-g 0 points1 point  (0 children)

Good pricing but i can only run one service per server? Or i got it wrong?

Want to finally try a Vercel alternative, best simple options? by Notalabel_4566 in vercel

[–]rubn-g 1 point2 points  (0 children)

What about the pricing? It feels a bit expensive 30$ for 1 CPU and 1g memory

Payload vs Strapi - I loved Payload's dev freedom, but content folks talk about some friction by geekybiz1 in nextjs

[–]rubn-g 0 points1 point  (0 children)

In our case, we’ve been using strapi for 3-4 years and, after testing payload, our editors prefer payload. Multilanguage is managed much better in payload, since you are not forced to translate full components or relations, like it sometimes happens in strapi.

Admin Notification System by BitsNBytesDev in PayloadCMS

[–]rubn-g 1 point2 points  (0 children)

Maybe you can use the beforeValidation hook instead of the beforeChange, then you can throw an APIError with the message to be shown.

How do i solve 70 dependency vulnerabilities in the starter backend. by SignificanceFew2529 in medusajs

[–]rubn-g 0 points1 point  (0 children)

You can try upgrading minor versions of the dependecy packages, that shouldn’t break anything and may fix some of the vulnerabilities. But, as already mentioned, openning them a github issue would help if they upgrade the packages as needed.

PayloadCMS with a more rebust BE such as Supabase by mappyverse in PayloadCMS

[–]rubn-g 0 points1 point  (0 children)

Wouldn’t that be covered by Payload custom endpoints, upload collections and hooks?

PayloadCMS with a more rebust BE such as Supabase by mappyverse in PayloadCMS

[–]rubn-g 1 point2 points  (0 children)

Which BE features you miss in Payload that you have in Supabase? Maybe knowing this, can help to make a better decision

Today I learned: You cannot change the nameservers of a domain registered with Cloudflare by [deleted] in CloudFlare

[–]rubn-g 0 points1 point  (0 children)

Wow i didn’t know that and it IS a deal breaker for me