is there a way to obfuscate a JSON.parse call? i think that automated code review is wrong
hello. i have a huge object list, is there a way to change the objects propertys name without creating a new object list? i have limited memory, so i cant simply do list.map(o...
how to host a node app with certificates so i dont have to manually copy cert files every 90 days? i dont want to run my app with root privileges, but the path where certifica...
what is the current or most popular lib to make unit tests? there is a lot of them
i have a server in an android phone, how can i access from the outside world to it? im able to access using local ip in my network, is there something like ngrok for android?
i have a problem with some clases, they have too many fields. i cant think a better way to make this less painful. ex, class pipe has an int id, float len, float diameter, enu...
someone knows a fast orm for node?
Is there a difference between this: Var1? Var2 : var3 Var1 && Var2 || var3
someone has seen this kind of function call? how does it works? (0, someFunc)(1,2,3,4)
Hello. Why next() call here doesnt take req, res arguments? Its supposed to call
Is there a simple way to assign all properties of an object to another object using es6, without creating a third object?
what would be the best way to store uptimes in a table? like this: id | fk_id | time_up | time_down or like this id | fk_id | time | action(up/down)
What is Apache netbeans? I still have netbeans 8 installed
Should I save a 20kb binary data directly in the database or I should use files? It's just 20kb max, what you guys can tell from experience?
How can I break a loop, from an inner funcion? Ex: While(){ Await somefunc().then(a => break;); //more stuff }
The code?
I know this function a(){ } Is similar to a => { } But, what about this? a => b=> { }
What app should be more expensive, an android app or a web app if both do exactly the same thing?
Why? I only know mysql and Maria. Are sp different in other databases?
What about trying to connect somewhere? If exception then there isn't connection