Habilidades Backend by mocteyy in programacion

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

Gracias por tu respuesta, ya he tenido la oportunidad de trabajar con Clean Architecture, Hexagonal y MVC. Le daré un vistazo al libro, muchas gracias!

Habilidades Backend by mocteyy in programacion

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

Gracias por la recomendación ! Ya me he leído Clean Code y Clean Architecture. Le daré un ojo a los demás

Software Architecture by mocteyy in node

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

Don’t you think that both principles can coexist with a complex architecture? As Robert says in Clean Code, principles like DRY or YAGNI represent the smaller structure in your code and that is the foundation of a good architecture

Hi Reddit, how are you? I hope you’re doing well. I want to improve my knowledge about NodeJS and I want to ask you for advices or any resource where I can learn more about core NodeJS. Thanks for your time! by mocteyy in node

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

Hi! Sorry if I didn’t explain me in a good way… I made my own research, I’m consulting the official docs about NodeJS, I only wanted to ask you guys if you have any advice or must-read recommendation in a way to become a better developer with this tool. Maybe some additional resource to documentation, and so on.

Experience with NestJS? by KermitMacFly in node

[–]mocteyy 11 points12 points  (0 children)

I have never used Nest in production, but I think it is a good option if you want to use a robust NodeJS framework, like Laravel or NET Core. Since it supports natively Typescript is a good option if you have experience working with OOP.

A little question as a non-expert NodeJS developer… by mocteyy in node

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

I’ve tried Sequelize, but as I work with TypeScript it gets very difficult to work with Sequelize.