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

Learning Processing #1214

Merged
merged 15 commits into from
Oct 1, 2023
Merged

Learning Processing #1214

merged 15 commits into from
Oct 1, 2023

Conversation

dipamsen
Copy link
Member

@dipamsen dipamsen commented Sep 16, 2023

  • Cover Image

image

image

image

🚂 Deploy Preview

@netlify
Copy link

netlify bot commented Sep 16, 2023

Deploy Preview for codingtrain ready!

Name Link
🔨 Latest commit 8393d34
🔍 Latest deploy log https://app.netlify.com/sites/codingtrain/deploys/6518e597aa9f2300080d049d
😎 Deploy Preview https://deploy-preview-1214--codingtrain.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@shiffman
Copy link
Member

Looking great! I added a credit for @melissa-rodriguez. I can't remember, do the credits support URLs? I think they do. We can link to a social media profile or website if you like @melissa-rodriguez!

@fturmel
Copy link
Collaborator

fturmel commented Sep 17, 2023

@dipamsen heads up - I had the timestamps validator in the content tests only accept up to 4:59:59, but it looks like this video will legitimately go over that limit. Here's the regex to update:

// 00:00 to 59:59, 0:00:00 to 4:59:59 - optional leading zeros for minutes and seconds
const timestampRegex = /^(?:[0-4]:)?[0-5]?\d:[0-5]?\d$/;

@melissa-rodriguez
Copy link

melissa-rodriguez commented Sep 17, 2023 via email

@blinkityblank
Copy link

Here are the updated timecodes for the sections of the YouTube video.
Timestamps:
0:00:00 INTRODUCTION
0:17:30 DRAWING WITH CODE
1:04:39 FLOW
1:29:31 VARIABLES
2:02:46 CONDITIONALS
2:50:01 LOOPS
3:12:29 ARRAYS
3:40:29 FUNCTIONS
4:02:30 CLASSES AND OBJECTS
4:56:20 CONFETTI PROJECT
5:03:15 CONCLUSION

@dipamsen dipamsen marked this pull request as ready for review September 29, 2023 22:09
@shiffman
Copy link
Member

shiffman commented Oct 1, 2023

Merging in advance of YouTube release tomorrow!

@shiffman shiffman merged commit 0ce7bfc into CodingTrain:main Oct 1, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants