Skip to content

Commit 5cc828b

Browse files
committed
Creating a PHP course section
1 parent 242e36c commit 5cc828b

File tree

1 file changed

+39
-34
lines changed

1 file changed

+39
-34
lines changed

README.md

Lines changed: 39 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -4,66 +4,71 @@ In this repository, you will find content and resources related to the practical
44

55
To add content or request a change, please branch out by following these guidelines:
66

7-
* If you are adding a new section, start your branch saying section-course/ + the course and links you are adding, such as: section-course/html-css-freecodecamp.
8-
* If you are only updating or requesting an update to a section, start your branch with section/ + what you're updating, as per: section/updating-introduction.
9-
* All the images should be added under the folder images-web-dev-path.
10-
* The Pull Requests (PR) should follow a similar structure we can see on the picture below, wich includes a brief description of the PR:
7+
- If you are adding a new section, start your branch saying section-course/ + the course and links you are adding, such as: section-course/html-css-freecodecamp.
8+
- If you are only updating or requesting an update to a section, start your branch with section/ + what you're updating, as per: section/updating-introduction.
9+
- All the images should be added under the folder images-web-dev-path.
10+
- The Pull Requests (PR) should follow a similar structure we can see on the picture below, wich includes a brief description of the PR:
1111

1212
<br />
1313

1414
![PR example](/images-web-dev-path/pr-example.png)
1515

1616
<br />
1717

18-
This is a video that explains a little bit how to start collaborating with the project:
18+
This is a video that explains a little bit how to start collaborating with the project:
1919

2020
[Start Collaborating](https://www.loom.com/share/fbe2c01a963c4885815391d671f35321?fbclid=IwAR1bI2VdRntQhK37dpRI3LS_YPWDmVk-n8yLTYqKlq-v7QP6cNgkaP5Nqe0)
2121

2222
<br />
2323

24-
## Courses and Certifications ##
24+
## Courses and Certifications
2525

26-
* **Git**
27-
* [Git Official Basics](https://git-scm.com/book/en/v2)
28-
* [Git Basis by Colt Steele](https://www.youtube.com/watch?v=USjZcfj8yxE&t=14s)
29-
* [Git and GitHub for Beginners - Crash Course by freeCodeCAmp](https://www.youtube.com/watch?v=RGOj5yH7evk)
30-
* [GitHub Tutorial 2020 - Beginner's Training Guide](https://www.youtube.com/watch?v=iv8rSLsi1xo)
31-
* [GitHub Markdown](https://guides.github.com/features/mastering-markdown/)
26+
- **Git**
3227

33-
* **HTML/CSS**
34-
* [freeCodeCamp - Get the 300 h "Responsive Web Design Certification"](https://www.freecodecamp.org/learn/)
35-
* [Full Stack Web Development Tutorial Course](https://www.youtube.com/playlist?list=PLwoh6bBAszPrES-EOajos_E9gvRbL27wz&fbclid=IwAR36b5agLn2QJ_JYiOs3fTm54cB2FPdrInhe4QvDoJCVRq6oCoDOFGYKpPA)
28+
- [Git Official Basics](https://git-scm.com/book/en/v2)
29+
- [Git Basis by Colt Steele](https://www.youtube.com/watch?v=USjZcfj8yxE&t=14s)
30+
- [Git and GitHub for Beginners - Crash Course by freeCodeCAmp](https://www.youtube.com/watch?v=RGOj5yH7evk)
31+
- [GitHub Tutorial 2020 - Beginner's Training Guide](https://www.youtube.com/watch?v=iv8rSLsi1xo)
32+
- [GitHub Markdown](https://guides.github.com/features/mastering-markdown/)
3633

37-
* **WordPress**
38-
* [How to Make a Custom Website from Scratch using WordPress (Theme Development) by freeCodeCamp ](https://youtu.be/KibbYf9avko)
39-
* [Professional WordPress Theme & Plugin Development](https://www.udemy.com/course/photoshop-psd-to-wordpress-theme-development-from-scratch/)
40-
* [WordPress Plugin Development](https://youtu.be/mm9aQiLEa10)
41-
<br />
42-
<br />
34+
- **HTML/CSS**
35+
36+
- [freeCodeCamp - Get the 300 h "Responsive Web Design Certification"](https://www.freecodecamp.org/learn/)
37+
- [Full Stack Web Development Tutorial Course](https://www.youtube.com/playlist?list=PLwoh6bBAszPrES-EOajos_E9gvRbL27wz&fbclid=IwAR36b5agLn2QJ_JYiOs3fTm54cB2FPdrInhe4QvDoJCVRq6oCoDOFGYKpPA)
38+
39+
- **PHP**
4340

44-
## Books ##
41+
- **WordPress**
42+
_ [How to Make a Custom Website from Scratch using WordPress (Theme Development) by freeCodeCamp ](https://youtu.be/KibbYf9avko)
43+
_ [Professional WordPress Theme & Plugin Development](https://www.udemy.com/course/photoshop-psd-to-wordpress-theme-development-from-scratch/) \* [WordPress Plugin Development](https://youtu.be/mm9aQiLEa10)
44+
<br />
45+
<br />
4546

46-
* **Command Line**
47-
* [Learn Enough Command Line to Be Dangerous - Michael Hartl](https://www.learnenough.com/command-line-tutorial/basics)
47+
## Books
4848

49-
* **JavaScript (JS)**
50-
* [JavaScript for Impatient Programmers - Dr. Axel Raushmayer](https://exploringjs.com/impatient-js/index.html)
49+
- **Command Line**
5150

52-
* **Programming**
53-
* [How to Design a Program - Matthias Felleisen, Robert Bruce Findler, Matthew Flatt, Shriram Krishnamurthi](https://htdp.org/2020-5-6/Book/index.html)
51+
- [Learn Enough Command Line to Be Dangerous - Michael Hartl](https://www.learnenough.com/command-line-tutorial/basics)
52+
53+
- **JavaScript (JS)**
54+
55+
- [JavaScript for Impatient Programmers - Dr. Axel Raushmayer](https://exploringjs.com/impatient-js/index.html)
56+
57+
- **Programming**
58+
- [How to Design a Program - Matthias Felleisen, Robert Bruce Findler, Matthew Flatt, Shriram Krishnamurthi](https://htdp.org/2020-5-6/Book/index.html)
5459

5560
<br />
5661
<br />
5762

58-
## Presentation ##
63+
## Presentation
64+
65+
- **A Junior Web Developer Resume**
66+
- [How to write an awesome junior developer résumé in a few simple steps, by freeCodeCamp](https://www.freecodecamp.org/news/how-to-write-an-awesome-junior-developer-resume-in-a-few-simple-steps-316010db80ec/)
5967

60-
* **A Junior Web Developer Resume**
61-
* [How to write an awesome junior developer résumé in a few simple steps, by freeCodeCamp](https://www.freecodecamp.org/news/how-to-write-an-awesome-junior-developer-resume-in-a-few-simple-steps-316010db80ec/)
62-
6368
<br />
6469

65-
* **Your LinkedIn**
66-
* [Tips to Optimize your LinkedIn Profile for Developers](https://www.samanthaming.com/blog/tips-to-optimize-your-linkedin-profile-for-developers/)
70+
- **Your LinkedIn**
71+
- [Tips to Optimize your LinkedIn Profile for Developers](https://www.samanthaming.com/blog/tips-to-optimize-your-linkedin-profile-for-developers/)
6772

6873
<br />
6974
<br />

0 commit comments

Comments
 (0)