Posts by Junyor Silva • 23 points
5 posts
- 
		0 votes2 answers520 viewsA: 'webpack-dev-server' module not foundYour problem is the version of Webpack. In version 5, the command of dev-server mute. now you use: yarn webpack serve --mode development the configuration may be the same in webpack.config, but the… 
- 
		0 votes1 answer2377 viewsQ: Problem picking query params in URL by ExpressI’m creating a route GET which returns an item from a user array, but has no return when used req.query.id. When I use req.params.id right, but in that case I want to test for query string even.… 
- 
		0 votes2 answers82 viewsQ: Doubt about attributes and POO methods in PHPI am studying POO in PHP and came across an example that I did not understand: The part of the code I don’t understand is because the attribute $produtos this being passed/calling the print() method… 
- 
		1 votes2 answers110 viewsA: How to associate objects to the vertices of a graph?Good night buddy. At first, I was tempted to refer to a class that was not present, what can be done in this respect is to see this class in a variable and then use this variable as the "value" of a… 
- 
		-1 votes3 answers135 viewsA: What is the correct MVC concept to be addressed?Good night... so I understood the question and the very detailed answer by our colleague... the main question is about data modeling and not mvc (specifically); the bigger question is data…