Skip to content

Commit 80fe3d3

Browse files
Merge pull request #738 from freeCodeCamp/main
Create a new pull request by comparing changes across two branches
2 parents 90b1894 + 1c6c268 commit 80fe3d3

File tree

54 files changed

+4753
-473
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+4753
-473
lines changed

.github/workflows/deploy-api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979

8080
steps:
8181
- name: Setup and connect to Tailscale network
82-
uses: tailscale/github-action@a392da0a182bba0e9613b6243ebd69529b1878aa # v4
82+
uses: tailscale/github-action@53acf823325fe9ca47f4cdaa951f90b4b0de5bb9 # v4
8383
with:
8484
oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}
8585
oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}

.github/workflows/deploy-client.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ jobs:
228228
run: tar -czf client-${{ matrix.lang-name-short }}.tar client/public
229229

230230
- name: Setup and connect to Tailscale network
231-
uses: tailscale/github-action@a392da0a182bba0e9613b6243ebd69529b1878aa # v4
231+
uses: tailscale/github-action@53acf823325fe9ca47f4cdaa951f90b4b0de5bb9 # v4
232232
with:
233233
oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}
234234
oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}

.github/workflows/node.js-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- 'main'
77
- 'prod-**'
8+
- 'renovate/**'
89
pull_request:
910
branches:
1011
- 'main'

README.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,34 @@ Our full-stack web development and machine learning curriculum is completely fre
2222

2323
### Certifications
2424

25-
freeCodeCamp.org offers several free developer certifications. Each of these certifications involves completing interactive lessons, workshops, labs and quizzes. Throughout the certification, you will need to complete 5 required projects to qualify for the exam. Once you pass the exam, then you can claim the certification.
25+
freeCodeCamp.org offers several free developer certifications that make up the [Fullstack Developer Curriculum](https://www.freecodecamp.org/learn/full-stack-developer-v9/):
26+
27+
- [Responsive Web Design](https://www.freecodecamp.org/learn/responsive-web-design-v9/)
28+
- [JavaScript](https://www.freecodecamp.org/learn/javascript-v9/)
29+
- [Frontend Development Libraries](https://www.freecodecamp.org/learn/front-end-development-libraries-v9/)
30+
- [Python](https://www.freecodecamp.org/learn/python-v9/)
31+
- [Relational Databases](https://www.freecodecamp.org/learn/relational-databases-v9/)
32+
- [Backend developer and APIs](https://www.freecodecamp.org/learn/back-end-development-and-apis-v9/)
33+
34+
Each of these certifications involves completing interactive lessons, workshops, labs, reviews, and quizzes. Throughout the certification, you'll need to complete 5 required projects to qualify for the exam. Once you pass the exam, then you can claim the certification.
35+
36+
freeCodeCamp.org also offers free language certifications designed around internationally recognized proficiency levels:
37+
38+
- [A2 English for Developers (Beta)](https://www.freecodecamp.org/learn/a2-english-for-developers/)
39+
- [B1 English for Developers(Beta)](https://www.freecodecamp.org/learn/b1-english-for-developers/)
40+
- [A1 Professional Spanish(Beta)](https://www.freecodecamp.org/learn/a1-professional-spanish/)
41+
- [A1 Professional Chinese (Beta)](https://www.freecodecamp.org/learn/a1-professional-chinese/)
42+
43+
Each of these certifications is organized into modules, with sections for warm-ups, lessons, practice exercises, review pages, and quizzes to ensure you fully grasp the material before progressing to the next module. You'll need to complete all of the quizzes in order to qualify for the exam at the end of the certification.
2644

2745
Once you've earned a certification, you will always have it. You will always be able to link to it from your LinkedIn or resume. And when your prospective employers or freelance clients click that link, they'll see a verified certification specific to you.
2846

2947
The one exception to this is if we discover violations of our [Academic Honesty Policy](https://www.freecodecamp.org/news/academic-honesty-policy/). When we catch people unambiguously plagiarizing (submitting other people's code or projects as their own without citation), we do what all rigorous institutions of learning should do - we revoke their certifications and ban those people.
3048

49+
In addition, to help prepare for job interviews, freeCodeCamp.org includes The Odin Project (freeCodeCamp Remix), Coding Interview Prep, Project Euler, and Rosetta Code.
50+
51+
A free, professional free Foundational C# with Microsoft Certification is also available.
52+
3153
### The Learning Platform
3254

3355
This code is running live at [freeCodeCamp.org](https://www.freecodecamp.org).

0 commit comments

Comments
 (0)