Skip to content

Commit 3020aa2

Browse files
Add MLOps certificate page; absorb after-sign-up into getting-started
- New certificate.md: certificate appears in the course management platform after project completion, issued manually by instructors and announced in Slack/Telegram, plus LinkedIn instructions - getting-started.md: add announcements (Telegram/YouTube) and link to the certificate page (after joining the course) - project.md: link to the new certificate page - resources.md: nav_order 7 -> 8 to make room for certificate (7)
1 parent eaf5c26 commit 3020aa2

4 files changed

Lines changed: 47 additions & 2 deletions

File tree

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
title: "Certificate"
3+
layout: default
4+
nav_order: 7
5+
parent: MLOps Zoomcamp
6+
has_children: false
7+
---
8+
9+
# Certificate
10+
11+
To earn the MLOps Zoomcamp certificate, complete the final project during a live cohort and pass peer review. For the cross-course rules (deadlines, peer review, and the minimum passing score), see [Certification]({{ '/courses/zoomcamp-logistics/certification/' | relative_url }}).
12+
13+
## Getting your certificate
14+
15+
Once you complete the project, the certificate appears in the [course management platform]({{ '/courses/course-management-platform/' | relative_url }}) on your dashboard.
16+
17+
This does not happen automatically. After the project deadline and peer review, the course instructors still run some manual steps to issue the certificates. When the certificates are ready, there is an announcement in Slack and Telegram. Until that announcement, the certificate will not show up on your dashboard, even if your project is already finished.
18+
19+
Once it is issued, a "Get certificate" button appears on your dashboard. The certificate is a PDF with a unique URL.
20+
21+
## Adding your certificate to LinkedIn
22+
23+
You can add the certificate to the "Licenses and Certifications" section of your LinkedIn profile:
24+
25+
- Log in to your LinkedIn account, then go to your profile.
26+
- On the right, in the "Add profile section" dropdown, choose "Recommendations", then select "Licenses & Certifications".
27+
- In "Name", enter "MLOps Zoomcamp".
28+
- In "Issuing Organization", enter "DataTalksClub".
29+
- (Optional) In "Issue Date", enter the time when the certificate was created.
30+
- (Optional) Select the checkbox "This certification does not expire".
31+
- Put your certificate ID.
32+
- In "Certification URL", enter the URL for your certificate.

courses/mlops-zoomcamp/getting-started.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,15 @@ After joining the [DataTalks.Club Slack workspace](https://datatalks.club/slack)
2626

2727
Before asking questions, read [Asking Questions]({{ '/courses/zoomcamp-logistics/asking-questions/' | relative_url }}) and the [community guidelines](https://datatalks.club/slack/guidelines.html).
2828

29+
## Follow the announcements
30+
31+
So you don't miss anything:
32+
33+
- Join the [course Telegram channel with announcements](https://t.me/dtc_courses).
34+
- Subscribe to the [DataTalks.Club YouTube channel](https://www.youtube.com/c/DataTalksClub) and check the [course playlist](https://www.youtube.com/playlist?list=PL3MmuxUbc_hIUISrluw_A7wDSmfOhErJK).
35+
36+
Course announcements, including when certificates are ready, go out in Slack and Telegram.
37+
2938
## Watch the course videos
3039

3140
All lectures are on the [course YouTube playlist](https://www.youtube.com/playlist?list=PL3MmuxUbc_hIUISrluw_A7wDSmfOhErJK). The repository README and each module folder link to the relevant videos in order.
@@ -42,3 +51,7 @@ Module 1 walks through environment setup, including Python, Docker, and an optio
4251
4. Complete the homework assignment.
4352
5. Check the cohort folder for cohort-specific materials and deadlines.
4453
6. Finish with the final project, which ties the modules together.
54+
55+
## Getting your certificate
56+
57+
Completing the final project during a live cohort earns you the certificate. See [Certificate]({{ '/courses/mlops-zoomcamp/certificate/' | relative_url }}) for how it is issued and how to add it to LinkedIn.

courses/mlops-zoomcamp/project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ The [07-project folder](https://github.com/DataTalksClub/mlops-zoomcamp/tree/mai
3434

3535
## Certificate
3636

37-
Completing the project during a live cohort is how you earn the certificate. Since there is no live 2026 cohort, the project is currently for self-assessment and portfolio building. See [Certification]({{ '/courses/zoomcamp-logistics/certification/' | relative_url }}) for how certification works in general.
37+
Completing the project during a live cohort is how you earn the certificate. Since there is no live 2026 cohort, the project is currently for self-assessment and portfolio building. See [Certificate]({{ '/courses/mlops-zoomcamp/certificate/' | relative_url }}) for how the certificate is issued and how to add it to LinkedIn, and [Certification]({{ '/courses/zoomcamp-logistics/certification/' | relative_url }}) for the cross-course rules.

courses/mlops-zoomcamp/resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Resources"
33
layout: default
4-
nav_order: 7
4+
nav_order: 8
55
parent: MLOps Zoomcamp
66
has_children: false
77
---

0 commit comments

Comments
 (0)