Posts by Carlos GetC • 53 points
3 posts
-
1
votes0
answers62
viewsQ: Upload and Insert Performance Test
I’m new to the performance test scenario. I have to do a performance testing on a web system (uses Spring and Angular) where he uploads a file with several entries on each line. I have to use the…
-
1
votes0
answers212
viewsQ: Return a variable (Singleton) using Node that depends on Promise
Good afternoon, you guys, It has to create a variable in Nodejs/JS where I would return a value only to be used several times throughout the program? Exemplifying my problem: I have to log on to a…
-
3
votes3
answers756
viewsQ: Transform a Json Array into another JSON using Node
Good morning, I’m having a problem assembling a JSON using Nodejs. I have a return of a giant SQL that basically follows the structure below. [ { "numDoc":"0000001", "OutrosCampos":"outrosDados",…