Posts by Marcelo Roncatto • 43 points
2 posts
-
0
votes1
answer49
viewsQ: How do I work with git when there are problems with the production version?
I have an application in production that was working on a new module within a branch in my local repository, when I finished, and after testing, I did the Merger with the master I sent to the…
gitasked Marcelo Roncatto 43 -
3
votes2
answers288
viewsQ: How to create a message sequence in Javascript?
I have an application made in Node, Express and Socket.oi in which alerts are sent to a certain screen that receives the message through the socket.io, on this screen I receive the message, format…