Skip to content

Commit

Permalink
Change Lesson section title.
Browse files Browse the repository at this point in the history
  • Loading branch information
MichelleGlauser committed Aug 16, 2018
1 parent d40222c commit 74e83e4
Show file tree
Hide file tree
Showing 89 changed files with 91 additions and 91 deletions.
2 changes: 1 addition & 1 deletion _templates/topic-outline.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Here's why this topic should be learned.
- [Example website](example.com)
- [Other example website](otherexample.com)

### Mini Lesson
### Lesson

Here's text about introducing something and how it works.

Expand Down
2 changes: 1 addition & 1 deletion accessibility/accessibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Accessibility refers to the design of products, devices, services, or environmen
- Why is it important?
- How do we design and build for accessibility?

### Mini Lesson
### Lesson

Try navigating a website with your keyboard only.
Start with www.trello.com.
Expand Down
2 changes: 1 addition & 1 deletion ajax/ajax.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Front-end code of interactive websites often need to talk to backend servers to
### Objective
**Apprentices will be able to** make AJAX calls to an API.

### Mini Lesson
### Lesson
[Slides](https://docs.google.com/presentation/d/1S3BjcLZNjex2_qiA9MdyJOjWZ_qmJ78STbUeDEyHH_8/edit#slide=id.g241461b869_0_5) | [Slides with Audio](https://drive.google.com/file/d/1EoYa8VYMsJwY2wbSebT6BGyhHLW58P77/view)

### Materials
Expand Down
2 changes: 1 addition & 1 deletion algorithms/intro-to-algorithms.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Here's why this topic should be learned.
- [Example website](example.com)
- [Other example website](otherexample.com)

### Mini Lesson
### Lesson

Here's text about introducing something and how it works.

Expand Down
2 changes: 1 addition & 1 deletion algorithms/searching.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Additional resources:
- [Binary search + code implementation video](https://www.youtube.com/watch?v=P3YID7liBug)


### Mini Lesson
### Lesson

What is an algorithm? Think about how you make a sandwich. Does the order you put the ingredients matter? (You may think no, but can the outermost ingredient be anything?) Sometimes the steps of algorithms are really important (like bread has to come first, and usually it's eaiser to put sauce on the bread) and sometimes it doesn't matter (turkey, cheese, lettuce, tomato, or other additives can usually go in any order).

Expand Down
2 changes: 1 addition & 1 deletion api-application-programming-interface/apis-and-json.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ APIs let you access a wealth of services that other companies and people have wr
- [Codecademy APIs](https://www.codecademy.com/apis)
- [List of APIs and documentation](https://any-api.com/)

### Mini Lesson
### Lesson

- [APIs & JSON (Video walkthrough of lesson slides)](https://drive.google.com/open?id=1sQCNXK9u8VD4xqlxmPVBEzB6mE2OqNFH)
- [APIs & JSON (slides)](https://docs.google.com/presentation/d/1sD3nwQnhbe1wPnAWes0Nbt578tJacTtx0Yqy8XFp7w8/edit?usp=sharing)
Expand Down
2 changes: 1 addition & 1 deletion asking-good-questions/asking-good-questions.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ The ability to ask questions that lead to useful answers is a must-have skill fo
- [How to Ask Good Questions (article)](https://jvns.ca/blog/good-questions/)
- [10 Mistakes That JavaScript Beginners Often Make](https://tutorialzine.com/2014/04/10-mistakes-javascript-beginners-make)

### Mini Lesson
### Lesson

[Asking Good Questions (video walkthrough of slides)](https://drive.google.com/open?id=1dI0tatpyyuIAwT1nbfN_HzwT17IcPZ1X)

Expand Down
2 changes: 1 addition & 1 deletion atom/atom.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Most software is written using text editors. Atom is a very popular open-source
- [Atom's "Getting Started" manual](http://flight-manual.atom.io/getting-started/sections/atom-basics/)
- [Atom Settings & Preferences (video)](https://www.youtube.com/watch?v=zYvMFtO71fk)

### Mini Lesson
### Lesson

[Local Development with Atom (video walkthrough of slides)](https://drive.google.com/open?id=1jC28sx3FkocnT-81pE-6sDfGvzIg5HLW)
- Please watch the video the first time without working along with the demonstration. Just absorb the concepts. Then, you can watch the demonstration a second time and code with the instructor if you like.
Expand Down
2 changes: 1 addition & 1 deletion best-practices/scrum.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Practicing scrum will enable you and your team to instantly address change reque
- [Atlassian Scrum](https://www.atlassian.com/agile/scrum)
- [What is Scrum the Video](https://youtu.be/TRcReyRYIMg)

### Mini Lesson
### Lesson

Scrum is a technique for managing communication using an organized methodology that promotes [Agile software development](https://en.wikipedia.org/wiki/Agile_software_development)

Expand Down
2 changes: 1 addition & 1 deletion bootstrap/bootstrap.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Bootstrap is a popular and easy-to-use front-end framework first released by Twi
- [Existing Bootstrap templates you can already use!](https://startbootstrap.com/template-categories/all/)
- [Quick video walkthrough](https://www.youtube.com/watch?v=no-Ntkc836w)

### Mini Lesson
### Lesson
[Bootstrap (Video walkthrough of slides)](https://drive.google.com/file/d/1iV_r_mIHiKy1hqZ6Z8sfYt_zw1ydSfH6/view)

[Bootstrap (slides)](https://docs.google.com/presentation/d/17bEC3-xOEy8lt1BoT3hpQTABOUTKB7ueZeJQRiQ2YW0/edit#slide=id.g22b045fc2c_0_8)
Expand Down
2 changes: 1 addition & 1 deletion chrome-developer-tools/chrome-developer-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Chrome Developer Tools help tremendously with front-end development (HTML, CSS &

- [Quick Source Viewer Chrome Extension](https://chrome.google.com/webstore/detail/quick-source-viewer/cfmcghennfbpmhemnnfjhkdmnbidpanb?hl=en-US)

### Mini Lesson
### Lesson
- [Chrome Developer Tools (video walkthrough of slides)](https://drive.google.com/open?id=1-UFSWyYyTnLjxm5RWF_49TTCwbEpWLJK)

- [Chrome Developer Tools (slides)](https://docs.google.com/presentation/d/1z8aIzOxV5L-zW3MZmZhX67DgyLq_4ErO4yTS4CIp7R0/edit?usp=sharing)
Expand Down
6 changes: 3 additions & 3 deletions command-line/command-line-advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ List of basic commands
- [An Awk Primer/Awk Command-Line Examples](https://en.wikibooks.org/wiki/An_Awk_Primer/Awk_Command-Line_Examples)
- [I/O Redirection](http://wiki.bash-hackers.org/syntax/redirection)

### Mini Lesson
### Lesson

Let's say we remember part of the path of a file but nothing else. We can use find like so (remember to man find):
find / -path "*part/you/recall*"
Expand All @@ -143,7 +143,7 @@ List of advanced commands
sed - stream editor for filtering and transforming text


### Mini Lesson
### Lesson

This lesson helps you create an executable script.

Expand Down Expand Up @@ -184,7 +184,7 @@ Edit lunch.sh to use this file
echo We also offer:
cat foods.txt

### Mini Lesson
### Lesson

Hold down COMMAND and hit the spacebar.
When the search bar appears type: terminal
Expand Down
2 changes: 1 addition & 1 deletion command-line/command-line-interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ For the layperson, who usually only opens and uses applications on their compute
- [BashGuide](http://mywiki.wooledge.org/BashGuide)
- [Filenames and Pathnames in Shell: How to do it Correctly](https://www.dwheeler.com/essays/filenames-in-shell.html)

### Mini Lesson
### Lesson

[Command Line Interface (video walkthrough of slides)](https://drive.google.com/open?id=1ELQmWotq5CefBojysrHnqcDNV0xXutDx)
- Please watch the video the first time without working along with the demonstration. Just absorb the concepts. Then, you can watch the demonstration a second time and code with the instructor if you like.
Expand Down
2 changes: 1 addition & 1 deletion conflict-resolution/conflict-resolution.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Here are links to lessons that should be completed before this lesson.
- [This website](example.com)
- [This other website](otherexample.com)

### Mini Lesson
### Lesson

Here's text about introducing something and how it works.

Expand Down
2 changes: 1 addition & 1 deletion css/lesson-plan.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ CSS is a language, often used in conjunction with HTML, that styles basic HTML c
- [Codecademy](https://www.codecademy.com/learn/learn-html-css)
- [HTML Dog has some simple CSS tutorials](http://www.htmldog.com/guides/css/)

### Mini Lesson
### Lesson

[CSS (video walkthrough of slides)](https://drive.google.com/open?id=1CKWtB7c__L4B9MroyOFdvz2Bu-k6iUs1)

Expand Down
2 changes: 1 addition & 1 deletion data-models/data-models.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
- [This website](example.com)
- [This other website](otherexample.com)

### Mini Lesson
### Lesson

Here's text about introducing something and how it works.

Expand Down
2 changes: 1 addition & 1 deletion data-science/data-science.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Here are links to lessons that should be completed before this lesson.
- [This website](example.com)
- [This other website](otherexample.com)

### Mini Lesson
### Lesson

Here's text about introducing something and how it works.

Expand Down
2 changes: 1 addition & 1 deletion data-structures/4-semesters-of-computer-science.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ If you are in the San Francisco Bay Area and you get a SFPL library card, you ge
- [Berkeley: CS61b Algorithms + Data Structures Playlist](https://www.youtube.com/watch?v=QMV45tHCYNI&list=PL4BBB74C7D2A1049C)


### Mini Lesson
### Lesson

Here's text about introducing something and how it works.

Expand Down
2 changes: 1 addition & 1 deletion data-structures/deque.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Similar to a queue, deques exist as an ordered collection of items. A deque's na
- [Deque Data Structure](https://youtu.be/5VDQxLAlfu0) - 2 minute video
- [Stacks, Queues, & Double Ended Queues](https://youtu.be/IITnvmnfi_Y)

### Mini Lesson
### Lesson

Review content from slides (TODO: add link here when available).

Expand Down
2 changes: 1 addition & 1 deletion data-structures/hash-tables.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Knowing how hash tables work will give you a deeper understanding of why hash ta
- [Objects and Hash Tables in JavaScript](https://codeburst.io/objects-and-hash-tables-in-javascript-a472ad1940d9)
- [Javascript implementation of Java's String.hashCode() method](http://werxltd.com/wp/2010/05/13/javascript-implementation-of-javas-string-hashcode-method/)

### Mini Lesson
### Lesson

- TODO: [Understanding and Using Hash Tables](https://docs.google.com/presentation/d/1V9liCnncXJDXZ0CK_MbXfFrWz6cwGucTYdIkHdkJ9_8/edit#slide=id.p)
- TODO: [Implementing Hash Tables](https://docs.google.com/presentation/d/1-zCx1fc5cUP6rklL-CrYzmO8ibcXztsOZxJUv3Fpd-s/edit#slide=id.g2f6e14aaa5_0_0)
Expand Down
2 changes: 1 addition & 1 deletion data-structures/intro-to-data-structures.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Some other data structures include record, union, tagged union, class, graphs, a
- [https://www.tutorialspoint.com/data_structures_algorithms/data_structures_basics.htm](https://www.tutorialspoint.com/data_structures_algorithms/data_structures_basics.htm)
- [Data Structure: Queue - Abstract Data Type](https://youtu.be/PjQdvpWfCmE)

### Mini Lesson
### Lesson


### Independent Practice
Expand Down
2 changes: 1 addition & 1 deletion data-structures/linked-lists.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Though you will rarely (if ever) be asked to implement a data structure from scr
- [ES6 Implementation](https://gist.github.com/klugjo/a9e9ef98fe879bc2b19b5a2e5947204c)
- [Instantiation Patterns in Javascript](https://medium.com/dailyjs/instantiation-patterns-in-javascript-8fdcf69e8f9b)

### Mini Lesson
### Lesson

Create a file named "node.js" and create a Node class like the one below but give each Node a 'text' attribute.

Expand Down
2 changes: 1 addition & 1 deletion data-structures/queues.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Queues are widely used both in programming and in real life. In programming: if
- [tuts+: Data Structures With JavaScript: Stack and Queue](https://code.tutsplus.com/articles/data-structures-with-javascript-stack-and-queue--cms-23348)
- [Kate Morley: JavaScript queues](http://code.iamkate.com/javascript/queues/)

### Mini Lesson
### Lesson
Review content from [Lesson Slides](https://docs.google.com/presentation/d/1nBWaTq5Sm1EKbquW12LmonMkW6OqAUGpQI1nW6fiNWI/edit?usp=sharing).

### Common Mistakes / Misconceptions
Expand Down
2 changes: 1 addition & 1 deletion data-structures/stack.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Explain what a stack data structure is and show how it is implemented.
- [InitJS: Implement a Stack in JavaScript](https://initjs.org/data-structure-stack-in-javascript-714f45dbf889)
- [Cloudboost: Data Structures in JavaScript: Stacks & Queues](https://blog.cloudboost.io/data-structures-in-javascript-stacks-queues-75d83cd9f7e1)

### Mini Lesson
### Lesson

- Lesson slides: WIP
- Lesson video: WIP
Expand Down
2 changes: 1 addition & 1 deletion data-structures/trees.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Trees are the type of data structure that will allow you to store and process ob
- [On studying algorithms](http://shlegeris.com/2016/08/14/algorithms)
-[Data Structures & the Job Search](https://haseebq.com/how-to-break-into-tech-job-hunting-and-interviews/#general-study)

### Mini Lesson
### Lesson

Coming up with algorithms requires creativity as well as an understanding of whether and how known techniques can be applied or modified. The effort needed to code an algorithm depends on the coding experience and the level of difficulty of the problem. Because of this, straightforward algorithmic tasks at times turn out to be a challenge to implement and debug. Trees area common interview question. They can be used when you want to store data that takes the shape of a hierarchy. Unlike arrays, and linked lists, trees are a non-linear data structure. Organizing keys in the form of a tree, allows us to serach a given key in less time than a linked list and slower than the time needed to search through an array. Self balancing search trees and Red-Black trees produce an upper bound of O(Logn)for search. Trees also provide a faster key insertion and deletion time when compared to arrays and a slightly slower time when compared to unordered linked lists. The common uses of trees include manipulating hierarchical data, making information easy to search (tree traversal), manipulating sorted lists of data, compositing digital images for visual effects, and router algorithms.

Expand Down
2 changes: 1 addition & 1 deletion data-visualization/data-visualization.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Just as there are many different ways to visualize a single set of data, there a
- [storytelling with data](http://www.storytellingwithdata.com/)
- [Hackernoon: Top 150 medium articles related with Big Data, Data Science and Data Visualization](https://hackernoon.com/top-150-medium-articles-related-with-big-data-data-science-and-data-visualization-803773728ff7)

### Mini Lesson
### Lesson
- Familiarize with D3 methods in updating DOM using [method chaining](http://alignedleft.com/tutorials/d3/chaining-methods)
- Check out [Let's Make a Bar Chart](https://bost.ocks.org/mike/bar/). It uses familiar HTML elements like `div` to create a bar chart. We will go over the code in Guided Practice.

Expand Down
2 changes: 1 addition & 1 deletion databases/relational-databases.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ To understand, query, and insert information into a relational database, a techn

- [SQL Fiddle](http://sqlfiddle.com)

### Mini Lesson
### Lesson
(link to slides here, when available)

Also be sure to review: [LucidChart: What is a Database Model?](https://www.lucidchart.com/pages/database-diagram/database-models)
Expand Down
2 changes: 1 addition & 1 deletion databases/sql.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Most software applications store data of some sort -- user data, content, etc. D
- [A RDBMS Comparison](https://www.digitalocean.com/community/tutorials/sqlite-vs-mysql-vs-postgresql-a-comparison-of-relational-database-management-systems)


### Mini Lesson
### Lesson

[SQL (video walkthrough of slides)](https://drive.google.com/open?id=15G2q-rXdf6N6IxDn73KL_LMzf03Poud7)

Expand Down
2 changes: 1 addition & 1 deletion datetime/datetime.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ About 2 hours
- [Date and Time (javascript.info)](https://javascript.info/date)
- [Using Bootstrap for date pickers](https://eonasdan.github.io/bootstrap-datetimepicker/)

### Mini Lesson
### Lesson
[Date Objects (video walkthrough of slides)](todo-novideo)
[Date Objects (slides)](https://docs.google.com/presentation/d/1Pj-hkQCeVe4kJJ4s8RHcSZrNKx4Mp4kaQ9J0Eyy1gAQ/edit#slide=id.p)

Expand Down
2 changes: 1 addition & 1 deletion debugging/debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Things will go wrong during programming, even for experienced software engineers
- [Get Started with Debugging JavaScript with Chrome Dev Tools (tutorial)](https://developers.google.com/web/tools/chrome-devtools/javascript/)
- [Debugging Tips and Tricks by Sarah Drasner](https://css-tricks.com/debugging-tips-tricks/)

### Mini Lesson
### Lesson

[Debugging (video walkthrough of slides)](https://drive.google.com/open?id=1wG182-iRKZPX1Mi6hTVUDYQUiE7Cmt0-)

Expand Down
2 changes: 1 addition & 1 deletion deploying/deploying.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ One typical work flow to deploying your app could include creating your website,
- [Heroku Dev Center Deployment](https://devcenter.heroku.com/articles/deploying-nodejs)
- [Domain Names,Name Servers, and Cloud Based Servers explained with CodeScool](https://www.codeschool.com/beginners-guide-to-web-development/deploying-your-first-website)

### Mini Lesson
### Lesson

Have you heard of Heroku before? If you had to guess what it is or what it does, what would your guess be? Take a minute and jot down at least two sentences to document your answers. Great, now that we've gotten that part out of the way . . . Heroku is a cloud-based service you can use to put your site on the internet for people to interact with and for you showcasing your work.

Expand Down
2 changes: 1 addition & 1 deletion diversity-inclusion-bias/inclusion.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
- [This website](example.com)
- [This other website](otherexample.com)

### Mini Lesson
### Lesson
- [Diversity & Inclusion Mini Slides](https://docs.google.com/presentation/d/1_QyXF5TGja-PhSgJUiuFKqLafbyQ_q3gvzEbDMkdBIg/edit#slide=id.p)

Here's text about introducing something and how it works.
Expand Down
2 changes: 1 addition & 1 deletion entrepreneurship/entrepreneurship.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Here are links to lessons that should be completed before this lesson.
- [This website](example.com)
- [This other website](otherexample.com)

### Mini Lesson
### Lesson

Here's text about introducing something and how it works.

Expand Down
2 changes: 1 addition & 1 deletion ergonomics/lesson-plan.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Software engineers often spend 4 to 10 hours a day at their computers. It's vita
- [CalOSHA's "Easy Ergonomics for Desktop Users"](https://www.dir.ca.gov/dosh/dosh_publications/ComputerErgo.pdf)


### Mini Lesson
### Lesson

[Ergonomics (video walkthrough of slides)](https://drive.google.com/open?id=1s2yDFOSpTiiw_75aF6DjyMRtdK9EuyaD)

Expand Down
2 changes: 1 addition & 1 deletion ethics/ethics.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Here's why this topic should be learned.
- [Example website](example.com)
- [Other example website](otherexample.com)

### Mini Lesson
### Lesson

Here's text about introducing something and how it works.

Expand Down
2 changes: 1 addition & 1 deletion express-js/express-topic-outline.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Express.js is one part of the [MERN web development](http://mern.io/) stack (Mon
- [Intro video series on Express.js](https://www.youtube.com/playlist?list=PLVHlCYNvnqYpQXeTEA0PxH1spth-K9ey7)
- [Express.js Tutorial (Level 1)](https://www.youtube.com/watch?v=IjXAr5CJ2Ec)

### Mini Lesson
### Lesson
[Express.js lesson slides](https://docs.google.com/presentation/d/12h5SyQO7yk-cepXk_t5o-5zvXLGAOUFU-Ui7U5ZLDcY/edit?usp=sharing)

### Common Mistakes / Misconceptions
Expand Down
2 changes: 1 addition & 1 deletion express-js/express.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Express.js is one part of the MEAN web development stack (MongoDB, Express.js, A
- [Intro video series on Express.js](https://www.youtube.com/playlist?list=PLVHlCYNvnqYpQXeTEA0PxH1spth-K9ey7)
- [Express.js Tutorial (Level 1)](https://www.youtube.com/watch?v=IjXAr5CJ2Ec)

### Mini Lesson
### Lesson
[Express.js lesson slides](https://docs.google.com/presentation/d/12h5SyQO7yk-cepXk_t5o-5zvXLGAOUFU-Ui7U5ZLDcY/edit?usp=sharing)
[Express.js lesson video slides](https://drive.google.com/file/d/1NwpkQ989ldZl9NqeOg5FRh69ntp9Axl8/view?usp=sharing)

Expand Down
2 changes: 1 addition & 1 deletion financial-literacy/financial-literacy.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Here are links to lessons that should be completed before this lesson.
- [Ally Wallet Wise](http://www.allywalletwise.com/)
- [Open 2 Study's Financial Literacy](https://www.open2study.com/courses/financial-literacy)

### Mini Lesson
### Lesson

Here's text about introducing something and how it works.

Expand Down
2 changes: 1 addition & 1 deletion functional-programming/FP.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
- <img width="608" alt="steven_luscher_on_twitter___map_filter_reduce_in_a_tweet__map__ __ __ ___cook______ __ __ __filter__ __ __ ___isvegetarian______ __ __reduce__ __ ___eat_____ _" src="https://cloud.githubusercontent.com/assets/16581819/22812830/e2d723fe-eefb-11e6-87ed-775e2b5fd105.png">
- [This other website](otherexample.com)

### Mini Lesson
### Lesson

var array = [1, 2, 3]

Expand Down
2 changes: 1 addition & 1 deletion git-version-control/git-version-control.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Git is a tool that allows software engineers to keep track of changes they make
- [Git's own site](https://git-scm.com/)
- [Understanding Git Conceptually](https://www.sbf5.com/~cduan/technical/git/)

### Mini Lesson
### Lesson

[Git and Version Control (video walkthrough of slides)](https://drive.google.com/open?id=1t24FjEpcyL5KjUbYBQDt8dOSxwcctMWF)
* Please watch the video the first time without working along with the demonstration. Just absorb the concepts. Then, you can watch the demonstration a second time and code with the instructor if you like.
Expand Down
2 changes: 1 addition & 1 deletion github-code-storage/lesson-plan.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ GitHub is a widely-used code storage and code collaboration tool. In this lesson
- [GitHub "Hello, World!"](https://guides.github.com/activities/hello-world/)
- [GitHub Guides](https://guides.github.com/)

### Mini Lesson
### Lesson

[GitHub for Code Storage (video walkthrough of slides)](https://drive.google.com/open?id=1rAf_DvSqiX93eELqVIKUlD7Y5H-QZtSu)
* Please watch the video the first time without working along with the demonstration. Jus absorb the concepts. Then, you can watch the demonstration a second time and code with the instructor if you like.
Expand Down
2 changes: 1 addition & 1 deletion github-collaboration/lesson-plan.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ In the industry, apps are created by teams of developers rather than individual
- [GitHub Hello World](https://guides.github.com/activities/hello-world/)
- [GitHub Guides](https://guides.github.com/)

### Mini Lesson
### Lesson
[GitHub collaboration (video walkthrough of slides)]
[GitHub collaboration (slides)](https://docs.google.com/presentation/d/1dGsFDog3uUq0XwVMCbYRJucPuzBWTFCawdas2r6fBdA/edit#slide=id.p)

Expand Down
Loading

0 comments on commit 74e83e4

Please sign in to comment.