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

Module/0 resources #3

Open
wants to merge 30 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
110a091
Init module 0 directory and branch.
Jun 29, 2019
0bff2fa
Update README.md
jpleva91 Jun 29, 2019
6e6766f
Update README.md
jpleva91 Jun 29, 2019
e385140
Update README.md
jpleva91 Jun 29, 2019
ba6375d
Update README.md
jpleva91 Jun 29, 2019
05081f9
Update README.md
jpleva91 Jun 29, 2019
fbb0c66
Update README.md
jpleva91 Jun 29, 2019
daa45ff
Add module directory structure
Jun 29, 2019
e3972b0
Added readme to each directory.
Jun 29, 2019
2d3a0d2
Update README.md
jpleva91 Jun 29, 2019
39560ae
Update README.md
jpleva91 Jun 29, 2019
79d6b4b
Update README.md
jpleva91 Jun 29, 2019
fdb21c6
Update README.md
jpleva91 Jun 29, 2019
a9c7665
Update README.md
jpleva91 Jun 29, 2019
6bc117e
Update README.md
jpleva91 Jun 29, 2019
4e6f106
Update README.md
jpleva91 Jun 29, 2019
2be392c
Update README.md
jpleva91 Jun 29, 2019
e363a14
Update README.md
jpleva91 Jun 29, 2019
c4e707c
Update README.md
jpleva91 Jun 29, 2019
c2e1a71
Update README.md
jpleva91 Jun 29, 2019
5a891fc
Create command-line-lab.md
jpleva91 Jun 29, 2019
6073226
Update README.md
jpleva91 Jun 29, 2019
0f2fdbf
Update README.md
jpleva91 Jun 29, 2019
7772f32
edit 1
jpleva91 Jul 13, 2019
af7da1a
Merge pull request #2 from shift-up/fasdfasdf
jpleva91 Jul 13, 2019
5e89199
added some resources for the first 3 sections
fearthebeard88 Jul 24, 2019
6786a24
added command line basics resources
fearthebeard88 Jul 28, 2019
274e3ce
fixed readme for command line basics being in the wrong directory, ad…
fearthebeard88 Jul 28, 2019
d3b56bc
added resources for markdown, and basic git functions
fearthebeard88 Jul 28, 2019
50dfa0f
added optional exercise to command line basics
fearthebeard88 Aug 4, 2019
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
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# coursebook
# Welcome to the Shift_Up Coursebook!

[Start here!](https://github.com/shift-up/coursebook/blob/module/0/module/module-0/README.md)
16 changes: 16 additions & 0 deletions module/module-0/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Module 0: Getting started

## Introduction
hgdfhgfh

## What you will learn? (Outcomes)
1. [Welcome to Shift Up!](https://github.com/shift-up/coursebook/blob/module/0/module/module-0/section-1/README.md)
2. [What is Web Development?](https://github.com/shift-up/coursebook/blob/module/0/module/module-0/section-2/README.md)
3. [How does the Internet work?](https://github.com/shift-up/coursebook/blob/module/0/module/module-0/section-3/README.md)
4. [Getting started with a text editor / IDE.](https://github.com/shift-up/coursebook/blob/module/0/module/module-0/section-4/README.md)
5. [How to use the Command Line.](https://github.com/shift-up/coursebook/blob/module/0/module/module-0/section-5/README.md)
6. [How to use Git & Github.](https://github.com/shift-up/coursebook/blob/module/0/module/module-0/section-6/README.md)
7. [How to use Markdown.](https://github.com/shift-up/coursebook/blob/module/0/module/module-0/section-7/README.md)

## Ready?
[Lets begin!](https://github.com/shift-up/coursebook/blob/module/0/module/module-0/section-1/README.md)
Empty file.
Empty file.
Empty file added module/module-0/labs/README.md
Empty file.
1 change: 1 addition & 0 deletions module/module-0/labs/command-line-lab.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Command Line Lab
6 changes: 6 additions & 0 deletions module/module-0/section-1/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Welcome to Shift Up!
[Visit our website!](https://www.shiftup.tech)
# Wrap Up

# Up Next
[What is Web Development?](https://github.com/shift-up/coursebook/blob/module/0/module/module-0/section-2/README.md)
6 changes: 6 additions & 0 deletions module/module-0/section-2/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# What is Web Development?

# Wrap Up

# Up Next
[How does the Internet work?](https://github.com/shift-up/coursebook/blob/module/0/module/module-0/section-3/README.md)
4 changes: 4 additions & 0 deletions module/module-0/section-2/resources/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Resources for Section 2

[What is Web Development?](https://www.codingdojo.com/blog/what-is-web-development)

4 changes: 4 additions & 0 deletions module/module-0/section-3/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# How Does the Internet Work?

# Up Next
[Choosing a Text Editor](https://github.com/shift-up/coursebook/blob/module/0/module/module-0/section-4/README.md)
3 changes: 3 additions & 0 deletions module/module-0/section-3/resources/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# How does the Internet Work?

[Medium Article](https://medium.com/@User3141592/how-does-the-internet-work-edc2e22e7eb8)
4 changes: 4 additions & 0 deletions module/module-0/section-4/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Choosing a Text Editor

# Up Next
[Command Line Basics](https://github.com/shift-up/coursebook/blob/module/0/module/module-0/section-5/README.md)
18 changes: 18 additions & 0 deletions module/module-0/section-4/resources/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# How to choose a text editor?
[Difference between a text editor and an IDE](https://medium.com/@theoldercoder/choosing-a-text-editor-3e56f71bd636)
Note: This also includes some recommended text editors/IDE's.

# Downloads
[Visual Studio Code](https://code.visualstudio.com/)

[Visual Studio 2019](https://visualstudio.microsoft.com/vs/)

[Sublime](https://www.sublimetext.com/)

[Brackets](http://brackets.io/)

[Netbeans](https://netbeans.org/)

[Vim](https://www.vim.org/download.php)

Note: These are just a few editors that I have used or seen used, this is by no means a comprehensive list of all editors that are available for use. If you come accross an editor or IDE that you think works well, feel free to suggest it be added to the list.
7 changes: 7 additions & 0 deletions module/module-0/section-5/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Command Line Basics
1. Complete the first 2 sections of this interactive [Codeacademy](https://www.codecademy.com/learn/learn-the-command-line) on command line basics. (~30 minutes)
2. (Optional) [Complete this Command Line Crash Course from Learn Python the Hard Way](https://learnpythonthehardway.org/book/appendixa.html)
3. (Optional) [Complete the first section of Rithm School Terminal Fundamentals
](https://www.rithmschool.com/courses/terminal)
# Lab
[Command Line Lab](https://github.com/shift-up/coursebook/blob/module/0/module/module-0/labs/command-line-lab.md)
19 changes: 19 additions & 0 deletions module/module-0/section-5/resources/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Command Line Basics Resources

# Basic Terminal Commands
[Fundamentals with Rithm School](https://www.rithmschool.com/courses/terminal)
[Fundamentals with The Odin Project](https://www.theodinproject.com/courses/web-development-101/lessons/command-line-basics-web-development-101)

# Installation of Git Bash Terminal
[Git Installation Walk Through](https://www.siteground.com/tutorials/git/windows-installation/)

# Relative vs. Absolute File Paths
[File paths](https://www.geeksforgeeks.org/absolute-relative-pathnames-unix/)

# What is Vim?
[What is Vim?](https://medium.com/@fay_jai/what-is-vim-and-why-use-vim-54c67ce3c18e)

# Vim for beginners
[Vim for beginners](https://scotch.io/tutorials/getting-started-with-vim-an-interactive-guide)


Empty file.
6 changes: 6 additions & 0 deletions module/module-0/section-6/resources/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Git and Github

[What is Git and what is Github?](https://guide.freecodecamp.org/git/difference-git-github/)
[Basic Git commands](https://www.freecodecamp.org/news/git-commands/)
[Additional Git commads](https://www.freecodecamp.org/news/git-commands/)
[.gitignore File](https://www.atlassian.com/git/tutorials/saving-changes/gitignore)
3 changes: 3 additions & 0 deletions module/module-0/section-7/resources/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# What is markdown?

[Github Markdown](https://guides.github.com/features/mastering-markdown/)