-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #410 from Schulich-Ignite/update_fall_2024
Updated the website for Fall 2024
- Loading branch information
Showing
55 changed files
with
106 additions
and
221 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
--- | ||
title: "Introduction to Schulich Ignite" | ||
number: 0 | ||
date: 2024-02-18T00:00:00-00:00 | ||
date: 2024-10-13T00:00:00-00:00 | ||
slides: "https://docs.google.com/presentation/d/1Nr76ezZrlpgS2LORNkA3V5H8pb_xpqrU1NYV8n1ImHY/edit?usp=sharing" | ||
ready: True | ||
recording: "https://www.youtube.com/watch?v=JmvlDu-jhRE" | ||
recording: | ||
--- | ||
|
||
In this session we will give an intro to the coding platform we use and Schulich Ignite! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
--- | ||
title: "Operators and Making Objects Move" | ||
number: 2 | ||
date: 2024-02-29T00:00:00-00:00 | ||
date: 2024-10-24T00:00:00-00:00 | ||
slides: "https://docs.google.com/presentation/d/15S9oHrph5eIXtCvTx_-degEuNa3oNTftBAOEhtVcjJ8/edit?usp=sharing" | ||
ready: True | ||
recording: "https://youtu.be/WZ6gEqgKKlw" | ||
recording: | ||
--- | ||
|
||
In this session we will build on the types and uses of variables and arithmetic operators. Proper variable and operator use is crucial to the simplicity and maintainability of our code. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
--- | ||
title: "If-Statements and Logical Operators" | ||
number: 3 | ||
date: 2024-03-07T00:00:00-00:00 | ||
date: 2024-10-31T00:00:00-00:00 | ||
slides: "https://docs.google.com/presentation/d/1xEzdYLQO7e1YMqqkrJsvSwQFUx7fkG11AijoeZ63248/edit?usp=sharing" | ||
ready: True | ||
recording: "https://www.youtube.com/watch?v=ZBUtNGx1cmg" | ||
recording: | ||
--- | ||
|
||
In this session we will focus on if/else statements as well as logical and relational operators. These operators are used in if/else statements to apply limits and restraints to our code. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
--- | ||
title: "Lists and an Introduction to Loops" | ||
number: 4 | ||
date: 2024-03-14T00:00:00-00:00 | ||
date: 2024-11-07T00:00:00-00:00 | ||
slides: "https://docs.google.com/presentation/d/1Ggvc4LAgVqHhBPcHtPPOcbi1h1t2P0SAf7OnrO2WhNM/edit?usp=sharing" | ||
ready: True | ||
recording: "https://youtu.be/JG7XAyiuZvI?si=G3eQ5wpRPvMoGRGR" | ||
recording: | ||
--- | ||
|
||
This session introduces lists and loops. Lists store multiple values while loops repeat a section of code a certain number of times. Both lists and loops are crucial to keeping our code dynamic. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
--- | ||
title: "Introduction to Schulich Ignite" | ||
number: 0 | ||
date: 2024-02-18T00:00:00-00:00 | ||
date: 2024-10-13T00:00:00-00:00 | ||
slides: "https://docs.google.com/presentation/d/1PHYCXI6ndRzgIQsyXaAoazCnQTdauV1Rr-QxPXG2WQY/edit?usp=sharing" | ||
recording: "https://www.youtube.com/watch?v=Dd4VI-8AKMs" | ||
ready: True | ||
recording: | ||
--- | ||
|
||
In this session we will give an intro to the coding platform we use and Schulich Ignite! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
--- | ||
title: "Introduction to Schulich Ignite" | ||
number: 0 | ||
date: 2024-02-18T00:00:00-00:00 | ||
date: 2024-10-13T00:00:00-00:00 | ||
slides: "https://docs.google.com/presentation/d/1YDLnu2izdXAPugegnC6_VTLPRpyskd-Hcz-Yai4ye9Y/edit?usp=sharing" | ||
ready: True | ||
recording: "https://www.youtube.com/watch?v=OTwxVgkBaxM" | ||
recording: | ||
--- | ||
|
||
This session is here to have everyone setup their development environments and get introduced to the course! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
--- | ||
title: "HTML, CSS, basic design" | ||
number: 1 | ||
date: 2024-02-23T00:00:00-00:00 | ||
date: 2024-10-18T00:00:00-00:00 | ||
slides: "https://docs.google.com/presentation/d/1UeeeqP4xZ2r_ykNOLOZfKaOWVbhgrW9bHaAn81_3CGQ/edit?usp=sharing" | ||
ready: True | ||
recording: "https://www.youtube.com/watch?v=t37iqmLvzds" | ||
recording: | ||
--- | ||
|
||
This session will help cover the basics of how webpages work, building basic pages, and a bit about design! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
--- | ||
title: "Advanced CSS, and frameworks" | ||
number: 2 | ||
date: 2024-03-01T00:00:00-00:00 | ||
date: 2024-10-25T00:00:00-00:00 | ||
slides: "https://docs.google.com/presentation/d/1Oieq85RO95CwR1lQUK_f1akb_AifEJgLI7VatIOztf4/edit?usp=sharing" | ||
ready: True | ||
recording: "https://youtu.be/czSNMJqUn-w" | ||
recording: | ||
--- | ||
|
||
This session will cover using advanced CSS, and CSS frameworks! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
--- | ||
title: "Javascript, and Vendoring (Using other people's code)" | ||
number: 4 | ||
date: 2024-03-15T00:00:00-00:00 | ||
date: 2024-11-08T00:00:00-00:00 | ||
slides: "https://docs.google.com/presentation/d/11wsO5GInwXgOYPZpMVZZcEoyw6hejeBGTJDzuDC6uys/edit?usp=share_link" | ||
ready: True | ||
recording: "https://www.youtube.com/watch?v=BMNe0C9hmD0" | ||
recording: | ||
--- | ||
|
||
This session will cover how to use existing code effectively, and legally. As well as some more advanced Javascript techniques |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
--- | ||
title: "Markup languages, templating & SSG's" | ||
number: 5 | ||
date: 2024-03-22T00:00:00-00:00 | ||
date: 2024-11-15T00:00:00-00:00 | ||
slides: "https://docs.google.com/presentation/d/1E0M7G5Ukue1cqFQ3SvwbuNGYzey7WnlY_dEnDqFQRCM/edit?usp=sharing" | ||
ready: True | ||
recording: "https://youtu.be/40FV7mi1QIM?si=tUvrtVROiYM1S5h5" | ||
recording: | ||
--- | ||
|
||
In this session we cover the basics of markup languages, how to get data into our HTML and static site generators to create sites that are easier to maintain |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
--- | ||
title: "Basic networking & Deploying sites" | ||
number: 6 | ||
date: 2024-03-29T00:00:00-00:00 | ||
date: 2024-11-22T00:00:00-00:00 | ||
slides: "https://docs.google.com/presentation/d/16miIc0UGVLDbKlSoBHTC3bLk78eb3AAqmhmWSQNdMzk/edit?usp=sharing" | ||
ready: True | ||
recording: "https://www.youtube.com/watch?v=u2A4qDjZ8NQ" | ||
recording: | ||
--- | ||
|
||
In this session we will look at how to deploy sites, how basic networking works, and the basics of CI/CD (automation) systems |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
--- | ||
title: "Intro to backend and API's" | ||
number: 7 | ||
date: 2024-04-05T00:00:00-00:00 | ||
date: 2024-12-06T00:00:00-00:00 | ||
slides: "https://docs.google.com/presentation/d/11rxddvSzH_xCEhj9S1IA2prXLg6NhsA4w37Ex4I_UmI/edit?usp=sharing" | ||
ready: True | ||
recording: "https://www.youtube.com/watch?v=C61ab4yQ9R8" | ||
recording: | ||
--- | ||
|
||
In this session we will look at how to build out a backend, get data from users, and how to retrieve data from external sources! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.