Posts by Rafael Soares • 101 points
5 posts
-
4
votes1
answer75
viewsQ: What are the best practices for implementing Socket.io?
I am starting my studies on Socket.io, precisely in my project involving the technologies of Vue/quasar, and I would like to understand how the logic behind these following fundamentals unfolds: How…
-
0
votes1
answer23
viewsA: How can I access a component and make it appear only in an Electron + Quasar window?
You need to pass the URL in the Electron process over the same variable that Quasar has a concatenation with the route you will pass. loadURL(process.env.APP_URL + "#/URL")
-
0
votes1
answer23
viewsQ: How can I access a component and make it appear only in an Electron + Quasar window?
I would like the component to be displayed exactly in a single window, but I don’t know how to do it precisely, what I was able to do was just a small base of a whole, so far:…
-
4
votes1
answer90
viewsQ: How can I filter two values in my object array?
Hello! I’m having trouble understanding how I can filter the answer I get from my database, its logic is like this: I receive an array of objects from which it has the values of use, useridRequerent…
-
-1
votes3
answers51
viewsQ: How to exit the condition loop in this register with Mongoose/Express
I was learning how to connect my API to a database using Mongodb, so I started learning how to register users and everything was going fine until I got caught up in a problem that’s keeping me from…