Posts by Anderson • 36 points
3 posts
-
1
votes1
answer127
viewsA: Implementing an API for a website’s business rules: is it an exaggeration? Or is it good practice?
The correct thing would be to have a second layer of "Services" that will have its business rules (never directly in the controller). The use of the API makes sense for medium/large projects…
-
0
votes2
answers99
viewsA: Input in Bootstrap 4 does not take up the full width
your form is limiting the size, just add the style in the form tag style="widht: 100% example: <form method="post" action="juros-compostos_v2.php" style="width: 100%">…
-
1
votes2
answers88
views