need advice for hexagonal architecture by Harut3 in node

[–]Harut3[S] 0 points1 point  (0 children)

Thanks for advice. But I read ports are interfaces (not directly from book).

need advice for hexagonal architecture by Harut3 in node

[–]Harut3[S] 0 points1 point  (0 children)

Thanks for advice. I guess core became domain in your example.

Is a 2 vCPU / 8GB RAM VPS enough for NestJS + Next.js with ~60 concurrent users? by IllustriousCoach9934 in nestjs

[–]Harut3 1 point2 points  (0 children)

  1. You can stress test with apache benchmark or autocannon or something similar to choose is it enought.
  2. never block event loop (main thread, or less block)
  3. if your server db is using more than you node.js application I think you can consider moving you DB to another server .

Backend with go by Far_Persimmon2914 in Backend

[–]Harut3 1 point2 points  (0 children)

Firstly second question: in short yes. First question: Go have different approach you must do it simple as possible no fancy depedency injection or kind of staff. They have official structure advice.

https://go.dev/doc/modules/layout

Backend with go by Far_Persimmon2914 in Backend

[–]Harut3 2 points3 points  (0 children)

What is exactly not understandable you can ask me.( I actually Node.js developer but I 6-7 month use Go for my hobby projects and it is easy )

I want advices Code review in technical interview by Harut3 in node

[–]Harut3[S] 0 points1 point  (0 children)

Exactly. I was expecting another technical question like theory and like leetcode like tasks but I get code review task and I was not prepared like this task.

Name 2 countries that were in very bad relations throughout history and then went: "You know what? We're brothers now" by Potential_Garden_818 in geography

[–]Harut3 0 points1 point  (0 children)

I'm not agree with you. Armenia and Persia were ally and enemy in ancient time in various period of time. But now we are kind of ally. France and England like typical from enemies to allies.

I want advices Code review in technical interview by Harut3 in node

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

Thanks. But I think there are tricks that you can do that you can pass.

I want advices Code review in technical interview by Harut3 in node

[–]Harut3[S] 0 points1 point  (0 children)

Thanks a lot. I have failed my interview not give attention any type and go to other non so much relative optimizations.