All Projects → eggheadio → eggheadio-course-notes

eggheadio / eggheadio-course-notes

Licence: other
Really Good Notes on egghead.io courses 🌱

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to eggheadio-course-notes

build-an-app-with-the-AWS-cloud-development-kit-notes
Community notes intended to supplement Tomasz's Build an App with the AWS Cloud Development Kit course
Stars: ✭ 33 (-73.6%)
Mutual labels:  eggheadio-notes, eggheadio
USTC-CS-Resources
USTC计算机学院 个人学习资料分享
Stars: ✭ 86 (-31.2%)
Mutual labels:  notes
zone
A URL shortener / note sharing service.
Stars: ✭ 18 (-85.6%)
Mutual labels:  notes
notey.app
📝 A notes app to keep track of important things
Stars: ✭ 17 (-86.4%)
Mutual labels:  notes
rofi-notes
📓 tiny script for managing notes with rofi
Stars: ✭ 13 (-89.6%)
Mutual labels:  notes
Cyanhall
Content List on Cyanhall, Star me if it’s useful ★ Cheatsheets
Stars: ✭ 39 (-68.8%)
Mutual labels:  notes
jot
Command-line note-taking for minimalists
Stars: ✭ 24 (-80.8%)
Mutual labels:  notes
learning notes
学习笔记
Stars: ✭ 18 (-85.6%)
Mutual labels:  notes
andresrodriguez55.github.io
Personal blog and portfolio with administration panel, notification system and comment system.
Stars: ✭ 18 (-85.6%)
Mutual labels:  notes
PrivateNotes
个人学习笔记,包含了计算机科学笔记,前端笔记,后端笔记
Stars: ✭ 16 (-87.2%)
Mutual labels:  notes
flawesome
Productivity Tool
Stars: ✭ 56 (-55.2%)
Mutual labels:  notes
Road2StrategyPM
产品策划开发修炼手记 👩🏻‍💻
Stars: ✭ 80 (-36%)
Mutual labels:  notes
mojoicons
Handcrafted 100 Outline and Flat Icons for Free -
Stars: ✭ 23 (-81.6%)
Mutual labels:  illustration
GitNotes
一个在浏览器上运行的笔记浏览应用, 用于浏览以 Markdown 书写的, 存放在 GitLab 或 GitHub 上的笔记.
Stars: ✭ 33 (-73.6%)
Mutual labels:  notes
Noted-Android
Noted app for android
Stars: ✭ 78 (-37.6%)
Mutual labels:  notes
side-notes
Easy access to a notes file in Emacs
Stars: ✭ 19 (-84.8%)
Mutual labels:  notes
five-min-rust
Rust concise 5 Minutes cheat-sheet for each concepts. (WIP)
Stars: ✭ 16 (-87.2%)
Mutual labels:  notes
learning-growth
主要是我的一些阅读、学习、社交、研究、思考、放松娱乐记录整理。
Stars: ✭ 73 (-41.6%)
Mutual labels:  notes
arsenal
Personal notes on cloud and machine learning 📃 🐝
Stars: ✭ 24 (-80.8%)
Mutual labels:  notes
notes
keep thinking but sunset it and move to
Stars: ✭ 29 (-76.8%)
Mutual labels:  notes
Awesome Cheatsheets Logo

Welcome to eggheadio-course-notes

This repository is a community garden lead by the eggheadio team and Learner Advocates.

With eggheadio-course-notes, you gain further resources to enrich your learning experience on egghead.io. You are encouraged to leverage these notes when taking an egghead course, share, iterate, and contribute to them.

Getting Started

Each folder contains notes on a course. Inside each folder, you can find one or more of the following resources:

  • Notes
  • Exercises
    • Community solutions
  • Sketch Notes

Contribution

Learner Advocates create the initial set of notes. Once created, anyone from the community can contribute to the collection of notes.

  • One set of notes per course
  • If a course has already been covered, feel free to submit additions.

Contributions we are looking for

We are looking for notes that explore holes in the material, fill in gaps, expand with alternative ideas, question the answers given, and give us a stronger sense of depth and understanding.

This can take several forms. Including, progressive summarization, sketch notes, illustrations, notes on deprecations, links to additional resources, and code examples.

Submitting a contribution

  • Fork eggheadio/eggheadio-course-notes
  • Create a new branch
  • Expand upon existing course notes
  • Pull Request into eggheadio/eggheadio-course-notes

First Pull Request

This is your first Pull Request? We recommend taking the following course:

Code Review

The egghead team will review your contribution. You will hear back from one of the team members about your Pull Request in a timely manner. Either your Pull Request will be merged, or you will receive feedback on how it can be accepted.

Community

If there is a course on egghead.io that you would like to see notes, please feel free to file an issue with the course name.

If you see anything wrong or missing, please file an issue!

Community Code of Conduct

This is a safe and collaborative environment to work together. This repository follows the egghead Community Code of Conduct.

Creating Course Directories

  1. Run yarn to install dependencies
  2. Set up Auth
  3. Create a file ~/.env with these contents:
CLOUDINARY_API_KEY=insert-key-here
CLOUDINARY_API_SECRET=insert-key-here
CLOUD_NAME=insert-name-here
  1. Run yarn start
  2. Paste the course slug you are going to enhance, and hit enter
  3. Check the output directory
  4. ???
  5. Profit!

AWS credentials can be created in the management console for development. (You shouldn't have to worry about this)

Set up Auth

  1. Request a user token from an egghead team lead
  • They will generate an access token from a user on the production database
  • User.find_by_email('[email protected]').access_tokens.create!
  1. Copy the .env-template file
  2. Create a .env file
  3. Paste what you copied to the contents of the file
  4. Replace YOUR-TOKEN-HERE with requested token
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].