Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dueyfinster/pluralsight
Course Examples from Pluralsight
https://github.com/dueyfinster/pluralsight
java kafka kubernetes python spark
Last synced: about 1 month ago
JSON representation
Course Examples from Pluralsight
- Host: GitHub
- URL: https://github.com/dueyfinster/pluralsight
- Owner: dueyfinster
- Created: 2017-08-18T12:09:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-07-26T12:27:57.000Z (over 2 years ago)
- Last Synced: 2024-11-12T23:19:39.413Z (3 months ago)
- Topics: java, kafka, kubernetes, python, spark
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pluralsight Courses
A collection of course materials / exercises from courses I have done - see the branches.## To start a new course
1. Create a new oprhan branch `git checkout --orphan `
2. Remove existing files: `git rm -rf .`
3. Set Upstream: `git push --set-upstream origin `