Posts by Agência Effetivo • 21 points
2 posts
-
0
votes1
answer34
viewsQ: Share code (React or Vue) between more than one project
Let’s say that I have the web application in React or Vue. Part of the code I will reuse to several clients, about 70%. The other 30% would be layout changes and some extra COMPONENT that each…
-
1
votes1
answer87
viewsQ: Why use Docker to program?
Using a Docker container for a database is easy to understand the need, because I don’t need to install anything on my machine, everything is in the container. But what I don’t understand is the…