WebDev_Braganca

This project has been created when I was in Instituto Politecnico de Braganca as an Erasmus student. Project parts divided between 3 students. My part -> home page ( some js features etc ), news page ( using web scraping ), auth part ( yii2-user extension for yii2 framework ). Basically, when I worked with auth menus I simply change the CSS and Html part, a small part of controllers, views, and models that will be changed with custom using "path map" in the web.php config file for the project ). Names of Peoples that I worked with: 1) Dmytro Kavtoriev (@kavtorev); 2) Corneliu Boboc

BSD-3-CLAUSE License

Stars
0
Committers
3

Project Idea

Programming is a practical craft. Learning language we usually focus on understanding how functions, operators, loops, string formatting etc operate. Then we make a first attempt to apply gained knowledge in practice, possibly forgetting what we have learned so far and losing a thread of how to combine the work of all tools, putting away effective and elegant solutions. But, why not save some time and diversify the process, by focusing on what programming requires - on practice.

Many experienced programmers find a hobby to help beginner by solving problems that they faced with, for instance on the well-known platform Stack OverFlow, but what most of the problems are caused precisely because of a lack of understanding of how to apply the theory on practice, why not prevent the appearance of "tedious bugs" by showing how to do it right. Programmers with real-life experience could share "good programming practices", tips and tricks, real-life examples and their opinions, letting newbies, except of understanding of principals, have a clue why they are doing this.