© 2026 Hashnode
ORM or SQL queries, what’s your go-to? For me, it’s always been ORM. I’m pretty familiar with Sequelize, and honestly, I never really understood why anyone would prefer writing SQL. But this project pushed me to get into raw SQL, and it’s definitely ...

In this new article I will talk about a very useful library called "oas-to-joi" which allows to create Joi Schemas Objects using an Open Api Specification. It provides an easy way to get API validations rules automatically. What is Open Api Specifica...
