Posts by Abner Matheus • 63 points
5 posts
- 
		0 votes0 answers55 viewsQ: How to use environment variables in Nginx with Docker-Compose?I have the following code snippet in my Nginx configuration file: location /api/ { proxy_pass http://backend:$BACKEND_PORT/; proxy_http_version 1.1; } And I have the following code snippet in my… 
- 
		0 votes1 answer65 viewsQ: How to add the answer to an Axios request in an Array?I am trying to put the answer to an Axios request inside an array, but I am receiving as a response a strange structure, as I will show in the following image: I created an Array, added my own name… 
- 
		-4 votes3 answers116 viewsQ: How to return the value of a file outside its scope[I hate javascript/typescript] Here’s the thing, I have a problem where I need to get the result of a file with Axios and return to a function in React. Is there any way to do that ? I want to… 
- 
		3 votes1 answer108 viewsQ: Is there any way to hide Ajax in a web application?Is there any way to hide AJAX in a web application? To what extent is AJAX safe? Because analyzing the code you can know the address of the server, the file, the function, and even the response of… 
- 
		4 votes2 answers182 viewsQ: Is it necessary to have Node.js installed to run software with Electron?For a user to run a .exe of a software made in Electron, it needs to have Node.js urged?