You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 3, 2020. It is now read-only.
Current learning path contains of following milestones:
Project
Firstly, we choose the project for the internship. The assumption was that choosing own project will help with keeping the motivation.
Configuration
We used docker to install mysql, nginx and PHP and the first milestone was to make those three containers talk to each other. So nginx was executing PHPs code and PHP could connect to mysql
At some point of going through Laracasts, once we established that we know enough PHP to move on we stopped with the above tutorial and moved on to Laravel
At this level we included bulma and learned how to do basic DOM operations on user actions - for instance add class on click event.
REST
Knowing some JavaScript the next goal was to start using REST API to improve interactions on the page. For instance after submitting the form - display the notification instead of doing redirect to a different page.
The points below are not reached yet so probably there is a lot of stuff missing
No description provided.
The text was updated successfully, but these errors were encountered: