Posts by Anderson Santos • 11 points
5 posts
-
0
votes1
answer986
viewsQ: Flexbox max-width 100%
I’m studying about flexbox and I tried to put together a structure with flex layout to which I have a container that fills my entire page, inside this container I have two elements, a sidebar…
-
0
votes1
answer608
viewsQ: Jest integration test - Nodejs API + Mongo
I would like a help in my tests, because I am doing something wrong because there is time that my test passes and soon after it does not pass more. Below are some of the two tests I have of my study…
-
0
votes0
answers161
viewsQ: Operator '>' cannot be Applied to types 'Boolean' and 'number'. ng build --Prod
I wonder what might be going on in this case. Every time I try to run the command ng build --prod this error appears saying that it is in the HTML file of one of the components on line 76, follows…
-
0
votes1
answer771
viewsQ: Mongodb queries using like and disregarding accents and case
I would like to know how I can make queries in mongodb when I can consult in any position of the string (Like), but it would also be necessary to disregard special characters such as accents. I was…
-
0
votes1
answer231
viewsQ: Mongodb - Filtering returns
would like to know how I can be filtering the results returned in my mongodb queries in this my scenario I will have to return the names of the sectors and the contacts relating to each sectors from…