Posts by DgCosta • 63 points
3 posts
- 
		2 votes3 answers1036 viewsA: How to avoid repeating html and css commands?I highly recommend that you use Gulp or Grunt for this. With it you can use a template engine such as nunjucks, Pug or handlebars. They facilitate a lot in the creation of the front-end. I created a… 
- 
		1 votes2 answers46 viewsA: Doubt about where to put the JS scriptI believe that a single well minimized file is better than a new request each time the user accesses a page. It’s the same thing with Sass. Use a processor to facilitate Imports and create a… 
- 
		3 votes1 answer47 viewsQ: Show results children in parent array in CodeigniterGood afternoon, I’m starting at Codeigniter and would like a help. I have a table of football teams. Each team has its players who are in another table of my bench. I receive the values of these two…