Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 `