frederik_diamond on Nostr: It’s also my first time using an AWS product. I’m using RDS by AWS as my database ...
It’s also my first time using an AWS product.
I’m using RDS by AWS as my database hosting service for the webshop I’m building.
RDS feels more complicated than Supabase, which I used for the social media web app I developed for my portfolio.
AWS is what the big companies use, so I might as well learn how it works.
I’m using RDS by AWS as my database hosting service for the webshop I’m building.
RDS feels more complicated than Supabase, which I used for the social media web app I developed for my portfolio.
AWS is what the big companies use, so I might as well learn how it works.
quoting note1dyz…slldPlaying around with Drizzle ORM. It’s pretty cool. It feels faster than Prisma when generating the SQL and migrating to the database.
Overall, I like it!
Btw. I’m working on a webshop built using Remix. First time I’m doing anything with Remix.
Some parts of the Remix framework are very similar to NextJS (which I’m used to) and then some parts are very different. #WebDev