Othman Alamoudi
yeah my biggest struggle with backend is the interaction with databases and ORMs. we need more robust solutions but in the mean time I kind took a look at Prisma it seems so good so far it takes a lot of the repetitive work and makes it easier than current solutions :D
Victor Ray
Othman Alamoudi: Hi. I never use ORM. I always use raw sql query. I played with Prisma. I like it.
Victor Ray
Postgres are very popular database now a days. I'd love to see real app design based on Postgres.