Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

209
Visualizações
Need Advice about Object Relational Mapping

i need your advice. I build backend rest api project for myself for learning purpose right now. I'm using Node JS with MongoDB. Already implement many features for my mini project.

So, do i have/need to implement ORM in my Node JS app for learning purpose? since i know that MongoDB is NoSQL and the MongoDB itself doesn't need a relational thing but still curious and wondering about ORM works (I used to implement ORM when learning Java).

And i want to learn deeply about containerizing, is the ORM-things impact so much on containerizing? or will it causing error too much in my Node JS app?

Looking the answer and explanation from you, thanks

over 4 years ago · Santiago Trujillo
1 Respostas
Responde à pergunta

0

So, do i have/need to implement ORM in my Node JS app for learning purpose?

That's up to you, and the question does not provide enough context to form any educated advice.

is the ORM-things impact so much on containerizing?

I doubt the presence of an ORM will impact containerization much if at all. A well-implemented app would not have any sort of coupling between something internal to the implementation of its backend and its deployement environment and process. If anything, an ORM could potentially slow down data access operations (as it may prevent query and update optimization), which could impact backend response time. At a large scale this could become a factor in how you choose to deploy your backend, but again I doubt it will prevent containerization.

will it causing error too much in my Node JS app?

No, the presence of an ORM will not inherently increase the error rate. In fact it may decrease errors as ORMs typically provide automatic handling of common failure paths, and reduce the amount of code needed to accomplish operations, which decreases opportunities for developer mistakes.

over 4 years ago · Santiago Trujillo Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda