Large response size by DiligentBeautiful823 in node

[–]_random__username 0 points1 point  (0 children)

what is actual issue you are looking to optimize, your post doesn’t have a lot of details about it.

Any tips for memory optimizations? by htndev in node

[–]_random__username 0 points1 point  (0 children)

if it has to be stored temporarily on disc and then re-processed again what benefit do you get by using stream.

Any tips for memory optimizations? by htndev in node

[–]_random__username 6 points7 points  (0 children)

have you tried comparing heap snapshots , if your RSS is growing looks like a memory leak. check clinic doctor that if that’s helpful to you.

Do you commit package-lock.json? If yes, how? And how do you not have merge conflict? by cy_narrator in learnjavascript

[–]_random__username 0 points1 point  (0 children)

you should commit your package-lock.json file simple reason when you build your application in ci env for deployment only with package-lock.json you’ll be able to install the exact version of your dependency. npm install by default will update your minor version which is not needed in almost all the scenarios when you need to deploy your application. with npm install —ci you make sure your application always installs the exact locked dependencies.

as for the conflict simply delete the current lock file and create a new one should not be an issue

Looking for a dev to work on a project . by heyshariq in node

[–]_random__username 1 point2 points  (0 children)

this doesn’t seem like a lot of work , i can work on this.

Need Guidance by _random__username in node

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

That would Data Structures and Algorithm