Skip to content

Commit

Permalink
Add missing series
Browse files Browse the repository at this point in the history
  • Loading branch information
parafoxia committed Mar 1, 2024
1 parent 6117897 commit 7c93d42
Show file tree
Hide file tree
Showing 12 changed files with 58 additions and 2 deletions.
Binary file added public/assets/images/series/git-good.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/images/series/python-310.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/images/series/python-313.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/images/series/ruff.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/images/series/typing.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions src/_series/git-good.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: "Git Good"
tagline: >
If the thought of learning Git has scared you, or you are just looking to...*ahem* GIT GOOD (get it?), then you're in the right place!
thumbnail: "/assets/images/series/git-good.jpg"
launch_date: "2024-03-01"
last_updated: "2024-03-15"
status: "Active"
playlist_link: "https://www.youtube.com/playlist?list=PLYeOw6sTSy6aZZ1RJNYyJ43iKtDdAFUB-"
---

## Required

* [Git](https://git-scm.com/downloads)

## Notes

1. On Linux and macOS, you can install Git through your package manager.
10 changes: 10 additions & 0 deletions src/_series/python-310.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: "Python 3.10"
tagline: >
All the updates from Python 3.10.
thumbnail: "/assets/images/series/python-310.jpg"
launch_date: "2021-10-11"
last_updated: "2021-10-15"
status: "Finished"
playlist_link: "https://www.youtube.com/playlist?list=PLYeOw6sTSy6be7f6thKwtAEjMegCbKpjE"
---
2 changes: 1 addition & 1 deletion src/_series/python-312.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Python 3.12"
tagline: >
All the updates from Python 3.13.
All the updates from Python 3.12.
thumbnail: "/assets/images/series/python-312.jpg"
launch_date: "2022-11-07"
last_updated: "2024-01-31"
Expand Down
10 changes: 10 additions & 0 deletions src/_series/python-313.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: "Python 3.13"
tagline: >
All the updates from Python 3.13.
thumbnail: "/assets/images/series/python-313.jpg"
launch_date: "2023-10-16"
last_updated: "2024-02-04"
status: "Active"
playlist_link: "https://www.youtube.com/playlist?list=PLYeOw6sTSy6aF4YtO8xHRHwYxhJ0Mli5u"
---
9 changes: 9 additions & 0 deletions src/_series/ruff.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: "Ruff"
tagline: ""
thumbnail: "/assets/images/series/ruff.jpg"
launch_date: "2023-02-27"
last_updated: "2023-11-06"
status: "Active"
playlist_link: "https://www.youtube.com/playlist?list=PLYeOw6sTSy6YuC9UPbdWZ-qTH1Sfgy0wA"
---
9 changes: 9 additions & 0 deletions src/_series/typing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: "Typing"
tagline: ""
thumbnail: "/assets/images/series/typing.jpg"
launch_date: "2021-08-23"
last_updated: "2023-10-09"
status: "Active"
playlist_link: "https://www.youtube.com/playlist?list=PLYeOw6sTSy6ZrwU4RUSWQOoUMLeADOnpI"
---
2 changes: 1 addition & 1 deletion src/_series/visual-studio-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ tagline: ""
thumbnail: "/assets/images/series/visual-studio-code.jpg"
launch_date: "2022-05-11"
last_updated: "2023-01-14"
status: "Dormant"
status: "Active"
playlist_link: "https://www.youtube.com/playlist?list=PLYeOw6sTSy6YWgd1F1mLCmzgxOkxUuxeQ"
---

Expand Down

0 comments on commit 7c93d42

Please sign in to comment.