Skip to content
This repository has been archived by the owner on Aug 3, 2020. It is now read-only.

Collect and dump learning paths from our interns #26

Open
kvas-damian opened this issue Jan 11, 2019 · 2 comments
Open

Collect and dump learning paths from our interns #26

kvas-damian opened this issue Jan 11, 2019 · 2 comments
Assignees

Comments

@kvas-damian
Copy link
Contributor

No description provided.

@rogatty rogatty added this to the 25/01/2019 milestone Jan 11, 2019
@bognix
Copy link
Contributor

bognix commented Jan 25, 2019

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

Resources

PHP

After successful configuration we moved on to learning PHP

Resources

Laravel

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

Resources

Styling and Scripting

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

Single Page Application

Finish the project

@rogatty rogatty removed this from the 25/01/2019 milestone Jan 25, 2019
@bognix
Copy link
Contributor

bognix commented Feb 1, 2019

As part of REST:

  • learn how to return JSON instead of HTML from Laravel controller
  • read the first level of Javascript bit-doc
    • Promises and callbacks are really important
  • possible milestone: use REST to submit a form and display confirmation message

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants