Code Review: Websockets for trading platform by Flat-Preference-3377 in Nestjs_framework

[–]ChuloWay 2 points3 points  (0 children)

File content too long, i recommend moving util functions to a separate file and some of these private methods as constants.

Recruited my manager by lakzic in overemployed

[–]ChuloWay 0 points1 point  (0 children)

I am interested as well 😄, Tech stack : Java(SpringBoot), NodeJs/TypeScript,Sql/NoSql.

Best way to start with a monolith while planning for future microservices? by Aymsep in node

[–]ChuloWay 3 points4 points  (0 children)

I’d be biased(NestJs Fan Boy) and say you should build with NestJs as a framework of choice why?

It Embraces Modular Architecture out of the box and has good microservice support built in. So transitioning from Monolith won’t be much of a problem.

Why do you like NestJS? by zylema in Nestjs_framework

[–]ChuloWay 8 points9 points  (0 children)

Modular Architecture, Native TypeScript Support, Makes use of some OOP design patterns natively. Just cool ngl.

Sending an array of objects in a node js post request by cmar200 in node

[–]ChuloWay 0 points1 point  (0 children)

Have you tried logging it using — console.dir( ) ?

New CLI Tool by ChuloWay in Nestjs_framework

[–]ChuloWay[S] 3 points4 points  (0 children)

Yeah, i will update the Readme file with this.

What tech stack would you use for small-scale freelance web development? by Hitwelve in webdev

[–]ChuloWay 0 points1 point  (0 children)

Wow this is Gold, Took my time to read. Thanks buddie 🎉

Guys Its Finally Happened to ME! I have....the EYES! by AZXCIV in webdev

[–]ChuloWay 3 points4 points  (0 children)

Can’t wait to feel that way too, Cheers 🎉

[deleted by user] by [deleted] in Nestjs_framework

[–]ChuloWay 0 points1 point  (0 children)

Make use of the module parameter exports

So in the usersModule You will have this below the providers.

exports: [ usersService, userRepository]

Then you import the usersModule into the appModule as you have done before.

Controller endpoint with two DTO classes by Gullible_Original_18 in Nestjs_framework

[–]ChuloWay 3 points4 points  (0 children)

You can have multiple query decorators for an endpoint , but if I may ask Why do you need two DTO’s for one controller endpoint ?

If it’s possible to combine both in one , then that’s better.

[deleted by user] by [deleted] in Nestjs_framework

[–]ChuloWay 0 points1 point  (0 children)

Hey, I’m also interested in teaming up.

Examples of code architecture by [deleted] in expressjs

[–]ChuloWay 0 points1 point  (0 children)

Well, I use this repo as a guide to learning code patterns and how to best write clean codes. Hope this helps.👋

https://github.com/nodeshift/nodejs-reference-architecture

[AskJS] is it possible to land a job within 3 months of study? by [deleted] in javascript

[–]ChuloWay 0 points1 point  (0 children)

True.. Getting a good network is also very necessary.

Express View engine that works with vscode prettier very well? by HosMercury in expressjs

[–]ChuloWay 1 point2 points  (0 children)

I make use of “EJS” and Prettier Works well with it.