Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove some mod 2 resources and exercises #86

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions module2/archived_exercises.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- [Routes and controllers](https://github.com/turingschool/challenges/blob/master/routes_controllers_rails.markdown).

- [Remembering Ruby](./misc/violations)
6 changes: 1 addition & 5 deletions module2/exercises.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,13 @@ layout: page
- [Day Hike](https://github.com/turingschool-projects/day_hike)
- [Blogger](http://backend.turing.io/module2/misc/blogger)
- [Bakery](https://github.com/earl-stephens/bakery)
- [Routes and controllers](https://github.com/turingschool/challenges/blob/master/routes_controllers_rails.markdown).

## Independent Challenge Practices
- [Hogwarts](https://github.com/turingschool-examples/bloody_hogwarts) (Week 2)
- [Apollo 14](https://github.com/turingschool-projects/apollo_14) (Week 2)
- [Vending Machine Tracker](https://github.com/turingschool-examples/vending-machine-tracker/tree/master) (Week 4)
- [The Final Rose](https://github.com/turingschool-examples/the_final_rose) - Longer than an actual in class challenge, but could be good preparation before Week 4 challenge, or prep for the final.
- [The Final Rose](https://github.com/turingschool-examples/the_final_rose) - Longer than an actual in class challenge, but could be good preparation before Week 4 challenge, or prep for the final.

## Ruby

- [Remembering Ruby](./misc/violations)

## Web Applications

Expand Down
5 changes: 5 additions & 0 deletions module2/resources/archived_resources.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- [Database Normalization and Optimization](../lessons/database_normalization_and_optimization)
- [Intro to the Asset Pipeline](../lessons/asset_pipeline)
- [Capybara (software) - Wikipedia](https://en.wikipedia.org/wiki/Capybara_(software))
- [The Basics of Capybara and Improving your Tests](https://www.sitepoint.com/basics-capybara-improving-tests/)
- [CSS Zen Garden](http://www.csszengarden.com/)
9 changes: 1 addition & 8 deletions module2/resources/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,18 @@ layout: page

- [1 of 8 Intro to Database Series. by Dr. Daniel Soper](https://www.youtube.com/watch?v=4Z9KEBexzcM)
- [Advanced SQL practice](https://github.com/turingschool/lesson_plans/blob/master/ruby_03-professional_rails_applications/intermediate_sql.md)
- [Database Normalization and Optimization](../lessons/database_normalization_and_optimization)
- [Intermediate ActiveRecord](../lessons/intermediate_active_record)

## Rails

- [Callbacks & Refactoring](../lessons/callbacks_and_refactoring)
- [Intro to the Asset Pipeline](../lessons/asset_pipeline)
- [Exploration: Shopping Cart Best Practices](../misc/cart_exploration)
- [Exploration: Authentication/Autorization](../explorations/auth_exploration)
- [Exploration: Authentication/Authorization](../explorations/auth_exploration)
- [Rack Tutorial](https://github.com/turingschool-examples/rack_server)

## Testing

- [Factory Bot](../lessons/factory_bot)
- [Capybara (software) - Wikipedia](https://en.wikipedia.org/wiki/Capybara_(software))
- [The Basics of Capybara and Improving your Tests](https://www.sitepoint.com/basics-capybara-improving-tests/)
- [Testing your App with Capybara](https://github.com/teamcapybara/capybara)

## Git and Github
Expand All @@ -37,14 +33,11 @@ layout: page
## HTML, CSS, and Other Styling Resources

- Finding CSS/HTML challenging still? Checkout out this [tutorial](https://github.com/turingschool-examples/introductory-static-site)
- [CSS Zen Garden](http://www.csszengarden.com/)
* [Intro to Sass](../lessons/intro_to_sass)
* [Sass](https://sass-lang.com/guide)
* [CSS Basics](https://thecssworkshop.com/css-basics)
* [CSS Psuedo-Classes & Psuedo-Elements](http://www.growingwiththeweb.com/2012/08/pseudo-classes-vs-pseudo-elements.html)
* [Flexbox Guide](https://css-tricks.com/snippets/css/a-guide-to-flexbox/)
* [Flexbox Visualization](https://medium.freecodecamp.org/an-animated-guide-to-flexbox-d280cf6afc35)
* [Flexbox Tutorial](https://mastery.games/p/flexbox-zombies)
* [Another Flexbox Tutorial](https://flexboxfroggy.com/)
* [Grid Guide](https://css-tricks.com/snippets/css/complete-guide-grid/)
* [Grid Tutorial](https://cssgridgarden.com/)
Expand Down