Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jol79/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
https://github.com/jol79/webdev_braganca
bootstrap4 html-css php university-project yii2-framework
Last synced: 11 days ago
JSON representation
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
- Host: GitHub
- URL: https://github.com/jol79/webdev_braganca
- Owner: jol79
- License: bsd-3-clause
- Created: 2020-07-09T02:33:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T23:32:39.000Z (about 2 years ago)
- Last Synced: 2024-12-25T09:14:07.858Z (11 days ago)
- Topics: bootstrap4, html-css, php, university-project, yii2-framework
- Language: PHP
- Homepage:
- Size: 45.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## 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.