Posts by Gabriel Mariano • 47 points
5 posts
-
1
votes0
answers10
viewsQ: Validation of days interval
Personal talk, I need to validate an interval of days. These intervals are composed by starting day and end day. In my bank I have the following records: [16,31] [32,45] [45,70] [90.99] The first…
-
0
votes1
answer530
viewsQ: Reduce the amount of if in Javascript
I’m building an app on the bird site. Inside the site will have an article informing the possible genetics that will be generated through a mating of two different breeds. Example: Ring Neck -…
-
0
votes1
answer320
viewsQ: Difference between Formdata and form
These days I was trying to upload data contained in a form. I used Node and React stack-like. The form contained the following fields: product, description, cost, quantity, image(file type). I used…
-
-2
votes1
answer888
viewsQ: Page with Reactjs consuming from an API
Yesterday I was having a problem in being able to create a page with nodejs for my API and with help from the community got me a north and I managed to solve that situation. What’s the idea? There…
-
0
votes1
answer692
viewsQ: Page with Nodejs with Mysql database
I’m creating a API to then be consumed in React. In this API you will have a route(page) that will list database users. I applied the rules and I’m testing in India, which by the way is working…