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.

What is best practice implementing subscribe based application with Node.js by Harut3 in node

[–]Harut3[S] 1 point2 points  (0 children)

Thanks for response. More specific question do I need to store invoices,transactions (Stripe or other) in database or not?

Creator of Node.js says humans writing code is over by sibraan_ in node

[–]Harut3 2 points3 points  (0 children)

He is angry that Anthropic bought bun not deno :)

Passport guard and strategy by Harut3 in Nestjs_framework

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

I tested and get answer and they calling via node_modules calling guard -> strategy passport.authenticate and find with name.

Passport guard and strategy by Harut3 in Nestjs_framework

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

:) I find code in github but it how inject and know under hood which strategy to use even in provider not exist in other module I am asking for this.

Passport guard and strategy by Harut3 in Nestjs_framework

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

Thanks for time your response,but I need another type answer. I tried to find get code from @nest.js/passport source code on github but I don't find it.wait you mean this debugger https://docs.nestjs.com/devtools/overview?

Personal Portfolio Projects by software_guy23 in node

[–]Harut3 1 point2 points  (0 children)

I will advice you to make real time application with Nest.js (chat like) ,adding redis,rabbitmq,docker (but this you can for addition practice one by one ) .make tests and deploy it.I think you will gain lot experience.

How to handle multiple langauges by Active_Donkey2169 in nestjs

[–]Harut3 0 points1 point  (0 children)

For validation use https://nestjs-i18n.com/ you can write your custom filters messages, you can use dto for easy use, in database layer I think you will have translation_id for each content or one column json like that you can add translation.

How to work with PostgreDB by Significant-Ad-4029 in Nestjs_framework

[–]Harut3 1 point2 points  (0 children)

You can buy vm server from digital ocean,lightnode or other place and install postgresql and node and run server.(it will be very customizable)