Skip to content

Commit 419a9e5

Browse files
Update README
1 parent c70498f commit 419a9e5

File tree

2 files changed

+4
-89
lines changed

2 files changed

+4
-89
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2525
- Header.js component
2626
- reCAPTCHA
2727
- useIntersect Hook, Reveal container for scrolling using intersection API
28-
- swipable feature on CardsColumns.js
28+
- swipeable feature on CardsColumns.js
2929

3030
### Fixed
3131

@@ -38,4 +38,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
3838
- installed yarn
3939
- normalized buttons' and links' styling
4040
- updated `package.json` commands for macOs
41-
- swipable CardsColumns.js on mobile
41+
- swipeable CardsColumns.js on mobile

README.md

Lines changed: 2 additions & 87 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# Web Developer Path
66

7-
The **Web Dev Path** project is an attempt to offer mentoring on how to work with a version-controlled project in a team environment.
7+
The **Web Dev Path** project is an attempt to offer mentoring on how to work with a version-controlled project in a team environment. You can learn more about the project purpose and goals [here](https://github.com/Web-Dev-Path/web-dev-path/wiki).
88

99
Currently, we're developing [a platform](https://webdevpath.co/) in [Next.js](https://nextjs.org/). The platform will be a place where to share ideas about web development and where Non-Profit Organizations can get some help for their websites by sharing their project and needs and getting connected to volunteer junior web developers. This is [how](https://github.com/MarianaSouza/web-dev-path/projects/1) things are going on so far.
1010

@@ -16,8 +16,7 @@ If you are an experienced and a patient-lovely developer, a true rockstar who wa
1616

1717
## How to get started?
1818

19-
Just reach out on [slack](https://join.slack.com/t/webdevpath/shared_invite/zt-xqqgwwo5-a09BSVWC9ZrHmS6RaMBzVw)!
20-
There is where we get together and learn from each other. Once on our `#general` channel, you'll see a pinned message with some guidelines.
19+
Please start watching carefully [our guideline tutorials](https://github.com/Web-Dev-Path/web-dev-path/wiki/Getting-Started), then, reach out on [Slack](https://join.slack.com/t/webdevpath/shared_invite/zt-xqqgwwo5-a09BSVWC9ZrHmS6RaMBzVw). There, is where we get together and learn from each other. Once on our `#general` channel, you'll see a pinned message with some guidelines.
2120

2221
<br />
2322

@@ -35,87 +34,3 @@ This is how to get started locally:
3534
- [Branch out](https://git-scm.com/book/en/v2/Git-Branching-Basic-Branching-and-Merging) by following the structure `feature/add-your-branch-name` or `chore/add-your-branch-name` or `fix/add-your-branch-name` and submit your [PR](https://docs.github.com/en/github/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests)
3635

3736
<br />
38-
39-
## Resources
40-
41-
Here you will find content and resources related to courses and practical steps to land your first job as a web developer.
42-
43-
## Courses and Certifications
44-
45-
- **Git and GitHub**
46-
47-
- [Git Official Basics](https://git-scm.com/book/en/v2)
48-
- [Git Basis by Colt Steele](https://www.youtube.com/watch?v=USjZcfj8yxE&t=14s)
49-
- [Git and GitHub for Beginners - Crash Course by freeCodeCAmp](https://www.youtube.com/watch?v=RGOj5yH7evk)
50-
- [GitHub Tutorial 2020 - Beginner's Training Guide](https://www.youtube.com/watch?v=iv8rSLsi1xo)
51-
- [GitHub Markdown](https://guides.github.com/features/mastering-markdown/)
52-
- [How to review a PR](https://www.youtube.com/watch?v=lSnbOtw4izI&t=187s)
53-
54-
* **Harvard**
55-
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/)
58-
59-
* **JavaScript**
60-
61-
- [Learn JavaScript by Codecademy](https://www.codecademy.com/learn/introduction-to-javascript)
62-
63-
**JS Libraries and Frameworks**
64-
<br />
65-
66-
- _**React**_
67-
- [React Handbook for Beginners](https://www.freecodecamp.org/news/react-beginner-handbook/)
68-
- [React Functional Components, Props, and JSX – React.js Tutorial for Beginners](https://www.freecodecamp.org/news/react-components-jsx-props-for-beginners/)
69-
- [Next.js crash course series](https://www.youtube.com/watch?v=A63UxsQsEbU)
70-
71-
* **PHP**
72-
73-
- [PHP Tutorial](https://www.w3schools.com/php/DEFAULT.asp)
74-
75-
* **Python**
76-
- [Best Python Tutorials](https://www.freecodecamp.org/news/best-python-tutorial/)
77-
78-
- **WordPress**
79-
80-
- [How to Make a Custom Website from Scratch using WordPress (Theme Development) by freeCodeCamp ](https://youtu.be/KibbYf9avko)
81-
- [Professional WordPress Theme & Plugin Development](https://www.udemy.com/course/photoshop-psd-to-wordpress-theme-development-from-scratch/)
82-
- [WordPress Plugin Development](https://youtu.be/mm9aQiLEa10)
83-
84-
<br />
85-
<br />
86-
87-
## Books
88-
89-
- **Command Line**
90-
91-
- [Learn Enough Command Line to Be Dangerous - Michael Hartl](https://www.learnenough.com/command-line-tutorial/basics)
92-
93-
- **JavaScript (JS)**
94-
95-
- [JavaScript for Impatient Programmers - Dr. Axel Raushmayer](https://exploringjs.com/impatient-js/index.html)
96-
97-
- **Programming**
98-
- [How to Design a Program - Matthias Felleisen, Robert Bruce Findler, Matthew Flatt, Shriram Krishnamurthi](https://htdp.org/2020-5-6/Book/index.html)
99-
100-
<br />
101-
<br />
102-
103-
## Publishing a Web Product
104-
105-
- **Launching A Website**
106-
- [How to Put a Website Online: Template, Coding, Domain, Hosting, and DNS](https://youtu.be/NQP89ish9t8)
107-
108-
<br />
109-
<br />
110-
111-
## Presentation
112-
113-
- **A Junior Web Developer Resume**
114-
115-
- [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/)
116-
117-
- **Your LinkedIn**
118-
- [Tips to Optimize your LinkedIn Profile for Developers](https://www.samanthaming.com/blog/tips-to-optimize-your-linkedin-profile-for-developers/)
119-
120-
<br />
121-
<br />

0 commit comments

Comments
 (0)