Skip to content

Commit 9111211

Browse files
authored
Merge pull request #3 from MarianaSouza/master
Getting the latest content
2 parents 242e36c + 700e5c4 commit 9111211

File tree

1 file changed

+60
-30
lines changed

1 file changed

+60
-30
lines changed

README.md

Lines changed: 60 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -4,66 +4,96 @@ 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

22+
These are the videos that explain in detail how to branch out and submit a PR:
23+
24+
- [Branching out from an up to date master](https://www.loom.com/share/77c3bea45d86428a86c897ac3ccaacc4)
25+
- [Creating the PR with the first commit](https://www.loom.com/share/04e326b873db4af7a4ce86c74183d554)
26+
- [Fixing the PR title](https://www.loom.com/share/58feae54c4d04a2e908d5fe41dc262e9)
27+
- [Adding the description and selecting the reviewers](https://www.loom.com/share/bf775cb7503c42129ab5f7715b094c53)
28+
- [Merging the PR](https://www.loom.com/share/de0eaa9cdcd34d8bac491cd8955f4883)
29+
2230
<br />
2331

24-
## Courses and Certifications ##
32+
## Channels
33+
34+
- **Slack**
2535

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/)
36+
- [Web Dev Path Channel](https://join.slack.com/t/webdevpath/shared_invite/zt-je2zuuja-zlQr2_YpFP_9zuyGcKeYGg)
37+
38+
<br />
3239

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)
40+
## Courses and Certifications
41+
42+
- **Git**
43+
44+
- [Git Official Basics](https://git-scm.com/book/en/v2)
45+
- [Git Basis by Colt Steele](https://www.youtube.com/watch?v=USjZcfj8yxE&t=14s)
46+
- [Git and GitHub for Beginners - Crash Course by freeCodeCAmp](https://www.youtube.com/watch?v=RGOj5yH7evk)
47+
- [GitHub Tutorial 2020 - Beginner's Training Guide](https://www.youtube.com/watch?v=iv8rSLsi1xo)
48+
- [GitHub Markdown](https://guides.github.com/features/mastering-markdown/)
3649

3750
* **WordPress**
3851
* [How to Make a Custom Website from Scratch using WordPress (Theme Development) by freeCodeCamp ](https://youtu.be/KibbYf9avko)
3952
* [Professional WordPress Theme & Plugin Development](https://www.udemy.com/course/photoshop-psd-to-wordpress-theme-development-from-scratch/)
4053
* [WordPress Plugin Development](https://youtu.be/mm9aQiLEa10)
41-
<br />
42-
<br />
4354

44-
## Books ##
55+
* **Harvard**
56+
* [CS50x - Introduction to Computer Science](https://cs50.harvard.edu/x/2020/)
57+
* [CS50 Beyond - design and implementations of web apps](https://cs50.harvard.edu/beyond/2019/)
4558

46-
* **Command Line**
47-
* [Learn Enough Command Line to Be Dangerous - Michael Hartl](https://www.learnenough.com/command-line-tutorial/basics)
59+
* **JavaScript**
60+
* [Learn JavaScript by Codecademy](https://www.codecademy.com/learn/introduction-to-javascript)
4861

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

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)
64+
- [PHP Tutorial](https://www.w3schools.com/php/DEFAULT.asp)
65+
66+
- **WordPress**
67+
_ [How to Make a Custom Website from Scratch using WordPress (Theme Development) by freeCodeCamp ](https://youtu.be/KibbYf9avko)
68+
_ [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)
69+
<br />
70+
<br />
71+
72+
## Books
73+
74+
- **Command Line**
75+
76+
- [Learn Enough Command Line to Be Dangerous - Michael Hartl](https://www.learnenough.com/command-line-tutorial/basics)
77+
78+
- **JavaScript (JS)**
79+
80+
- [JavaScript for Impatient Programmers - Dr. Axel Raushmayer](https://exploringjs.com/impatient-js/index.html)
81+
82+
- **Programming**
83+
- [How to Design a Program - Matthias Felleisen, Robert Bruce Findler, Matthew Flatt, Shriram Krishnamurthi](https://htdp.org/2020-5-6/Book/index.html)
5484

5585
<br />
5686
<br />
5787

58-
## Presentation ##
88+
## Presentation
89+
90+
- **A Junior Web Developer Resume**
91+
- [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/)
5992

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-
6393
<br />
6494

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/)
95+
- **Your LinkedIn**
96+
- [Tips to Optimize your LinkedIn Profile for Developers](https://www.samanthaming.com/blog/tips-to-optimize-your-linkedin-profile-for-developers/)
6797

6898
<br />
6999
<br />

0 commit comments

Comments
 (0)