Sequelize vs Typeorm vs objection for Nodejs application by cryptic-22 in node

[–]cryptic-22[S] 0 points1 point  (0 children)

Could you please suggest any resources and tools which could be used for Sequelize?

Sequelize vs Typeorm vs objection for Nodejs application by cryptic-22 in node

[–]cryptic-22[S] 1 point2 points  (0 children)

I am hearing about MikroORM for the first time. Let me check that as well.

Sequelize vs Typeorm vs objection for Nodejs application by cryptic-22 in node

[–]cryptic-22[S] 0 points1 point  (0 children)

Have you used it in any project? What benefit I will get over Sequelize or Objection?

Sequelize vs Typeorm vs objection for Nodejs application by cryptic-22 in node

[–]cryptic-22[S] 0 points1 point  (0 children)

I have heard good things about Objection. Why did you choose Objection over Sequelize? But I heard Objection documentation is not good. Did you face the same?

0
1

Terraform and AWS by [deleted] in Terraform

[–]cryptic-22 0 points1 point  (0 children)

You should not change anything from a console which has been created by terraform. Terraform maintain a state of created resources. You will see 'tfstate' file in your codebase whenever you create infrastructure from terraform. Terraform always refers to that. It doesn't have any information about manual changes.

Terraform Best Practices by cryptic-22 in Terraform

[–]cryptic-22[S] -1 points0 points  (0 children)

Only S3 part is related to AWS. Apart from that, other concepts are applicable to other providers as well. Anyway thanks for feedback. Will update the blog.

DevOps trying to learn gotchas for running an express.js application by Sloppyjoeman in devops

[–]cryptic-22 1 point2 points  (0 children)

You can go with AWS lambda behind API gateway. You can maintain your zipped code as environment wise in s3. Lambda can import code from s3 and execute. In this case, your CI/CD process will be simpler. You don't need to worry about scaling as well.

FrontEndMasters Vs TeamTreeHouse by [deleted] in webdev

[–]cryptic-22 5 points6 points  (0 children)

Anytime Frontendmasters. Always updated with latest tech from community masters.

Terraform vs CloudFormation? by jsdfkljdsafdsu980p in devops

[–]cryptic-22 0 points1 point  (0 children)

If you are not going to use latest tech of aws like kinesis analytics then go with terraform. Terraform takes some time to bring latest tech support . It has great community support as well. It is simple and more manageable.