Posts by Tiago Neiva • 101 points
4 posts
-
1
votes1
answer62
viewsA: CRUD: List Method
You have error in this line because you are already instantiating a variable of the Mediaschool type on line 33 and therefore in the cycle for you should use another name. Try for example like this…
-
3
votes3
answers1335
viewsA: What is the advantage of dependency injection in relation to an object instance?
The answer on what is addiction injection has been answered in some posts on the network. To try to make it easier, let’s say the following: Whenever we want to create an object it is necessary to…
-
1
votes2
answers181
viewsA: Configuring modal with bootstrap
What I think is happening is that you’re displaying html. And probably what you want is for it to appear when you want to show the message to the user. Try to put this on your div <div…
twitter-bootstrapanswered Tiago Neiva 101 -
2
votes1
answer890
viewsA: How to implement Mongoose-paginate in Node Express?
Good morning wladyband I would advise you to make the pagination with the module api-query-params It is very easy to use and you can easily adapt to the project. In addition to paging you can still…
node.jsanswered Tiago Neiva 101