Posts by Felipe Molina • 21 points
2 posts
-
2
votes2
answers142
viewsQ: Docker: Problem using container IP
Hello, All right? Before long I learned to use Docker and decided to practice the use of mysql and adminer, with the following Docker-Compose I already had the containers standing. version: '3.5'…
-
0
votes2
answers335
viewsA: Validate fields in React
The simplest way to do this is to check that the fields are filled in, e.g.: If the name and email field is equal to "" changes the value of the disabled parameter to true otherwise to false…