All Projects → TheOdinProject → Curriculum

TheOdinProject / Curriculum

Licence: other
The open curriculum for learning web development

Projects that are alternatives of or similar to Curriculum

Theodinproject
Main Website for The Odin Project
Stars: ✭ 1,227 (-71.06%)
Mutual labels:  hacktoberfest, ruby-on-rails, curriculum
introduction-to-computer-science
Microsoft TEALS Program - Introduction to Computer Science
Stars: ✭ 93 (-97.81%)
Mutual labels:  students, curriculum, lessons
Goldiloader
Just the right amount of Rails eager loading
Stars: ✭ 1,074 (-74.67%)
Mutual labels:  hacktoberfest, ruby-on-rails
Teammates
This is the project website for the TEAMMATES feedback management tool for education
Stars: ✭ 1,121 (-73.56%)
Mutual labels:  hacktoberfest, students
Awesome Openminds Team
A Repository for students, geeks, programmers, and designers
Stars: ✭ 101 (-97.62%)
Mutual labels:  hacktoberfest, students
Curriculum
The curriculum of Techtonica, a free tech training and job placement program for women and non-binary adults with low incomes.
Stars: ✭ 414 (-90.24%)
Mutual labels:  hacktoberfest, curriculum
Matestack Ui Core
Matestack enables you to create sophisticated, reactive UIs in pure Ruby, without touching JavaScript and HTML. You end up writing 50% less code while increasing productivity, maintainability and developer happiness.
Stars: ✭ 469 (-88.94%)
Mutual labels:  hacktoberfest, ruby-on-rails
Ifme
Free, open source mental health communication web app to share experiences with loved ones
Stars: ✭ 1,147 (-72.95%)
Mutual labels:  hacktoberfest, ruby-on-rails
Hackclub
🏫 Hack Club is a nonprofit network of computer science clubs where members learn to code through tinkering and building projects
Stars: ✭ 2,139 (-49.55%)
Mutual labels:  hacktoberfest, curriculum
Rails api base
API boilerplate project for Ruby On Rails 6
Stars: ✭ 172 (-95.94%)
Mutual labels:  hacktoberfest, ruby-on-rails
Filestack Rails
Official Ruby on Rails plugin for Filestack File Picker that makes it easy to add powerful file uploading and transformation capabilities to any web or mobile application.
Stars: ✭ 220 (-94.81%)
Mutual labels:  hacktoberfest, ruby-on-rails
Huskyci
Performing security tests inside your CI
Stars: ✭ 398 (-90.61%)
Mutual labels:  hacktoberfest, ruby-on-rails
Curriculum
Overview of the different modules and learning goals of the program.
Stars: ✭ 40 (-99.06%)
Mutual labels:  students, curriculum
Fae
CMS for Rails. For Reals.
Stars: ✭ 701 (-83.47%)
Mutual labels:  hacktoberfest, ruby-on-rails
Terrastories
Terrastories is a geostorytelling application built to enable local communities to locate and map their own oral storytelling traditions about places of significant meaning or value to them. Check out our Wiki for open source development information.
Stars: ✭ 158 (-96.27%)
Mutual labels:  hacktoberfest, ruby-on-rails
curriculum
A roadmap for Boot.dev's CS curriculum for backend developers
Stars: ✭ 492 (-88.4%)
Mutual labels:  students, curriculum
Self-Paced-Coding-Curriculum
Full-stack self-paced coding curriculum I created to teach myself and others how to code.
Stars: ✭ 12 (-99.72%)
Mutual labels:  curriculum, ruby-on-rails
Ant Design Blazor
🌈A set of enterprise-class UI components based on Ant Design and Blazor WebAssembly.
Stars: ✭ 3,890 (-8.25%)
Mutual labels:  hacktoberfest
Social
🎉 Social can be used for work, or to connect to the fediverse!
Stars: ✭ 302 (-92.88%)
Mutual labels:  hacktoberfest
Hint
💡 A hinting engine for the web
Stars: ✭ 3,280 (-22.64%)
Mutual labels:  hacktoberfest

Welcome to The Odin Project Curriculum

The Odin Project (also known as TOP) is an open-source community for learning full-stack web development. Our mission is to provide a comprehensive curriculum to learn web development for free. We help our students learn the skills and build the impressive portfolio of projects they need to get hired as a web developer.

The curriculum is divided into distinct courses, each covering the subject language in depth. Each course contains a listing of lessons interspersed with multiple projects. These projects give students the opportunity to practice what they are learning, thereby reinforcing and solidifying the theoretical knowledge learned in the lessons. Completed projects may then be included in the student's portfolio.

Lessons are structured through a combination of original written content and a compilation of carefully curated resources from the web. This is where the contributing happens!

This repository houses the curricular content used in The Odin Project website. (cf. this repository which houses the front-end and back-end code.)

The TOP community can be found in our Discord chat rooms.

Contributing

The Odin Project depends on open-source contributions to improve, grow, and thrive. We welcome contributors of all experience levels and backgrounds to help maintain this awesome curriculum and community.

Lessons/Courses in Development

We are constantly making improvements to the curriculum, and new lessons are always in the works. However, writing new lessons is very time consuming and is done for free. If you would like to know specifics about work on new lessons, ask in the Discord chat, or keep an eye on this repo.

In flight curriculum initiatives

HTML/CSS course rewrite

We are in the process of completely rewriting all of our HTML and CSS content, from scratch. Our current curriculum relies too heavily on freecodecamp, which many of our students report is somewhat of a slog. Additionally, much of our later content is getting somewhat dated, so we are in need of a refresh.

You can see what we're working on here.

If you would like to help us develop any lessons, please read our contributing guide to find out how you can contribute.

A non-exhaustive list of what you can contribute to help us:

  • correcting typos and other grammar errors,
  • rewriting lesson sections to make them clearer and easier to understand,
  • fixing broken links,
  • adding new resource links you think would make a lesson better, and
  • working on new lessons and projects. You can choose to work on parts of a lesson that are outlined in the progress list on lesson plans or you can work on completing an entire lesson yourself.

To find out more about how you can contribute, please read our contributing guide.

Other helpful links

For more information about The Odin Project, go to theodinproject.com.

For the source code to The Odin Project's main website (which pulls in this curriculum), check out the github repo here.

Happy Coding!

* See license.md for usage details.


Created by Erik Trautman

The Odin Project - JavaScript Curriculum

Mission statement

Our main focus is the cultivation and sequencing of the best free resources around the internet. We believe wholeheartedly that everything one needs to know to become employed can be found for free online. However, for the average new learner, the vast quantity (and widely varying quality) of resources makes it difficult to make meaningful progress. Therefore, we have devised three basic steps to fix this.

  1. We have created a curriculum that attempts to find the optimal sequencing of information. This curriculum is intended to take someone from knowing literally nothing about web development to a point where they could be employed as a Junior Developer.
  2. For each topic in the curriculum, we try to find the best free resources on the internet that teach that topic. We will often link multiple resources so as to not rely too much on a single source of information. If good resources cannot be found, we write our own, but we prefer primary links to external sites.
  3. We invent and cultivate projects that give learners a chance to practice what they have learned and to integrate skills along the way. These projects increase information retention, give the learner a chance to experiment, and allow the learner to build an impressive portfolio.

Additionally, we have made our learning materials completely open source. This means that if anyone comes across a resource that is better than what is currently included in our lessons, that person is free (and encouraged!) to add them, which improves our curriculum over time and helps it to stay up to date.

Contributing

If you would like to contribute to this project, please contact us here.

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].