├── CITATION.cff
├── .node-version
├── .npmrc
├── common-content
├── en
│ ├── module
│ │ ├── sdc-induction
│ │ │ └── _index.md
│ │ ├── js1
│ │ │ ├── reuse
│ │ │ │ └── round.gif
│ │ │ ├── functions
│ │ │ │ └── round.gif
│ │ │ ├── setup
│ │ │ │ └── jest-install.png
│ │ │ ├── terminal
│ │ │ │ └── terminal.gif
│ │ │ ├── variables
│ │ │ │ └── greeting.gif
│ │ │ ├── installing
│ │ │ │ └── jest-install.png
│ │ │ ├── declaring-functions
│ │ │ │ └── round.gif
│ │ │ ├── outliers
│ │ │ │ └── second-case-fail.png
│ │ │ ├── feedback
│ │ │ │ ├── test-feedback-fail.png
│ │ │ │ └── test-reference-error.png
│ │ │ ├── generalise
│ │ │ │ └── second-case-fail.png
│ │ │ ├── _index.md
│ │ │ └── playing-computer
│ │ │ │ ├── global-frame.png
│ │ │ │ ├── runtime-diagram-1.png
│ │ │ │ └── make-greeting-frame.png
│ │ ├── js2
│ │ │ ├── dom
│ │ │ │ └── html-tree.png
│ │ │ ├── one-pair
│ │ │ │ └── literal-key.png
│ │ │ ├── reference
│ │ │ │ └── point-to-array.png
│ │ │ ├── variable-keys
│ │ │ │ └── parse-query-test-feedback.png
│ │ │ └── _index.md
│ │ ├── databases
│ │ │ ├── crud
│ │ │ │ └── crud.png
│ │ │ ├── _index.md
│ │ │ ├── joining-tables
│ │ │ │ └── join-diagram.png
│ │ │ ├── recap-node
│ │ │ │ ├── postman-get-cust-all.odg
│ │ │ │ ├── postman-get-cust-all.png
│ │ │ │ └── postman-get-cust-all-results.png
│ │ │ ├── macos-setup
│ │ │ │ ├── Screenshot_Postgres_disk.png
│ │ │ │ ├── Screenshot_Postgres_running.png
│ │ │ │ └── Screenshot_Postgres_initialise.png
│ │ │ └── introduction-to-postgresql
│ │ │ │ └── table-diagram.png
│ │ ├── complexity
│ │ │ └── big-o
│ │ │ │ └── big-o.png
│ │ ├── logic
│ │ │ ├── abduction
│ │ │ │ ├── phew.png
│ │ │ │ └── poppy.png
│ │ │ └── _index.md
│ │ ├── _index.md
│ │ ├── js3
│ │ │ ├── now-showing
│ │ │ │ └── film-cards.png
│ │ │ ├── single-datum
│ │ │ │ └── single-film-display.png
│ │ │ ├── _index.md
│ │ │ └── chaining
│ │ │ │ └── index.md
│ │ ├── induction
│ │ │ ├── accounts
│ │ │ │ └── slack-profile.png
│ │ │ ├── branching
│ │ │ │ ├── commit-history.png
│ │ │ │ ├── highlight-2nd-commit.png
│ │ │ │ ├── main-branch-highlighted.png
│ │ │ │ └── lesson1-four-repo-diagram.png
│ │ │ ├── _index.md
│ │ │ ├── viewing-files
│ │ │ │ └── fork-and-clone-diagram.png
│ │ │ ├── development-process
│ │ │ │ └── different-blog-versions.png
│ │ │ └── version-control
│ │ │ │ └── commit-history-relative-dates.png
│ │ ├── react
│ │ │ └── _index.md
│ │ ├── cloud
│ │ │ ├── _index.md
│ │ │ ├── setup-aws
│ │ │ │ └── index.md
│ │ │ ├── setup-mfa
│ │ │ │ └── index.md
│ │ │ ├── template
│ │ │ │ └── index.md
│ │ │ └── setup-budget
│ │ │ │ └── index.md
│ │ ├── servers
│ │ │ └── _index.md
│ │ ├── html-css
│ │ │ └── _index.md
│ │ ├── piscine
│ │ │ ├── project-submission
│ │ │ │ └── git-sha-in-github.png
│ │ │ └── _index.md
│ │ ├── the-launch
│ │ │ └── _index.md
│ │ ├── fundamentals
│ │ │ └── _index.md
│ │ ├── portfolio
│ │ │ └── _index.md
│ │ ├── how-our-curriculum-works
│ │ │ └── _index.md
│ │ └── entry-tracks
│ │ │ └── _index.md
│ ├── blocks
│ │ ├── _index.md
│ │ ├── workshop
│ │ │ └── organise-workshops.png
│ │ ├── wordle
│ │ │ └── index.md
│ │ ├── break
│ │ │ └── index.md
│ │ ├── morning-break
│ │ │ └── index.md
│ │ ├── pd-placeholder
│ │ │ └── index.md
│ │ ├── coming-soon
│ │ │ └── index.md
│ │ └── success-criteria
│ │ │ └── index.md
│ └── energisers
│ │ └── _index.md
├── config
├── netlify.toml
├── deploy-netlify.sh
├── go.mod
└── hugo.toml
├── org-cyf
├── config
├── netlify.toml
├── deploy-netlify.sh
├── content
│ ├── overview
│ │ └── index.md
│ └── _index.md
└── go.sum
├── common-docs
├── config
├── netlify.toml
├── content
│ ├── common-theme
│ │ ├── front-matter
│ │ │ └── blocks
│ │ │ │ ├── map
│ │ │ │ └── index.md
│ │ │ │ └── register
│ │ │ │ └── index.md
│ │ └── shortcodes
│ │ │ └── timer.md
│ ├── community
│ │ └── blocks
│ │ │ ├── itp
│ │ │ └── itp.png
│ │ │ ├── plus
│ │ │ └── plus.png
│ │ │ └── migracode
│ │ │ └── mcb.png
│ ├── more-sources
│ │ └── _index.md
│ ├── _index.md
│ └── common-content
│ │ ├── module
│ │ └── _index.md
│ │ └── blocks
│ │ └── _index.md
└── deploy-netlify.sh
├── common-theme
├── config
├── netlify.toml
├── prettierignore
├── layouts
│ ├── shortcodes
│ │ ├── tasks.html
│ │ ├── objectives.html
│ │ ├── our-name.html
│ │ ├── wordlimit.html
│ │ ├── iframe.html
│ │ ├── youtube.html
│ │ └── issue.html
│ ├── _default
│ │ └── _markup
│ │ │ ├── render-codeblock-tasks.html
│ │ │ └── render-codeblock-objectives.html
│ └── partials
│ │ └── objectives
│ │ └── block.html
├── go.mod
├── assets
│ ├── styles
│ │ ├── 04-components
│ │ │ ├── list.scss
│ │ │ ├── skip-link.scss
│ │ │ ├── rubric.scss
│ │ │ ├── terms.scss
│ │ │ ├── quiz.scss
│ │ │ ├── page-footer.scss
│ │ │ ├── columns.scss
│ │ │ └── codemirror.scss
│ │ ├── layout
│ │ │ └── main.scss
│ │ ├── states
│ │ │ ├── dark.scss
│ │ │ ├── light.scss
│ │ │ ├── problem.scss
│ │ │ ├── inert.scss
│ │ │ ├── bad.scss
│ │ │ ├── good.scss
│ │ │ ├── invisible.scss
│ │ │ ├── visible.scss
│ │ │ └── none.scss
│ │ ├── 03-elements
│ │ │ └── lists.scss
│ │ └── 01-mixins
│ │ │ ├── grid-assign.scss
│ │ │ └── offscreen.scss
│ └── images
│ │ └── backgrounds
│ │ ├── dddepth--085.webp
│ │ ├── dddepth--320.webp
│ │ ├── dddepth-013.webp
│ │ ├── dddepth-014.webp
│ │ ├── dddepth-016.webp
│ │ ├── dddepth-017.webp
│ │ ├── dddepth-019.webp
│ │ ├── dddepth-025.webp
│ │ ├── dddepth-084.webp
│ │ ├── dddepth-086.webp
│ │ ├── dddepth-230.webp
│ │ └── dddepth-235.webp
├── static
│ ├── favicon.ico
│ └── logos
│ │ ├── github.png
│ │ └── slack.png
└── archetypes
│ ├── default.md
│ └── product-backlog.md
├── org-cyf-guides
├── config
├── netlify.toml
├── deploy-netlify.sh
├── content
│ ├── employability
│ │ ├── interview
│ │ │ ├── _index.md
│ │ │ ├── competency-interview
│ │ │ │ └── index.md
│ │ │ └── technical-interview-prep
│ │ │ │ └── google
│ │ │ │ └── index.md
│ │ ├── _index.md
│ │ ├── portfolio
│ │ │ └── _index.md
│ │ ├── github
│ │ │ └── activity
│ │ │ │ └── github_activity.png
│ │ └── networking
│ │ │ └── _index.md
│ ├── testing
│ │ ├── _index.md
│ │ ├── unit-testing
│ │ │ ├── test-case.png
│ │ │ ├── test-fail-case.png
│ │ │ └── test-pass-case.png
│ │ └── lighthouse
│ │ │ └── lighthouse-anatomy.png
│ ├── setting-up
│ │ ├── _index.md
│ │ └── psql
│ │ │ └── mac-screenshots
│ │ │ ├── Screenshot_Postgres_disk.png
│ │ │ ├── Screenshot_Postgres_running.png
│ │ │ └── Screenshot_Postgres_initialise.png
│ ├── deploying
│ │ ├── cyf
│ │ │ ├── select-team.png
│ │ │ ├── backend
│ │ │ │ ├── deploy.png
│ │ │ │ ├── enter-commands.png
│ │ │ │ ├── add-github-repo.png
│ │ │ │ ├── customise-branch.png
│ │ │ │ ├── choose-friendly-domain.png
│ │ │ │ ├── click-add-new-resource.png
│ │ │ │ ├── copy-https-clone-url.png
│ │ │ │ └── paste-repository-url.png
│ │ │ ├── frontend
│ │ │ │ ├── deploy.png
│ │ │ │ ├── add-github-repo.png
│ │ │ │ ├── customise-branch.png
│ │ │ │ ├── set-base-directory.png
│ │ │ │ ├── configure-static-site.png
│ │ │ │ ├── copy-https-clone-url.png
│ │ │ │ ├── paste-repository-url.png
│ │ │ │ ├── choose-friendly-domain.png
│ │ │ │ ├── click-add-new-resource.png
│ │ │ │ ├── paste-mime-type-config.png
│ │ │ │ └── generate-default-nginx-configuration.png
│ │ │ ├── projects-menu.png
│ │ │ ├── add-project-button.png
│ │ │ ├── enter-project-name.png
│ │ │ └── click-production-environment.png
│ │ ├── flyio
│ │ │ └── setup
│ │ │ │ └── signup.png
│ │ ├── ghpages
│ │ │ └── ghsettings.png
│ │ ├── supabase
│ │ │ └── connection-string.png
│ │ ├── _index.md
│ │ ├── netlify
│ │ │ ├── another-site
│ │ │ │ ├── 02-sites-page.png
│ │ │ │ ├── 03-git-provider.png
│ │ │ │ ├── 04-choose-repo.png
│ │ │ │ ├── 06-site-is-live.png
│ │ │ │ ├── 05-choose-branch.png
│ │ │ │ └── 01-netlify-dashboard.png
│ │ │ ├── first-site
│ │ │ │ ├── 05-git-provider.png
│ │ │ │ ├── 08-choose-repo.png
│ │ │ │ ├── 10-site-is-live.png
│ │ │ │ ├── 02-netlify-signup.png
│ │ │ │ ├── 09-choose-branch.png
│ │ │ │ ├── 01-netlify-homepage.png
│ │ │ │ ├── 07-install-netlify.png
│ │ │ │ ├── 04-deploy-first-project.png
│ │ │ │ ├── 03-github-account-permissions.png
│ │ │ │ └── 06-github-further-permissions.png
│ │ │ ├── renaming-site
│ │ │ │ ├── 02-list-of-sites.png
│ │ │ │ ├── 03-site-overview.png
│ │ │ │ ├── 04-site-settings.png
│ │ │ │ ├── 05-site-name-input.png
│ │ │ │ └── 01-netlify-dashboard.png
│ │ │ └── deploying-backends
│ │ │ │ └── 01-netlify-environment-variables.png
│ │ └── render
│ │ │ ├── connecting-github
│ │ │ ├── sign-in.png
│ │ │ ├── authorise-render.png
│ │ │ ├── complete-sign-up.png
│ │ │ ├── sign-up-complete.png
│ │ │ ├── sign-in-with-github.png
│ │ │ ├── verification-email-link.png
│ │ │ ├── verification-email-sent.png
│ │ │ └── verification-email-received.png
│ │ │ ├── connecting-a-dbms
│ │ │ ├── db-drivers.png
│ │ │ ├── db-credentials.png
│ │ │ ├── new-connection.png
│ │ │ ├── connection-error.png
│ │ │ ├── connection-test.png
│ │ │ ├── render-dashboard.png
│ │ │ ├── selecting-postgres.png
│ │ │ ├── show-all-databases.png
│ │ │ ├── connection-successful.png
│ │ │ └── changing-environment-variables.png
│ │ │ ├── deploying-server
│ │ │ ├── connect-repo.jpg
│ │ │ ├── new-web-service.jpg
│ │ │ ├── start-command.jpg
│ │ │ ├── authorise-render.png
│ │ │ ├── build-successful.jpg
│ │ │ ├── complete-sign-up.png
│ │ │ ├── name-web-service.jpg
│ │ │ ├── render-dashboard.png
│ │ │ ├── create-web-service.jpg
│ │ │ ├── dashboard-new-button.png
│ │ │ └── url-to-deployed-web-service.jpg
│ │ │ └── creating-a-postgres-db
│ │ │ ├── connect-button.png
│ │ │ ├── database-name.png
│ │ │ ├── new-postgres.png
│ │ │ ├── complete-sign-up.png
│ │ │ ├── database-active.png
│ │ │ ├── database-creating.png
│ │ │ ├── environment-variables.png
│ │ │ └── free-plan-and-create-database.png
│ ├── getting-help
│ │ └── _index.md
│ ├── reviewing
│ │ ├── style-guide
│ │ │ └── prettier-error.png
│ │ ├── using-labels
│ │ │ └── code-review-process.png
│ │ └── trainee-pr-guide
│ │ │ └── open-pr-select-branches.png
│ ├── contributing
│ │ └── create-a-pull-request
│ │ │ ├── update-pr-title.png
│ │ │ ├── new-pr-landing-page.png
│ │ │ ├── github-branches-view.png
│ │ │ ├── github-fork-main-page.png
│ │ │ ├── open-pull-request-page.png
│ │ │ ├── update-pr-using-template.png
│ │ │ ├── highlight-new-pull-request.png
│ │ │ ├── update-pr-title-description.png
│ │ │ └── github-fork-highlight-branches.png
│ ├── activities
│ │ ├── analogise
│ │ │ └── _index.md
│ │ ├── in-your-own-words
│ │ │ └── _index.md
│ │ ├── define-and-refine
│ │ │ └── _index.md
│ │ ├── defining-key-terms
│ │ │ └── _index.md
│ │ ├── where-is-the-code-running
│ │ │ └── _index.md
│ │ └── _index.md
│ ├── _index.md
│ └── teaching
│ │ └── _index.md
└── go.sum
├── org-cyf-itd
├── config
├── netlify.toml
├── deploy-netlify.sh
├── content
│ ├── blocks
│ │ ├── how-itd-works
│ │ │ ├── images
│ │ │ │ ├── cyf_brand.png
│ │ │ │ ├── filters.png
│ │ │ │ ├── workshops.png
│ │ │ │ ├── reviewSteps.png
│ │ │ │ ├── undoButton.png
│ │ │ │ ├── commentButton.png
│ │ │ │ ├── dashboardHome.png
│ │ │ │ ├── reviewApprove.png
│ │ │ │ ├── reviewOptions.png
│ │ │ │ ├── reviewReject.png
│ │ │ │ ├── syllabusHome.png
│ │ │ │ ├── listOfApplicants.png
│ │ │ │ └── listOfApplicantsEdited.png
│ │ │ ├── using-the-dashboard
│ │ │ │ ├── filters.png
│ │ │ │ ├── reviewSteps.png
│ │ │ │ ├── undoButton.png
│ │ │ │ ├── workshops.png
│ │ │ │ ├── commentButton.png
│ │ │ │ ├── dashboardHome.png
│ │ │ │ ├── reviewApprove.png
│ │ │ │ ├── reviewOptions.png
│ │ │ │ ├── reviewReject.png
│ │ │ │ ├── listOfApplicants.png
│ │ │ │ └── listOfApplicantsEdited.png
│ │ │ ├── using-the-curriculum
│ │ │ │ └── StepComponents.png
│ │ │ └── accessing-the-dashboard
│ │ │ │ └── dashboardHome.png
│ │ ├── step-6
│ │ │ ├── extend
│ │ │ │ └── animals-mobile.png
│ │ │ └── instructions
│ │ │ │ ├── animals-larger-screen.png
│ │ │ │ └── animals-smaller-screen.png
│ │ ├── step-3
│ │ │ └── instructions
│ │ │ │ └── sample-output.png
│ │ ├── step-5
│ │ │ └── instructions
│ │ │ │ └── github-pages-settings.png
│ │ └── step-0
│ │ │ └── instructions
│ │ │ └── step-0-sample-screenshot.png
│ ├── steps
│ │ └── _index.md
│ └── _index.md
└── assets
│ └── custom-theme
│ └── 04-components
│ └── card-for-itd.scss
├── org-cyf-itp
├── config
├── netlify.toml
├── deploy-netlify.sh
├── tooling
│ └── netlify
│ │ └── functions
│ │ └── submission-created.js
└── content
│ ├── data-flows
│ ├── sprints
│ │ ├── 1
│ │ │ ├── success
│ │ │ │ └── index.md
│ │ │ ├── _index.md
│ │ │ └── backlog
│ │ │ │ └── index.md
│ │ ├── 2
│ │ │ ├── success
│ │ │ │ └── index.md
│ │ │ ├── _index.md
│ │ │ └── backlog
│ │ │ │ └── index.md
│ │ └── 3
│ │ │ ├── success
│ │ │ └── index.md
│ │ │ ├── _index.md
│ │ │ └── backlog
│ │ │ └── index.md
│ ├── project
│ │ ├── _index.md
│ │ └── backlog
│ │ │ ├── _index.md
│ │ │ ├── backlog-1
│ │ │ └── index.md
│ │ │ ├── backlog-2
│ │ │ └── index.md
│ │ │ └── backlog-3
│ │ │ └── index.md
│ └── _index.md
│ ├── data-groups
│ ├── sprints
│ │ ├── 1
│ │ │ ├── success
│ │ │ │ └── index.md
│ │ │ ├── backlog
│ │ │ │ └── index.md
│ │ │ └── _index.md
│ │ ├── 2
│ │ │ ├── success
│ │ │ │ └── index.md
│ │ │ ├── backlog
│ │ │ │ └── index.md
│ │ │ └── _index.md
│ │ └── 3
│ │ │ ├── success
│ │ │ └── index.md
│ │ │ ├── backlog
│ │ │ └── index.md
│ │ │ └── _index.md
│ └── _index.md
│ ├── structuring-data
│ └── sprints
│ │ ├── 1
│ │ ├── success
│ │ │ └── index.md
│ │ ├── _index.md
│ │ └── backlog
│ │ │ └── index.md
│ │ ├── 2
│ │ ├── success
│ │ │ └── index.md
│ │ ├── backlog
│ │ │ └── index.md
│ │ └── _index.md
│ │ └── 3
│ │ ├── success
│ │ └── index.md
│ │ ├── _index.md
│ │ └── backlog
│ │ └── index.md
│ ├── pd
│ └── _index.md
│ ├── _index.md
│ ├── onboarding
│ ├── sprints
│ │ ├── 1
│ │ │ ├── success
│ │ │ │ └── index.md
│ │ │ ├── backlog
│ │ │ │ └── index.md
│ │ │ └── _index.md
│ │ ├── 2
│ │ │ ├── success
│ │ │ │ └── index.md
│ │ │ ├── backlog
│ │ │ │ └── index.md
│ │ │ └── _index.md
│ │ └── 3
│ │ │ ├── success
│ │ │ └── index.md
│ │ │ ├── backlog
│ │ │ └── index.md
│ │ │ └── _index.md
│ └── _index.md
│ ├── piscine
│ └── index.md
│ └── welcome
│ ├── backlog
│ └── index.md
│ └── _index.md
├── org-cyf-launch
├── config
├── netlify.toml
├── deploy-netlify.sh
└── content
│ ├── sprints
│ ├── 1
│ │ ├── backlog
│ │ │ └── index.md
│ │ ├── success
│ │ │ └── index.md
│ │ └── _index.md
│ ├── 2
│ │ ├── backlog
│ │ │ └── index.md
│ │ └── _index.md
│ ├── 3
│ │ ├── backlog
│ │ │ └── index.md
│ │ ├── _index.md
│ │ └── prep
│ │ │ └── index.md
│ └── 4
│ │ ├── backlog
│ │ └── index.md
│ │ ├── _index.md
│ │ └── prep
│ │ └── index.md
│ ├── demo-day
│ └── _index.md
│ └── _index.md
├── org-cyf-piscine
├── config
├── netlify.toml
├── deploy-netlify.sh
├── tooling
│ └── netlify
│ │ └── functions
│ │ └── submission-created.js
├── assets
│ └── custom-theme
│ │ └── states
│ │ ├── dark.scss
│ │ └── light.scss
├── content
│ ├── sprints
│ │ ├── 1
│ │ │ ├── backlog
│ │ │ │ └── index.md
│ │ │ ├── prep
│ │ │ │ └── index.md
│ │ │ └── _index.md
│ │ ├── 2
│ │ │ ├── backlog
│ │ │ │ └── index.md
│ │ │ ├── prep
│ │ │ │ └── index.md
│ │ │ └── _index.md
│ │ ├── 3
│ │ │ ├── backlog
│ │ │ │ └── index.md
│ │ │ ├── prep
│ │ │ │ └── index.md
│ │ │ └── _index.md
│ │ └── 4
│ │ │ └── _index.md
│ └── _index.md
└── layouts
│ └── _default
│ └── overview.html
├── org-cyf-sdc
├── config
├── netlify.toml
├── deploy-netlify.sh
├── assets
│ └── custom-theme
│ │ ├── 03-elements
│ │ ├── base.scss
│ │ └── headings.scss
│ │ ├── states
│ │ ├── dark.scss
│ │ └── light.scss
│ │ └── 04-components
│ │ └── page-header.scss
├── tooling
│ └── netlify
│ │ └── functions
│ │ └── submission-created.js
├── content
│ ├── legacy
│ │ ├── sprints
│ │ │ └── 1
│ │ │ │ ├── success
│ │ │ │ └── index.md
│ │ │ │ ├── backlog
│ │ │ │ └── index.md
│ │ │ │ └── _index.md
│ │ └── _index.md
│ ├── logic
│ │ ├── sprints
│ │ │ └── 1
│ │ │ │ ├── success
│ │ │ │ └── index.md
│ │ │ │ ├── backlog
│ │ │ │ └── index.md
│ │ │ │ └── _index.md
│ │ └── _index.md
│ ├── tools
│ │ ├── sprints
│ │ │ ├── 1
│ │ │ │ ├── success
│ │ │ │ │ └── index.md
│ │ │ │ ├── backlog
│ │ │ │ │ └── index.md
│ │ │ │ └── _index.md
│ │ │ ├── 2
│ │ │ │ ├── success
│ │ │ │ │ └── index.md
│ │ │ │ ├── backlog
│ │ │ │ │ └── index.md
│ │ │ │ └── _index.md
│ │ │ ├── 3
│ │ │ │ ├── success
│ │ │ │ │ └── index.md
│ │ │ │ ├── backlog
│ │ │ │ │ └── index.md
│ │ │ │ └── _index.md
│ │ │ ├── 4
│ │ │ │ ├── success
│ │ │ │ │ └── index.md
│ │ │ │ ├── backlog
│ │ │ │ │ └── index.md
│ │ │ │ └── _index.md
│ │ │ └── 5
│ │ │ │ ├── success
│ │ │ │ └── index.md
│ │ │ │ ├── backlog
│ │ │ │ └── index.md
│ │ │ │ └── _index.md
│ │ └── _index.md
│ ├── complexity
│ │ ├── sprints
│ │ │ ├── 1
│ │ │ │ ├── success
│ │ │ │ │ └── index.md
│ │ │ │ ├── _index.md
│ │ │ │ └── backlog
│ │ │ │ │ └── index.md
│ │ │ └── 2
│ │ │ │ ├── success
│ │ │ │ └── index.md
│ │ │ │ ├── backlog
│ │ │ │ └── index.md
│ │ │ │ └── _index.md
│ │ ├── _index.md
│ │ └── prep
│ │ │ └── index.md
│ ├── decomposition
│ │ ├── sprints
│ │ │ ├── 1
│ │ │ │ ├── success
│ │ │ │ │ └── index.md
│ │ │ │ ├── backlog
│ │ │ │ │ └── index.md
│ │ │ │ └── _index.md
│ │ │ ├── 2
│ │ │ │ ├── success
│ │ │ │ │ └── index.md
│ │ │ │ ├── backlog
│ │ │ │ │ └── index.md
│ │ │ │ └── _index.md
│ │ │ └── 3
│ │ │ │ ├── success
│ │ │ │ └── index.md
│ │ │ │ ├── backlog
│ │ │ │ └── index.md
│ │ │ │ └── _index.md
│ │ └── _index.md
│ ├── _index.md
│ ├── launch
│ │ └── index.md
│ └── prs-needing-review
│ │ └── _index.md
└── go.sum
├── org-cyf-theme
├── config
├── netlify.toml
├── deploy-netlify.sh
├── assets
│ └── custom-theme
│ │ ├── 03-elements
│ │ ├── base.scss
│ │ └── headings.scss
│ │ ├── states
│ │ ├── dark.scss
│ │ └── light.scss
│ │ └── 04-components
│ │ └── page-header.scss
├── static
│ ├── favicon.ico
│ ├── logos
│ │ ├── EY.png
│ │ ├── gcid.png
│ │ ├── ltw.png
│ │ ├── mbn.jpeg
│ │ ├── slack.png
│ │ ├── udemy.png
│ │ ├── adobe.webp
│ │ ├── avaloq.png
│ │ ├── clutha.png
│ │ ├── devfest.jpg
│ │ ├── github.png
│ │ ├── seesaw.png
│ │ ├── capgemini.png
│ │ ├── codility.png
│ │ ├── df-capital.png
│ │ ├── evidenced.png
│ │ ├── rainbird.webp
│ │ ├── turingfest.png
│ │ ├── wtmgoogle.png
│ │ ├── thedatalab.jpeg
│ │ └── barclayseaglelabs.png
│ ├── favicon-16x16.png
│ ├── favicon-32x32.png
│ ├── apple-touch-icon.png
│ ├── android-chrome-192x192.png
│ └── android-chrome-512x512.png
└── data
│ └── courses
│ ├── tracks.toml
│ ├── systems.toml
│ ├── itp-tracks.toml
│ └── launch.toml
├── org-cyf-tracks
├── config
├── netlify.toml
├── deploy-netlify.sh
└── content
│ ├── track_kinds
│ └── _index.md
│ ├── cloud
│ ├── product
│ │ ├── _index.md
│ │ ├── backlog
│ │ │ └── index.md
│ │ └── prep
│ │ │ └── index.md
│ ├── sprints
│ │ ├── 1
│ │ │ ├── _index.md
│ │ │ └── backlog
│ │ │ │ └── index.md
│ │ ├── 2
│ │ │ ├── success
│ │ │ │ └── index.md
│ │ │ ├── backlog
│ │ │ │ └── index.md
│ │ │ ├── _index.md
│ │ │ └── prep
│ │ │ │ └── index.md
│ │ ├── 3
│ │ │ ├── success
│ │ │ │ └── index.md
│ │ │ ├── _index.md
│ │ │ ├── backlog
│ │ │ │ └── index.md
│ │ │ └── prep
│ │ │ │ └── index.md
│ │ ├── 4
│ │ │ ├── success
│ │ │ │ └── index.md
│ │ │ ├── _index.md
│ │ │ └── backlog
│ │ │ │ └── index.md
│ │ └── 5
│ │ │ ├── success
│ │ │ └── index.md
│ │ │ ├── _index.md
│ │ │ └── backlog
│ │ │ └── index.md
│ └── _index.md
│ ├── sql
│ ├── sprints
│ │ ├── 1
│ │ │ ├── success
│ │ │ │ └── index.md
│ │ │ ├── backlog
│ │ │ │ └── index.md
│ │ │ └── _index.md
│ │ ├── 2
│ │ │ ├── success
│ │ │ │ └── index.md
│ │ │ ├── backlog
│ │ │ │ └── index.md
│ │ │ └── _index.md
│ │ └── 3
│ │ │ ├── success
│ │ │ └── index.md
│ │ │ ├── backlog
│ │ │ └── index.md
│ │ │ └── _index.md
│ └── _index.md
│ ├── portfolio
│ ├── sprints
│ │ ├── 1
│ │ │ ├── success
│ │ │ │ └── index.md
│ │ │ ├── _index.md
│ │ │ └── backlog
│ │ │ │ └── index.md
│ │ ├── 2
│ │ │ ├── success
│ │ │ │ └── index.md
│ │ │ ├── _index.md
│ │ │ ├── backlog
│ │ │ │ └── index.md
│ │ │ └── prep
│ │ │ │ └── index.md
│ │ ├── 3
│ │ │ ├── success
│ │ │ │ └── index.md
│ │ │ ├── _index.md
│ │ │ ├── backlog
│ │ │ │ └── index.md
│ │ │ └── prep
│ │ │ │ └── index.md
│ │ ├── 4
│ │ │ ├── success
│ │ │ │ └── index.md
│ │ │ ├── _index.md
│ │ │ ├── backlog
│ │ │ │ └── index.md
│ │ │ └── prep
│ │ │ │ └── index.md
│ │ └── 5
│ │ │ ├── success
│ │ │ └── index.md
│ │ │ ├── _index.md
│ │ │ ├── backlog
│ │ │ └── index.md
│ │ │ └── prep
│ │ │ └── index.md
│ ├── _index.md
│ └── prep
│ │ └── index.md
│ ├── react
│ ├── sprints
│ │ ├── 1
│ │ │ ├── success
│ │ │ │ └── index.md
│ │ │ ├── backlog
│ │ │ │ └── index.md
│ │ │ └── _index.md
│ │ ├── 2
│ │ │ ├── success
│ │ │ │ └── index.md
│ │ │ ├── backlog
│ │ │ │ └── index.md
│ │ │ └── _index.md
│ │ ├── 3
│ │ │ ├── success
│ │ │ │ └── index.md
│ │ │ ├── backlog
│ │ │ │ └── index.md
│ │ │ └── _index.md
│ │ └── 4
│ │ │ ├── success
│ │ │ └── index.md
│ │ │ ├── backlog
│ │ │ └── index.md
│ │ │ ├── _index.md
│ │ │ └── prep
│ │ │ └── index.md
│ ├── product
│ │ ├── _index.md
│ │ └── backlog
│ │ │ ├── _index.md
│ │ │ ├── backlog-1
│ │ │ └── index.md
│ │ │ ├── backlog-2
│ │ │ └── index.md
│ │ │ ├── backlog-3
│ │ │ └── index.md
│ │ │ └── backlog-4
│ │ │ └── index.md
│ └── _index.md
│ ├── sap-fico
│ ├── sprints
│ │ ├── 1
│ │ │ ├── success
│ │ │ │ └── index.md
│ │ │ ├── backlog
│ │ │ │ └── index.md
│ │ │ ├── _index.md
│ │ │ └── prep
│ │ │ │ └── index.md
│ │ ├── 2
│ │ │ ├── success
│ │ │ │ └── index.md
│ │ │ ├── backlog
│ │ │ │ └── index.md
│ │ │ ├── prep
│ │ │ │ └── index.md
│ │ │ └── _index.md
│ │ ├── 3
│ │ │ ├── success
│ │ │ │ └── index.md
│ │ │ ├── backlog
│ │ │ │ └── index.md
│ │ │ ├── prep
│ │ │ │ └── index.md
│ │ │ └── _index.md
│ │ ├── 4
│ │ │ ├── success
│ │ │ │ └── index.md
│ │ │ ├── backlog
│ │ │ │ └── index.md
│ │ │ ├── prep
│ │ │ │ └── index.md
│ │ │ └── _index.md
│ │ └── 5
│ │ │ ├── success
│ │ │ └── index.md
│ │ │ ├── backlog
│ │ │ └── index.md
│ │ │ ├── prep
│ │ │ └── index.md
│ │ │ └── _index.md
│ └── _index.md
│ ├── servers
│ ├── sprints
│ │ ├── 1
│ │ │ ├── success
│ │ │ │ └── index.md
│ │ │ ├── backlog
│ │ │ │ └── index.md
│ │ │ └── _index.md
│ │ ├── 2
│ │ │ ├── success
│ │ │ │ └── index.md
│ │ │ ├── backlog
│ │ │ │ └── index.md
│ │ │ └── _index.md
│ │ ├── 3
│ │ │ ├── success
│ │ │ │ └── index.md
│ │ │ ├── backlog
│ │ │ │ └── index.md
│ │ │ └── _index.md
│ │ └── 4
│ │ │ ├── success
│ │ │ └── index.md
│ │ │ ├── backlog
│ │ │ └── index.md
│ │ │ ├── _index.md
│ │ │ └── prep
│ │ │ └── index.md
│ ├── _index.md
│ └── prep
│ │ └── index.md
│ ├── ai-essentials
│ ├── sprints
│ │ ├── 1
│ │ │ ├── success
│ │ │ │ └── index.md
│ │ │ ├── backlog
│ │ │ │ └── index.md
│ │ │ └── _index.md
│ │ ├── 2
│ │ │ ├── success
│ │ │ │ └── index.md
│ │ │ ├── backlog
│ │ │ │ └── index.md
│ │ │ └── _index.md
│ │ └── 3
│ │ │ ├── success
│ │ │ └── index.md
│ │ │ ├── backlog
│ │ │ └── index.md
│ │ │ └── _index.md
│ └── _index.md
│ ├── business-analysis
│ ├── sprints
│ │ ├── 1
│ │ │ ├── success
│ │ │ │ └── index.md
│ │ │ ├── _index.md
│ │ │ └── backlog
│ │ │ │ └── index.md
│ │ ├── 2
│ │ │ ├── success
│ │ │ │ └── index.md
│ │ │ ├── backlog
│ │ │ │ └── index.md
│ │ │ └── _index.md
│ │ ├── 3
│ │ │ ├── success
│ │ │ │ └── index.md
│ │ │ ├── _index.md
│ │ │ └── backlog
│ │ │ │ └── index.md
│ │ ├── 4
│ │ │ ├── success
│ │ │ │ └── index.md
│ │ │ ├── backlog
│ │ │ │ └── index.md
│ │ │ └── _index.md
│ │ ├── 5
│ │ │ ├── success
│ │ │ │ └── index.md
│ │ │ ├── _index.md
│ │ │ └── backlog
│ │ │ │ └── index.md
│ │ └── 6
│ │ │ ├── success
│ │ │ └── index.md
│ │ │ ├── _index.md
│ │ │ ├── backlog
│ │ │ └── index.md
│ │ │ └── prep
│ │ │ └── index.md
│ ├── _index.md
│ └── prep
│ │ └── index.md
│ ├── _index.md
│ └── concurrency
│ └── sprints
│ └── 1
│ ├── success
│ └── index.md
│ ├── backlog
│ └── index.md
│ └── _index.md
├── tooling
├── go
│ └── .gitignore
└── common-config
│ └── config
│ └── production
│ └── config.toml
├── org-cyf-how-this-works
├── config
├── netlify.toml
├── deploy-netlify.sh
├── content
│ ├── _index.md
│ └── sprints
│ │ └── self-educate
│ │ └── _index.md
└── hugo.toml
├── readme_repository_access.png
├── .prettierrc
├── legacy-curriculum-redirects
└── netlify.toml
└── .github
└── ISSUE_TEMPLATE
└── discussion.md
/CITATION.cff:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/.node-version:
--------------------------------------------------------------------------------
1 | 18
--------------------------------------------------------------------------------
/.npmrc:
--------------------------------------------------------------------------------
1 | legacy-peer-deps=true
--------------------------------------------------------------------------------
/common-content/en/module/sdc-induction/_index.md:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/org-cyf/config:
--------------------------------------------------------------------------------
1 | ../tooling/common-config/config
--------------------------------------------------------------------------------
/common-content/config:
--------------------------------------------------------------------------------
1 | ../tooling/common-config/config
--------------------------------------------------------------------------------
/common-docs/config:
--------------------------------------------------------------------------------
1 | ../tooling/common-config/config
--------------------------------------------------------------------------------
/common-theme/config:
--------------------------------------------------------------------------------
1 | ../tooling/common-config/config
--------------------------------------------------------------------------------
/org-cyf-guides/config:
--------------------------------------------------------------------------------
1 | ../tooling/common-config/config
--------------------------------------------------------------------------------
/org-cyf-itd/config:
--------------------------------------------------------------------------------
1 | ../tooling/common-config/config
--------------------------------------------------------------------------------
/org-cyf-itp/config:
--------------------------------------------------------------------------------
1 | ../tooling/common-config/config
--------------------------------------------------------------------------------
/org-cyf-launch/config:
--------------------------------------------------------------------------------
1 | ../tooling/common-config/config
--------------------------------------------------------------------------------
/org-cyf-piscine/config:
--------------------------------------------------------------------------------
1 | ../tooling/common-config/config
--------------------------------------------------------------------------------
/org-cyf-sdc/config:
--------------------------------------------------------------------------------
1 | ../tooling/common-config/config
--------------------------------------------------------------------------------
/org-cyf-theme/config:
--------------------------------------------------------------------------------
1 | ../tooling/common-config/config
--------------------------------------------------------------------------------
/org-cyf-tracks/config:
--------------------------------------------------------------------------------
1 | ../tooling/common-config/config
--------------------------------------------------------------------------------
/tooling/go/.gitignore:
--------------------------------------------------------------------------------
1 | /local-overrides-enforcer
2 |
--------------------------------------------------------------------------------
/org-cyf/netlify.toml:
--------------------------------------------------------------------------------
1 | ../tooling/common-config/netlify.toml
--------------------------------------------------------------------------------
/common-docs/netlify.toml:
--------------------------------------------------------------------------------
1 | ../tooling/common-config/netlify.toml
--------------------------------------------------------------------------------
/common-theme/netlify.toml:
--------------------------------------------------------------------------------
1 | ../tooling/common-config/netlify.toml
--------------------------------------------------------------------------------
/common-theme/prettierignore:
--------------------------------------------------------------------------------
1 | /public/**
2 | /resources/**
3 |
--------------------------------------------------------------------------------
/org-cyf-how-this-works/config:
--------------------------------------------------------------------------------
1 | ../tooling/common-config/config
--------------------------------------------------------------------------------
/org-cyf-itd/netlify.toml:
--------------------------------------------------------------------------------
1 | ../tooling/common-config/netlify.toml
--------------------------------------------------------------------------------
/org-cyf-itp/netlify.toml:
--------------------------------------------------------------------------------
1 | ../tooling/common-config/netlify.toml
--------------------------------------------------------------------------------
/org-cyf-sdc/netlify.toml:
--------------------------------------------------------------------------------
1 | ../tooling/common-config/netlify.toml
--------------------------------------------------------------------------------
/org-cyf-theme/netlify.toml:
--------------------------------------------------------------------------------
1 | ../tooling/common-config/netlify.toml
--------------------------------------------------------------------------------
/common-content/netlify.toml:
--------------------------------------------------------------------------------
1 | ../tooling/common-config/netlify.toml
--------------------------------------------------------------------------------
/common-docs/content/common-theme/front-matter/blocks/map/index.md:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/org-cyf-guides/netlify.toml:
--------------------------------------------------------------------------------
1 | ../tooling/common-config/netlify.toml
--------------------------------------------------------------------------------
/org-cyf-launch/netlify.toml:
--------------------------------------------------------------------------------
1 | ../tooling/common-config/netlify.toml
--------------------------------------------------------------------------------
/org-cyf-piscine/netlify.toml:
--------------------------------------------------------------------------------
1 | ../tooling/common-config/netlify.toml
--------------------------------------------------------------------------------
/org-cyf-tracks/netlify.toml:
--------------------------------------------------------------------------------
1 | ../tooling/common-config/netlify.toml
--------------------------------------------------------------------------------
/org-cyf/deploy-netlify.sh:
--------------------------------------------------------------------------------
1 | ../tooling/common-config/deploy-netlify.sh
--------------------------------------------------------------------------------
/common-docs/deploy-netlify.sh:
--------------------------------------------------------------------------------
1 | ../tooling/common-config/deploy-netlify.sh
--------------------------------------------------------------------------------
/org-cyf-how-this-works/netlify.toml:
--------------------------------------------------------------------------------
1 | ../tooling/common-config/netlify.toml
--------------------------------------------------------------------------------
/org-cyf-itd/deploy-netlify.sh:
--------------------------------------------------------------------------------
1 | ../tooling/common-config/deploy-netlify.sh
--------------------------------------------------------------------------------
/org-cyf-itp/deploy-netlify.sh:
--------------------------------------------------------------------------------
1 | ../tooling/common-config/deploy-netlify.sh
--------------------------------------------------------------------------------
/org-cyf-sdc/deploy-netlify.sh:
--------------------------------------------------------------------------------
1 | ../tooling/common-config/deploy-netlify.sh
--------------------------------------------------------------------------------
/org-cyf-theme/deploy-netlify.sh:
--------------------------------------------------------------------------------
1 | ../tooling/common-config/deploy-netlify.sh
--------------------------------------------------------------------------------
/common-content/deploy-netlify.sh:
--------------------------------------------------------------------------------
1 | ../tooling/common-config/deploy-netlify.sh
--------------------------------------------------------------------------------
/org-cyf-guides/deploy-netlify.sh:
--------------------------------------------------------------------------------
1 | ../tooling/common-config/deploy-netlify.sh
--------------------------------------------------------------------------------
/org-cyf-launch/deploy-netlify.sh:
--------------------------------------------------------------------------------
1 | ../tooling/common-config/deploy-netlify.sh
--------------------------------------------------------------------------------
/org-cyf-piscine/deploy-netlify.sh:
--------------------------------------------------------------------------------
1 | ../tooling/common-config/deploy-netlify.sh
--------------------------------------------------------------------------------
/org-cyf-tracks/deploy-netlify.sh:
--------------------------------------------------------------------------------
1 | ../tooling/common-config/deploy-netlify.sh
--------------------------------------------------------------------------------
/org-cyf-how-this-works/deploy-netlify.sh:
--------------------------------------------------------------------------------
1 | ../tooling/common-config/deploy-netlify.sh
--------------------------------------------------------------------------------
/common-theme/layouts/shortcodes/tasks.html:
--------------------------------------------------------------------------------
1 | {{- partial "objectives/get-list" .Inner -}}
2 |
--------------------------------------------------------------------------------
/common-theme/layouts/shortcodes/objectives.html:
--------------------------------------------------------------------------------
1 | {{- partial "objectives/get-list" .Inner -}}
2 |
--------------------------------------------------------------------------------
/org-cyf-sdc/assets/custom-theme/03-elements/base.scss:
--------------------------------------------------------------------------------
1 | :root {
2 | font-size: 16px;
3 | }
4 |
--------------------------------------------------------------------------------
/org-cyf-theme/assets/custom-theme/03-elements/base.scss:
--------------------------------------------------------------------------------
1 | :root {
2 | font-size: 18px;
3 | }
4 |
--------------------------------------------------------------------------------
/common-content/go.mod:
--------------------------------------------------------------------------------
1 | module github.com/CodeYourFuture/curriculum/common-content
2 |
3 | go 1.24.5
4 |
--------------------------------------------------------------------------------
/common-theme/go.mod:
--------------------------------------------------------------------------------
1 | module github.com/CodeYourFuture/curriculum/common-theme
2 |
3 | go 1.24.5
4 |
--------------------------------------------------------------------------------
/common-content/hugo.toml:
--------------------------------------------------------------------------------
1 |
2 | [module]
3 | [module.hugoVersion]
4 | extended = true
5 | min = "0.116.0"
--------------------------------------------------------------------------------
/org-cyf-tracks/content/track_kinds/_index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = "Track kinds"
3 | member_name = "Tracks"
4 | +++
5 |
--------------------------------------------------------------------------------
/common-theme/layouts/_default/_markup/render-codeblock-tasks.html:
--------------------------------------------------------------------------------
1 | {{- partial "objectives/get-list" .Inner -}}
2 |
--------------------------------------------------------------------------------
/org-cyf-itp/tooling/netlify/functions/submission-created.js:
--------------------------------------------------------------------------------
1 | ../../../../tooling/netlify/functions/submission-created.js
--------------------------------------------------------------------------------
/org-cyf-sdc/tooling/netlify/functions/submission-created.js:
--------------------------------------------------------------------------------
1 | ../../../../tooling/netlify/functions/submission-created.js
--------------------------------------------------------------------------------
/org-cyf/content/overview/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = "Overview of software courses"
3 | layout = "overview"
4 | +++
5 |
--------------------------------------------------------------------------------
/readme_repository_access.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/readme_repository_access.png
--------------------------------------------------------------------------------
/common-theme/assets/styles/04-components/list.scss:
--------------------------------------------------------------------------------
1 | .c-list__item {
2 | @extend %list-without-list-formatting;
3 | }
4 |
--------------------------------------------------------------------------------
/common-theme/assets/styles/layout/main.scss:
--------------------------------------------------------------------------------
1 | .l-main {
2 | @include on-event {
3 | outline: none;
4 | }
5 | }
6 |
--------------------------------------------------------------------------------
/common-theme/layouts/_default/_markup/render-codeblock-objectives.html:
--------------------------------------------------------------------------------
1 | {{- partial "objectives/get-list" .Inner -}}
2 |
--------------------------------------------------------------------------------
/common-theme/layouts/shortcodes/our-name.html:
--------------------------------------------------------------------------------
1 | {{- site.Params.our_name |default "CYF" -}}
--------------------------------------------------------------------------------
/common-theme/static/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/common-theme/static/favicon.ico
--------------------------------------------------------------------------------
/org-cyf-piscine/tooling/netlify/functions/submission-created.js:
--------------------------------------------------------------------------------
1 | ../../../../tooling/netlify/functions/submission-created.js
--------------------------------------------------------------------------------
/common-theme/assets/styles/states/dark.scss:
--------------------------------------------------------------------------------
1 | .is-dark-mode,
2 | :root:has(.is-dark-mode) {
3 | @include dark-palette;
4 | }
5 |
--------------------------------------------------------------------------------
/org-cyf-theme/static/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-theme/static/favicon.ico
--------------------------------------------------------------------------------
/org-cyf-theme/static/logos/EY.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-theme/static/logos/EY.png
--------------------------------------------------------------------------------
/common-theme/assets/styles/states/light.scss:
--------------------------------------------------------------------------------
1 | .is-light-mode,
2 | :root:has(.is-light-mode) {
3 | @include light-palette;
4 | }
5 |
--------------------------------------------------------------------------------
/common-theme/assets/styles/states/problem.scss:
--------------------------------------------------------------------------------
1 | //use for warning alerts
2 |
3 | .is-problem {
4 | font-weight: bolder;
5 | }
6 |
--------------------------------------------------------------------------------
/common-theme/static/logos/github.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/common-theme/static/logos/github.png
--------------------------------------------------------------------------------
/common-theme/static/logos/slack.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/common-theme/static/logos/slack.png
--------------------------------------------------------------------------------
/org-cyf-sdc/assets/custom-theme/states/dark.scss:
--------------------------------------------------------------------------------
1 | .is-dark-mode,
2 | :root:has(.is-dark-mode) {
3 | @include dark-palette;
4 | }
5 |
--------------------------------------------------------------------------------
/org-cyf-theme/static/logos/gcid.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-theme/static/logos/gcid.png
--------------------------------------------------------------------------------
/org-cyf-theme/static/logos/ltw.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-theme/static/logos/ltw.png
--------------------------------------------------------------------------------
/org-cyf-theme/static/logos/mbn.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-theme/static/logos/mbn.jpeg
--------------------------------------------------------------------------------
/org-cyf-theme/static/logos/slack.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-theme/static/logos/slack.png
--------------------------------------------------------------------------------
/org-cyf-theme/static/logos/udemy.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-theme/static/logos/udemy.png
--------------------------------------------------------------------------------
/org-cyf-tracks/content/cloud/product/_index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title='Product'
3 | menu_level= ['module']
4 | weight= 8
5 | +++
6 |
7 |
8 |
--------------------------------------------------------------------------------
/org-cyf-piscine/assets/custom-theme/states/dark.scss:
--------------------------------------------------------------------------------
1 | .is-dark-mode,
2 | :root:has(.is-dark-mode) {
3 | @include dark-palette;
4 | }
5 |
--------------------------------------------------------------------------------
/org-cyf-sdc/assets/custom-theme/states/light.scss:
--------------------------------------------------------------------------------
1 | .is-light-mode,
2 | :root:has(.is-light-mode) {
3 | @include light-palette;
4 | }
5 |
--------------------------------------------------------------------------------
/org-cyf-theme/assets/custom-theme/states/dark.scss:
--------------------------------------------------------------------------------
1 | .is-dark-mode,
2 | :root:has(.is-dark-mode) {
3 | @include dark-palette;
4 | }
5 |
--------------------------------------------------------------------------------
/org-cyf-theme/static/favicon-16x16.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-theme/static/favicon-16x16.png
--------------------------------------------------------------------------------
/org-cyf-theme/static/favicon-32x32.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-theme/static/favicon-32x32.png
--------------------------------------------------------------------------------
/org-cyf-theme/static/logos/adobe.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-theme/static/logos/adobe.webp
--------------------------------------------------------------------------------
/org-cyf-theme/static/logos/avaloq.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-theme/static/logos/avaloq.png
--------------------------------------------------------------------------------
/org-cyf-theme/static/logos/clutha.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-theme/static/logos/clutha.png
--------------------------------------------------------------------------------
/org-cyf-theme/static/logos/devfest.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-theme/static/logos/devfest.jpg
--------------------------------------------------------------------------------
/org-cyf-theme/static/logos/github.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-theme/static/logos/github.png
--------------------------------------------------------------------------------
/org-cyf-theme/static/logos/seesaw.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-theme/static/logos/seesaw.png
--------------------------------------------------------------------------------
/common-theme/assets/styles/states/inert.scss:
--------------------------------------------------------------------------------
1 | [inert] {
2 | opacity: 0.5;
3 | filter: blur(2px);
4 | transition: filter 0.6s;
5 | }
6 |
--------------------------------------------------------------------------------
/org-cyf-guides/content/employability/interview/_index.md:
--------------------------------------------------------------------------------
1 | ---
2 | emoji: 🗣️
3 | title: Interview
4 | description:
5 | weight: 5
6 | ---
7 |
--------------------------------------------------------------------------------
/org-cyf-piscine/assets/custom-theme/states/light.scss:
--------------------------------------------------------------------------------
1 | .is-light-mode,
2 | :root:has(.is-light-mode) {
3 | @include light-palette;
4 | }
5 |
--------------------------------------------------------------------------------
/org-cyf-theme/assets/custom-theme/states/light.scss:
--------------------------------------------------------------------------------
1 | .is-light-mode,
2 | :root:has(.is-light-mode) {
3 | @include light-palette;
4 | }
5 |
--------------------------------------------------------------------------------
/org-cyf-theme/static/apple-touch-icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-theme/static/apple-touch-icon.png
--------------------------------------------------------------------------------
/org-cyf-theme/static/logos/capgemini.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-theme/static/logos/capgemini.png
--------------------------------------------------------------------------------
/org-cyf-theme/static/logos/codility.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-theme/static/logos/codility.png
--------------------------------------------------------------------------------
/org-cyf-theme/static/logos/df-capital.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-theme/static/logos/df-capital.png
--------------------------------------------------------------------------------
/org-cyf-theme/static/logos/evidenced.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-theme/static/logos/evidenced.png
--------------------------------------------------------------------------------
/org-cyf-theme/static/logos/rainbird.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-theme/static/logos/rainbird.webp
--------------------------------------------------------------------------------
/org-cyf-theme/static/logos/turingfest.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-theme/static/logos/turingfest.png
--------------------------------------------------------------------------------
/org-cyf-theme/static/logos/wtmgoogle.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-theme/static/logos/wtmgoogle.png
--------------------------------------------------------------------------------
/org-cyf-theme/static/logos/thedatalab.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-theme/static/logos/thedatalab.jpeg
--------------------------------------------------------------------------------
/common-content/en/module/js1/reuse/round.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/common-content/en/module/js1/reuse/round.gif
--------------------------------------------------------------------------------
/common-content/en/module/js2/dom/html-tree.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/common-content/en/module/js2/dom/html-tree.png
--------------------------------------------------------------------------------
/common-theme/assets/styles/states/bad.scss:
--------------------------------------------------------------------------------
1 | //use for failure/incorrect/negative
2 |
3 | .is-bad {
4 | background: var(--theme-color--bad);
5 | }
6 |
--------------------------------------------------------------------------------
/common-theme/assets/styles/states/good.scss:
--------------------------------------------------------------------------------
1 | //use for success/correct/positive
2 |
3 | .is-good {
4 | background: var(--theme-color--good);
5 | }
6 |
--------------------------------------------------------------------------------
/org-cyf-guides/content/testing/_index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title="Testing"
3 | description="Test first, test often, test always."
4 | menu="learners"
5 | +++
6 |
--------------------------------------------------------------------------------
/tooling/common-config/config/production/config.toml:
--------------------------------------------------------------------------------
1 | # This config is for any production only settings
2 |
3 | [caches.getresource]
4 | maxAge = "0m"
5 |
--------------------------------------------------------------------------------
/common-content/en/module/databases/crud/crud.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/common-content/en/module/databases/crud/crud.png
--------------------------------------------------------------------------------
/common-content/en/module/js1/functions/round.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/common-content/en/module/js1/functions/round.gif
--------------------------------------------------------------------------------
/common-docs/content/community/blocks/itp/itp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/common-docs/content/community/blocks/itp/itp.png
--------------------------------------------------------------------------------
/org-cyf-guides/content/setting-up/_index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title="Setting Up"
3 | description="Being prepared is half the battle."
4 | menu="learners"
5 | +++
6 |
--------------------------------------------------------------------------------
/org-cyf-sdc/content/legacy/sprints/1/success/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = "Success"
3 | layout = "success"
4 | menu_level = ["sprint"]
5 | weight = 4
6 | +++
7 |
--------------------------------------------------------------------------------
/org-cyf-sdc/content/logic/sprints/1/success/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = "Success"
3 | layout = "success"
4 | menu_level = ["sprint"]
5 | weight = 4
6 | +++
7 |
--------------------------------------------------------------------------------
/org-cyf-sdc/content/tools/sprints/1/success/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = "Success"
3 | layout = "success"
4 | menu_level = ["sprint"]
5 | weight = 4
6 | +++
7 |
--------------------------------------------------------------------------------
/org-cyf-sdc/content/tools/sprints/2/success/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = "Success"
3 | layout = "success"
4 | menu_level = ["sprint"]
5 | weight = 4
6 | +++
7 |
--------------------------------------------------------------------------------
/org-cyf-sdc/content/tools/sprints/3/success/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = "Success"
3 | layout = "success"
4 | menu_level = ["sprint"]
5 | weight = 4
6 | +++
7 |
--------------------------------------------------------------------------------
/org-cyf-sdc/content/tools/sprints/4/success/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = "Success"
3 | layout = "success"
4 | menu_level = ["sprint"]
5 | weight = 4
6 | +++
7 |
--------------------------------------------------------------------------------
/org-cyf-sdc/content/tools/sprints/5/success/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = "Success"
3 | layout = "success"
4 | menu_level = ["sprint"]
5 | weight = 4
6 | +++
7 |
--------------------------------------------------------------------------------
/org-cyf-theme/static/android-chrome-192x192.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-theme/static/android-chrome-192x192.png
--------------------------------------------------------------------------------
/org-cyf-theme/static/android-chrome-512x512.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-theme/static/android-chrome-512x512.png
--------------------------------------------------------------------------------
/org-cyf-theme/static/logos/barclayseaglelabs.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-theme/static/logos/barclayseaglelabs.png
--------------------------------------------------------------------------------
/org-cyf-tracks/content/sql/sprints/1/success/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'success'
3 | layout = 'success'
4 | menu_level = ['sprint']
5 | weight = 4
6 | +++
7 |
--------------------------------------------------------------------------------
/org-cyf-tracks/content/sql/sprints/2/success/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'success'
3 | layout = 'success'
4 | menu_level = ['sprint']
5 | weight = 4
6 | +++
7 |
--------------------------------------------------------------------------------
/org-cyf-tracks/content/sql/sprints/3/success/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'success'
3 | layout = 'success'
4 | menu_level = ['sprint']
5 | weight = 4
6 | +++
7 |
--------------------------------------------------------------------------------
/common-content/en/module/complexity/big-o/big-o.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/common-content/en/module/complexity/big-o/big-o.png
--------------------------------------------------------------------------------
/common-content/en/module/js1/setup/jest-install.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/common-content/en/module/js1/setup/jest-install.png
--------------------------------------------------------------------------------
/common-content/en/module/js1/terminal/terminal.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/common-content/en/module/js1/terminal/terminal.gif
--------------------------------------------------------------------------------
/common-content/en/module/js1/variables/greeting.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/common-content/en/module/js1/variables/greeting.gif
--------------------------------------------------------------------------------
/common-content/en/module/logic/abduction/phew.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/common-content/en/module/logic/abduction/phew.png
--------------------------------------------------------------------------------
/common-content/en/module/logic/abduction/poppy.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/common-content/en/module/logic/abduction/poppy.png
--------------------------------------------------------------------------------
/common-docs/content/community/blocks/plus/plus.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/common-docs/content/community/blocks/plus/plus.png
--------------------------------------------------------------------------------
/org-cyf-guides/content/employability/_index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title="Employability"
3 | description="Your guides for getting job ready"
4 | menu=["everyone"]
5 | +++
6 |
--------------------------------------------------------------------------------
/org-cyf-itp/content/data-flows/sprints/1/success/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'success'
3 | layout = 'success'
4 | menu_level = ['sprint']
5 | weight = 4
6 | +++
7 |
--------------------------------------------------------------------------------
/org-cyf-itp/content/data-flows/sprints/2/success/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'success'
3 | layout = 'success'
4 | menu_level = ['sprint']
5 | weight = 4
6 | +++
7 |
--------------------------------------------------------------------------------
/org-cyf-itp/content/data-flows/sprints/3/success/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'success'
3 | layout = 'success'
4 | menu_level = ['sprint']
5 | weight = 4
6 | +++
7 |
--------------------------------------------------------------------------------
/org-cyf-itp/content/data-groups/sprints/2/success/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'success'
3 | layout = 'success'
4 | menu_level = ['sprint']
5 | weight = 4
6 | +++
7 |
--------------------------------------------------------------------------------
/org-cyf-itp/content/data-groups/sprints/3/success/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'success'
3 | layout = 'success'
4 | menu_level = ['sprint']
5 | weight = 4
6 | +++
7 |
--------------------------------------------------------------------------------
/org-cyf-sdc/content/complexity/sprints/1/success/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = "Success"
3 | layout = "success"
4 | menu_level = ["sprint"]
5 | weight = 4
6 | +++
7 |
--------------------------------------------------------------------------------
/org-cyf-sdc/content/complexity/sprints/2/success/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = "Success"
3 | layout = "success"
4 | menu_level = ["sprint"]
5 | weight = 4
6 | +++
7 |
--------------------------------------------------------------------------------
/org-cyf-tracks/content/cloud/sprints/2/success/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'success'
3 | layout = 'success'
4 | menu_level = ['sprint']
5 | weight = 4
6 | +++
7 |
--------------------------------------------------------------------------------
/org-cyf-tracks/content/cloud/sprints/3/success/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'success'
3 | layout = 'success'
4 | menu_level = ['sprint']
5 | weight = 4
6 | +++
7 |
--------------------------------------------------------------------------------
/org-cyf-tracks/content/cloud/sprints/4/success/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'success'
3 | layout = 'success'
4 | menu_level = ['sprint']
5 | weight = 4
6 | +++
7 |
--------------------------------------------------------------------------------
/org-cyf-tracks/content/cloud/sprints/5/success/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'success'
3 | layout = 'success'
4 | menu_level = ['sprint']
5 | weight = 4
6 | +++
7 |
--------------------------------------------------------------------------------
/org-cyf-tracks/content/portfolio/sprints/1/success/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'success'
3 | layout = 'success'
4 | menu_level = ['sprint']
5 | weight = 4
6 | +++
7 |
--------------------------------------------------------------------------------
/org-cyf-tracks/content/portfolio/sprints/2/success/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'success'
3 | layout = 'success'
4 | menu_level = ['sprint']
5 | weight = 4
6 | +++
7 |
--------------------------------------------------------------------------------
/org-cyf-tracks/content/portfolio/sprints/3/success/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'success'
3 | layout = 'success'
4 | menu_level = ['sprint']
5 | weight = 4
6 | +++
7 |
--------------------------------------------------------------------------------
/org-cyf-tracks/content/portfolio/sprints/4/success/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'success'
3 | layout = 'success'
4 | menu_level = ['sprint']
5 | weight = 4
6 | +++
7 |
--------------------------------------------------------------------------------
/org-cyf-tracks/content/portfolio/sprints/5/success/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'success'
3 | layout = 'success'
4 | menu_level = ['sprint']
5 | weight = 4
6 | +++
7 |
--------------------------------------------------------------------------------
/org-cyf-tracks/content/react/sprints/1/success/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'success'
3 | layout = 'success'
4 | menu_level = ['sprint']
5 | weight = 4
6 | +++
7 |
--------------------------------------------------------------------------------
/org-cyf-tracks/content/react/sprints/2/success/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'success'
3 | layout = 'success'
4 | menu_level = ['sprint']
5 | weight = 4
6 | +++
7 |
--------------------------------------------------------------------------------
/org-cyf-tracks/content/react/sprints/3/success/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'success'
3 | layout = 'success'
4 | menu_level = ['sprint']
5 | weight = 4
6 | +++
7 |
--------------------------------------------------------------------------------
/org-cyf-tracks/content/react/sprints/4/success/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'success'
3 | layout = 'success'
4 | menu_level = ['sprint']
5 | weight = 4
6 | +++
7 |
--------------------------------------------------------------------------------
/org-cyf-tracks/content/sap-fico/sprints/1/success/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'success'
3 | layout = 'success'
4 | menu_level = ['sprint']
5 | weight = 4
6 | +++
7 |
--------------------------------------------------------------------------------
/org-cyf-tracks/content/sap-fico/sprints/2/success/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'success'
3 | layout = 'success'
4 | menu_level = ['sprint']
5 | weight = 4
6 | +++
7 |
--------------------------------------------------------------------------------
/org-cyf-tracks/content/sap-fico/sprints/3/success/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'success'
3 | layout = 'success'
4 | menu_level = ['sprint']
5 | weight = 4
6 | +++
7 |
--------------------------------------------------------------------------------
/org-cyf-tracks/content/sap-fico/sprints/4/success/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'success'
3 | layout = 'success'
4 | menu_level = ['sprint']
5 | weight = 4
6 | +++
7 |
--------------------------------------------------------------------------------
/org-cyf-tracks/content/sap-fico/sprints/5/success/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'success'
3 | layout = 'success'
4 | menu_level = ['sprint']
5 | weight = 4
6 | +++
7 |
--------------------------------------------------------------------------------
/org-cyf-tracks/content/servers/sprints/1/success/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'success'
3 | layout = 'success'
4 | menu_level = ['sprint']
5 | weight = 4
6 | +++
7 |
--------------------------------------------------------------------------------
/org-cyf-tracks/content/servers/sprints/3/success/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'success'
3 | layout = 'success'
4 | menu_level = ['sprint']
5 | weight = 4
6 | +++
7 |
--------------------------------------------------------------------------------
/org-cyf-tracks/content/servers/sprints/4/success/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'success'
3 | layout = 'success'
4 | menu_level = ['sprint']
5 | weight = 4
6 | +++
7 |
--------------------------------------------------------------------------------
/common-content/en/module/js2/one-pair/literal-key.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/common-content/en/module/js2/one-pair/literal-key.png
--------------------------------------------------------------------------------
/org-cyf-guides/content/deploying/cyf/select-team.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/deploying/cyf/select-team.png
--------------------------------------------------------------------------------
/org-cyf-itp/content/structuring-data/sprints/1/success/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'success'
3 | layout = 'success'
4 | menu_level = ['sprint']
5 | weight = 4
6 | +++
7 |
--------------------------------------------------------------------------------
/org-cyf-itp/content/structuring-data/sprints/2/success/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'success'
3 | layout = 'success'
4 | menu_level = ['sprint']
5 | weight = 4
6 | +++
7 |
--------------------------------------------------------------------------------
/org-cyf-itp/content/structuring-data/sprints/3/success/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'success'
3 | layout = 'success'
4 | menu_level = ['sprint']
5 | weight = 4
6 | +++
7 |
--------------------------------------------------------------------------------
/org-cyf-sdc/content/decomposition/sprints/1/success/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = "Success"
3 | layout = "success"
4 | menu_level = ["sprint"]
5 | weight = 4
6 | +++
7 |
--------------------------------------------------------------------------------
/org-cyf-sdc/content/decomposition/sprints/2/success/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = "Success"
3 | layout = "success"
4 | menu_level = ["sprint"]
5 | weight = 4
6 | +++
7 |
--------------------------------------------------------------------------------
/org-cyf-sdc/content/decomposition/sprints/3/success/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = "Success"
3 | layout = "success"
4 | menu_level = ["sprint"]
5 | weight = 4
6 | +++
7 |
--------------------------------------------------------------------------------
/org-cyf-tracks/content/ai-essentials/sprints/1/success/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'success'
3 | layout = 'success'
4 | menu_level = ['sprint']
5 | weight = 4
6 | +++
7 |
--------------------------------------------------------------------------------
/org-cyf-tracks/content/ai-essentials/sprints/2/success/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'success'
3 | layout = 'success'
4 | menu_level = ['sprint']
5 | weight = 4
6 | +++
7 |
--------------------------------------------------------------------------------
/org-cyf-tracks/content/ai-essentials/sprints/3/success/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'success'
3 | layout = 'success'
4 | menu_level = ['sprint']
5 | weight = 4
6 | +++
7 |
--------------------------------------------------------------------------------
/org-cyf-tracks/content/servers/sprints/2/success/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'success'
3 | layout = 'success'
4 | menu_level = ['sprint']
5 | weight = 4
6 |
7 | +++
8 |
--------------------------------------------------------------------------------
/common-content/en/blocks/_index.md:
--------------------------------------------------------------------------------
1 | +++
2 | [[cascade]]
3 | [cascade.build]
4 | list = 'never'
5 | publishResources = false
6 | render = 'never'
7 | +++
8 |
--------------------------------------------------------------------------------
/common-content/en/blocks/workshop/organise-workshops.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/common-content/en/blocks/workshop/organise-workshops.png
--------------------------------------------------------------------------------
/common-content/en/energisers/_index.md:
--------------------------------------------------------------------------------
1 | +++
2 | [[cascade]]
3 | [cascade.build]
4 | list = 'never'
5 | publishResources = false
6 | render = 'never'
7 | +++
8 |
--------------------------------------------------------------------------------
/common-content/en/module/_index.md:
--------------------------------------------------------------------------------
1 | +++
2 | [[cascade]]
3 | [cascade.build]
4 | list = 'never'
5 | publishResources = false
6 | render = 'never'
7 | +++
8 |
--------------------------------------------------------------------------------
/common-content/en/module/js1/installing/jest-install.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/common-content/en/module/js1/installing/jest-install.png
--------------------------------------------------------------------------------
/common-content/en/module/js3/now-showing/film-cards.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/common-content/en/module/js3/now-showing/film-cards.png
--------------------------------------------------------------------------------
/common-docs/content/community/blocks/migracode/mcb.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/common-docs/content/community/blocks/migracode/mcb.png
--------------------------------------------------------------------------------
/common-theme/assets/images/backgrounds/dddepth--085.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/common-theme/assets/images/backgrounds/dddepth--085.webp
--------------------------------------------------------------------------------
/common-theme/assets/images/backgrounds/dddepth--320.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/common-theme/assets/images/backgrounds/dddepth--320.webp
--------------------------------------------------------------------------------
/common-theme/assets/images/backgrounds/dddepth-013.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/common-theme/assets/images/backgrounds/dddepth-013.webp
--------------------------------------------------------------------------------
/common-theme/assets/images/backgrounds/dddepth-014.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/common-theme/assets/images/backgrounds/dddepth-014.webp
--------------------------------------------------------------------------------
/common-theme/assets/images/backgrounds/dddepth-016.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/common-theme/assets/images/backgrounds/dddepth-016.webp
--------------------------------------------------------------------------------
/common-theme/assets/images/backgrounds/dddepth-017.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/common-theme/assets/images/backgrounds/dddepth-017.webp
--------------------------------------------------------------------------------
/common-theme/assets/images/backgrounds/dddepth-019.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/common-theme/assets/images/backgrounds/dddepth-019.webp
--------------------------------------------------------------------------------
/common-theme/assets/images/backgrounds/dddepth-025.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/common-theme/assets/images/backgrounds/dddepth-025.webp
--------------------------------------------------------------------------------
/common-theme/assets/images/backgrounds/dddepth-084.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/common-theme/assets/images/backgrounds/dddepth-084.webp
--------------------------------------------------------------------------------
/common-theme/assets/images/backgrounds/dddepth-086.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/common-theme/assets/images/backgrounds/dddepth-086.webp
--------------------------------------------------------------------------------
/common-theme/assets/images/backgrounds/dddepth-230.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/common-theme/assets/images/backgrounds/dddepth-230.webp
--------------------------------------------------------------------------------
/common-theme/assets/images/backgrounds/dddepth-235.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/common-theme/assets/images/backgrounds/dddepth-235.webp
--------------------------------------------------------------------------------
/org-cyf-guides/content/deploying/cyf/backend/deploy.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/deploying/cyf/backend/deploy.png
--------------------------------------------------------------------------------
/org-cyf-guides/content/deploying/cyf/frontend/deploy.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/deploying/cyf/frontend/deploy.png
--------------------------------------------------------------------------------
/org-cyf-guides/content/deploying/cyf/projects-menu.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/deploying/cyf/projects-menu.png
--------------------------------------------------------------------------------
/org-cyf-guides/content/deploying/flyio/setup/signup.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/deploying/flyio/setup/signup.png
--------------------------------------------------------------------------------
/org-cyf-guides/content/deploying/ghpages/ghsettings.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/deploying/ghpages/ghsettings.png
--------------------------------------------------------------------------------
/org-cyf-sdc/assets/custom-theme/04-components/page-header.scss:
--------------------------------------------------------------------------------
1 | .c-page-header {
2 | &__title {
3 | text-shadow: -2px 1px 0 var(--theme-color--brand);
4 | }
5 | }
6 |
--------------------------------------------------------------------------------
/org-cyf-tracks/content/business-analysis/sprints/1/success/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = "Success"
3 | layout = "success"
4 | menu_level = ["sprint"]
5 | weight = 4
6 | +++
7 |
--------------------------------------------------------------------------------
/org-cyf-tracks/content/business-analysis/sprints/2/success/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'success'
3 | layout = 'success'
4 | menu_level = ['sprint']
5 | weight = 4
6 | +++
7 |
--------------------------------------------------------------------------------
/org-cyf-tracks/content/business-analysis/sprints/3/success/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = "Success"
3 | layout = "success"
4 | menu_level = ["sprint"]
5 | weight = 4
6 | +++
7 |
--------------------------------------------------------------------------------
/org-cyf-tracks/content/business-analysis/sprints/4/success/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = "Success"
3 | layout = "success"
4 | menu_level = ["sprint"]
5 | weight = 4
6 | +++
7 |
--------------------------------------------------------------------------------
/org-cyf-tracks/content/business-analysis/sprints/5/success/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = "Success"
3 | layout = "success"
4 | menu_level = ["sprint"]
5 | weight = 4
6 | +++
7 |
--------------------------------------------------------------------------------
/org-cyf-tracks/content/business-analysis/sprints/6/success/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = "Success"
3 | layout = "success"
4 | menu_level = ["sprint"]
5 | weight = 4
6 | +++
7 |
--------------------------------------------------------------------------------
/common-content/en/module/js1/declaring-functions/round.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/common-content/en/module/js1/declaring-functions/round.gif
--------------------------------------------------------------------------------
/common-content/en/module/js1/outliers/second-case-fail.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/common-content/en/module/js1/outliers/second-case-fail.png
--------------------------------------------------------------------------------
/common-content/en/module/js2/reference/point-to-array.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/common-content/en/module/js2/reference/point-to-array.png
--------------------------------------------------------------------------------
/org-cyf-guides/content/employability/interview/competency-interview/index.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Competency-based interviews
3 | description:
4 | emoji: 🖥️
5 | weight: 6
6 | ---
7 |
--------------------------------------------------------------------------------
/org-cyf-guides/content/getting-help/_index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'Getting Help'
3 | description = 'Asking questions; getting help; finding resources'
4 | menu="learners"
5 | +++
6 |
--------------------------------------------------------------------------------
/org-cyf-guides/content/testing/unit-testing/test-case.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/testing/unit-testing/test-case.png
--------------------------------------------------------------------------------
/org-cyf-sdc/assets/custom-theme/03-elements/headings.scss:
--------------------------------------------------------------------------------
1 | h1,
2 | .e-heading__1 {
3 | font-weight: 700;
4 | color: var(--theme-color--ink);
5 | text-shadow: none;
6 | }
7 |
--------------------------------------------------------------------------------
/common-content/en/module/induction/accounts/slack-profile.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/common-content/en/module/induction/accounts/slack-profile.png
--------------------------------------------------------------------------------
/common-content/en/module/js1/feedback/test-feedback-fail.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/common-content/en/module/js1/feedback/test-feedback-fail.png
--------------------------------------------------------------------------------
/common-content/en/module/js1/generalise/second-case-fail.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/common-content/en/module/js1/generalise/second-case-fail.png
--------------------------------------------------------------------------------
/common-theme/assets/styles/04-components/skip-link.scss:
--------------------------------------------------------------------------------
1 | .c-skip-link {
2 | @include offscreen(hide);
3 | @include on-event {
4 | @include offscreen(show);
5 | }
6 | }
7 |
--------------------------------------------------------------------------------
/org-cyf-guides/content/deploying/cyf/add-project-button.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/deploying/cyf/add-project-button.png
--------------------------------------------------------------------------------
/org-cyf-guides/content/deploying/cyf/enter-project-name.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/deploying/cyf/enter-project-name.png
--------------------------------------------------------------------------------
/org-cyf-itd/content/blocks/how-itd-works/images/cyf_brand.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-itd/content/blocks/how-itd-works/images/cyf_brand.png
--------------------------------------------------------------------------------
/org-cyf-itd/content/blocks/how-itd-works/images/filters.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-itd/content/blocks/how-itd-works/images/filters.png
--------------------------------------------------------------------------------
/org-cyf-itd/content/blocks/how-itd-works/images/workshops.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-itd/content/blocks/how-itd-works/images/workshops.png
--------------------------------------------------------------------------------
/org-cyf-itd/content/blocks/step-6/extend/animals-mobile.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-itd/content/blocks/step-6/extend/animals-mobile.png
--------------------------------------------------------------------------------
/org-cyf-theme/assets/custom-theme/03-elements/headings.scss:
--------------------------------------------------------------------------------
1 | h1,
2 | .e-heading__1 {
3 | font-weight: 700;
4 | color: var(--theme-color--brand);
5 | text-shadow: none;
6 | }
7 |
--------------------------------------------------------------------------------
/org-cyf-tracks/content/_index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title="Tracks"
3 | taxonomy_to_map = "track_kinds"
4 | description="Short, focused courses walking you towards specific careers"
5 | +++
6 |
--------------------------------------------------------------------------------
/common-content/en/module/induction/branching/commit-history.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/common-content/en/module/induction/branching/commit-history.png
--------------------------------------------------------------------------------
/common-content/en/module/js1/_index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title="JS1"
3 | description="What even is JavaScript?"
4 | layout="block-viewer"
5 | hide_from_overview="true"
6 | noindex="true"
7 | +++
8 |
--------------------------------------------------------------------------------
/common-content/en/module/js1/feedback/test-reference-error.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/common-content/en/module/js1/feedback/test-reference-error.png
--------------------------------------------------------------------------------
/common-content/en/module/js1/playing-computer/global-frame.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/common-content/en/module/js1/playing-computer/global-frame.png
--------------------------------------------------------------------------------
/org-cyf-guides/content/deploying/cyf/backend/enter-commands.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/deploying/cyf/backend/enter-commands.png
--------------------------------------------------------------------------------
/org-cyf-guides/content/deploying/supabase/connection-string.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/deploying/supabase/connection-string.png
--------------------------------------------------------------------------------
/org-cyf-guides/content/reviewing/style-guide/prettier-error.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/reviewing/style-guide/prettier-error.png
--------------------------------------------------------------------------------
/org-cyf-guides/content/testing/unit-testing/test-fail-case.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/testing/unit-testing/test-fail-case.png
--------------------------------------------------------------------------------
/org-cyf-guides/content/testing/unit-testing/test-pass-case.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/testing/unit-testing/test-pass-case.png
--------------------------------------------------------------------------------
/org-cyf-itd/content/blocks/how-itd-works/images/reviewSteps.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-itd/content/blocks/how-itd-works/images/reviewSteps.png
--------------------------------------------------------------------------------
/org-cyf-itd/content/blocks/how-itd-works/images/undoButton.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-itd/content/blocks/how-itd-works/images/undoButton.png
--------------------------------------------------------------------------------
/org-cyf-sdc/content/logic/sprints/1/backlog/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = "Backlog"
3 | layout = "backlog"
4 | menu_level = ["sprint"]
5 | weight = 2
6 | backlog = "Module-Logic"
7 | +++
8 |
--------------------------------------------------------------------------------
/common-content/en/module/databases/_index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title="Databases"
3 | description="SQL databases"
4 | layout="block-viewer"
5 | hide_from_overview="true"
6 | noindex="true"
7 | +++
8 |
--------------------------------------------------------------------------------
/common-content/en/module/databases/joining-tables/join-diagram.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/common-content/en/module/databases/joining-tables/join-diagram.png
--------------------------------------------------------------------------------
/common-content/en/module/js3/single-datum/single-film-display.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/common-content/en/module/js3/single-datum/single-film-display.png
--------------------------------------------------------------------------------
/common-content/en/module/react/_index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title="React"
3 | description="We used to have a whole module for React"
4 | layout="block-viewer"
5 | hide_from_overview="true"
6 | +++
7 |
--------------------------------------------------------------------------------
/common-theme/archetypes/default.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = '{{ replace .Name "-" " " | title }}'
3 | +++
4 |
5 | This is just a single. You can use this to create an uncomplicated basic page.
6 |
--------------------------------------------------------------------------------
/common-theme/assets/styles/states/invisible.scss:
--------------------------------------------------------------------------------
1 | // this makes text invisible but accessible to screenreaders, unlike display:none
2 | .is-invisible {
3 | @include screen(hide);
4 | }
5 |
--------------------------------------------------------------------------------
/common-theme/assets/styles/states/visible.scss:
--------------------------------------------------------------------------------
1 | // this makes text invisible but accessible to screenreaders, unlike display:none
2 |
3 | .is-visible {
4 | @include screen(show);
5 | }
6 |
--------------------------------------------------------------------------------
/org-cyf-guides/content/deploying/cyf/backend/add-github-repo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/deploying/cyf/backend/add-github-repo.png
--------------------------------------------------------------------------------
/org-cyf-guides/content/deploying/cyf/backend/customise-branch.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/deploying/cyf/backend/customise-branch.png
--------------------------------------------------------------------------------
/org-cyf-guides/content/deploying/cyf/frontend/add-github-repo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/deploying/cyf/frontend/add-github-repo.png
--------------------------------------------------------------------------------
/org-cyf-guides/content/deploying/cyf/frontend/customise-branch.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/deploying/cyf/frontend/customise-branch.png
--------------------------------------------------------------------------------
/org-cyf-guides/content/testing/lighthouse/lighthouse-anatomy.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/testing/lighthouse/lighthouse-anatomy.png
--------------------------------------------------------------------------------
/org-cyf-itd/content/blocks/how-itd-works/images/commentButton.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-itd/content/blocks/how-itd-works/images/commentButton.png
--------------------------------------------------------------------------------
/org-cyf-itd/content/blocks/how-itd-works/images/dashboardHome.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-itd/content/blocks/how-itd-works/images/dashboardHome.png
--------------------------------------------------------------------------------
/org-cyf-itd/content/blocks/how-itd-works/images/reviewApprove.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-itd/content/blocks/how-itd-works/images/reviewApprove.png
--------------------------------------------------------------------------------
/org-cyf-itd/content/blocks/how-itd-works/images/reviewOptions.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-itd/content/blocks/how-itd-works/images/reviewOptions.png
--------------------------------------------------------------------------------
/org-cyf-itd/content/blocks/how-itd-works/images/reviewReject.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-itd/content/blocks/how-itd-works/images/reviewReject.png
--------------------------------------------------------------------------------
/org-cyf-itd/content/blocks/how-itd-works/images/syllabusHome.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-itd/content/blocks/how-itd-works/images/syllabusHome.png
--------------------------------------------------------------------------------
/org-cyf-itd/content/blocks/step-3/instructions/sample-output.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-itd/content/blocks/step-3/instructions/sample-output.png
--------------------------------------------------------------------------------
/org-cyf-tracks/content/concurrency/sprints/1/success/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = "Success"
3 | layout = "success"
4 | menu_level = ["sprint"]
5 | weight = 4
6 | objectives = [[
7 | ]]
8 | +++
9 |
--------------------------------------------------------------------------------
/common-content/en/module/cloud/_index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title="Cloud"
3 | description="Content for cloud module/s"
4 | layout="block-viewer"
5 | hide_from_overview="true"
6 | noindex="true"
7 | +++
8 |
--------------------------------------------------------------------------------
/common-content/en/module/induction/_index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title="Induction"
3 | description="A lot of setup work"
4 | layout="block-viewer"
5 | hide_from_overview="true"
6 | noindex="true"
7 | +++
8 |
--------------------------------------------------------------------------------
/common-content/en/module/js1/playing-computer/runtime-diagram-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/common-content/en/module/js1/playing-computer/runtime-diagram-1.png
--------------------------------------------------------------------------------
/org-cyf-guides/content/deploying/cyf/frontend/set-base-directory.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/deploying/cyf/frontend/set-base-directory.png
--------------------------------------------------------------------------------
/org-cyf-guides/content/employability/portfolio/_index.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Portfolio
3 | description: Setup a portfolio to demonstrate your skills for the job
4 | emoji: 🖥️
5 | weight: 6
6 | ---
7 |
--------------------------------------------------------------------------------
/org-cyf-itd/content/blocks/how-itd-works/images/listOfApplicants.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-itd/content/blocks/how-itd-works/images/listOfApplicants.png
--------------------------------------------------------------------------------
/common-content/en/module/cloud/setup-aws/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'template'
3 | time = 0
4 | [build]
5 | render = 'never'
6 | list = 'local'
7 | publishResources = false
8 |
9 | +++
10 |
--------------------------------------------------------------------------------
/common-content/en/module/cloud/setup-mfa/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'template'
3 | time = 0
4 | [build]
5 | render = 'never'
6 | list = 'local'
7 | publishResources = false
8 |
9 | +++
10 |
--------------------------------------------------------------------------------
/common-content/en/module/cloud/template/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'template'
3 | time = 0
4 | [build]
5 | render = 'never'
6 | list = 'local'
7 | publishResources = false
8 |
9 | +++
10 |
--------------------------------------------------------------------------------
/common-content/en/module/databases/recap-node/postman-get-cust-all.odg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/common-content/en/module/databases/recap-node/postman-get-cust-all.odg
--------------------------------------------------------------------------------
/common-content/en/module/databases/recap-node/postman-get-cust-all.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/common-content/en/module/databases/recap-node/postman-get-cust-all.png
--------------------------------------------------------------------------------
/common-content/en/module/induction/branching/highlight-2nd-commit.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/common-content/en/module/induction/branching/highlight-2nd-commit.png
--------------------------------------------------------------------------------
/common-content/en/module/js1/playing-computer/make-greeting-frame.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/common-content/en/module/js1/playing-computer/make-greeting-frame.png
--------------------------------------------------------------------------------
/common-content/en/module/logic/_index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title="Logic"
3 | description="Mental models for logical reasoning"
4 | layout="block-viewer"
5 | hide_from_overview="true"
6 | noindex="true"
7 | +++
8 |
--------------------------------------------------------------------------------
/common-content/en/module/servers/_index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title="Servers"
3 | description="Node and middleware and so on"
4 | layout="block-viewer"
5 | hide_from_overview="true"
6 | noindex="true"
7 | +++
8 |
--------------------------------------------------------------------------------
/org-cyf-guides/content/deploying/_index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title="Deploying"
3 | description="Deploying your applications to the web using free services like Netlify and Vercel."
4 | menu="learners"
5 | +++
6 |
--------------------------------------------------------------------------------
/org-cyf-guides/content/deploying/cyf/backend/choose-friendly-domain.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/deploying/cyf/backend/choose-friendly-domain.png
--------------------------------------------------------------------------------
/org-cyf-guides/content/deploying/cyf/backend/click-add-new-resource.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/deploying/cyf/backend/click-add-new-resource.png
--------------------------------------------------------------------------------
/org-cyf-guides/content/deploying/cyf/backend/copy-https-clone-url.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/deploying/cyf/backend/copy-https-clone-url.png
--------------------------------------------------------------------------------
/org-cyf-guides/content/deploying/cyf/backend/paste-repository-url.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/deploying/cyf/backend/paste-repository-url.png
--------------------------------------------------------------------------------
/org-cyf-guides/content/deploying/cyf/click-production-environment.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/deploying/cyf/click-production-environment.png
--------------------------------------------------------------------------------
/org-cyf-guides/content/deploying/cyf/frontend/configure-static-site.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/deploying/cyf/frontend/configure-static-site.png
--------------------------------------------------------------------------------
/org-cyf-guides/content/deploying/cyf/frontend/copy-https-clone-url.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/deploying/cyf/frontend/copy-https-clone-url.png
--------------------------------------------------------------------------------
/org-cyf-guides/content/deploying/cyf/frontend/paste-repository-url.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/deploying/cyf/frontend/paste-repository-url.png
--------------------------------------------------------------------------------
/org-cyf-guides/content/deploying/netlify/another-site/02-sites-page.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/deploying/netlify/another-site/02-sites-page.png
--------------------------------------------------------------------------------
/org-cyf-guides/content/deploying/netlify/first-site/05-git-provider.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/deploying/netlify/first-site/05-git-provider.png
--------------------------------------------------------------------------------
/org-cyf-guides/content/deploying/netlify/first-site/08-choose-repo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/deploying/netlify/first-site/08-choose-repo.png
--------------------------------------------------------------------------------
/org-cyf-guides/content/deploying/netlify/first-site/10-site-is-live.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/deploying/netlify/first-site/10-site-is-live.png
--------------------------------------------------------------------------------
/org-cyf-guides/content/deploying/render/connecting-github/sign-in.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/deploying/render/connecting-github/sign-in.png
--------------------------------------------------------------------------------
/org-cyf-guides/content/reviewing/using-labels/code-review-process.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/reviewing/using-labels/code-review-process.png
--------------------------------------------------------------------------------
/org-cyf-itd/content/steps/_index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'Steps'
3 | description = 'The steps to complete the Intro to Digital programme'
4 | layout = 'module'
5 | [build]
6 | render = 'never'
7 | +++
8 |
--------------------------------------------------------------------------------
/org-cyf-tracks/content/cloud/sprints/3/_index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'Sprint 3'
3 | description = 'containers'
4 | layout = 'sprint'
5 | menu_level = ['module']
6 | weight = 2
7 | +++
8 |
9 |
10 |
--------------------------------------------------------------------------------
/org-cyf-tracks/content/portfolio/sprints/5/_index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'Sprint 5'
3 | description = 'The plan for the sprint'
4 | layout = 'sprint'
5 | menu_level = ['module']
6 | weight = 5
7 | +++
8 |
--------------------------------------------------------------------------------
/common-content/en/module/cloud/setup-budget/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'template'
3 | time = 0
4 | [build]
5 | render = 'never'
6 | list = 'local'
7 | publishResources = false
8 |
9 | +++
10 |
--------------------------------------------------------------------------------
/common-content/en/module/html-css/_index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title="HTML-CSS"
3 | description="An old module for HTML and CSS"
4 | layout="block-viewer"
5 | hide_from_overview="true"
6 | noindex="true"
7 | +++
8 |
--------------------------------------------------------------------------------
/common-content/en/module/induction/branching/main-branch-highlighted.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/common-content/en/module/induction/branching/main-branch-highlighted.png
--------------------------------------------------------------------------------
/common-content/en/module/js2/variable-keys/parse-query-test-feedback.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/common-content/en/module/js2/variable-keys/parse-query-test-feedback.png
--------------------------------------------------------------------------------
/common-content/en/module/piscine/project-submission/git-sha-in-github.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/common-content/en/module/piscine/project-submission/git-sha-in-github.png
--------------------------------------------------------------------------------
/org-cyf-guides/content/deploying/cyf/frontend/choose-friendly-domain.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/deploying/cyf/frontend/choose-friendly-domain.png
--------------------------------------------------------------------------------
/org-cyf-guides/content/deploying/cyf/frontend/click-add-new-resource.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/deploying/cyf/frontend/click-add-new-resource.png
--------------------------------------------------------------------------------
/org-cyf-guides/content/deploying/cyf/frontend/paste-mime-type-config.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/deploying/cyf/frontend/paste-mime-type-config.png
--------------------------------------------------------------------------------
/org-cyf-guides/content/deploying/netlify/another-site/03-git-provider.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/deploying/netlify/another-site/03-git-provider.png
--------------------------------------------------------------------------------
/org-cyf-guides/content/deploying/netlify/another-site/04-choose-repo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/deploying/netlify/another-site/04-choose-repo.png
--------------------------------------------------------------------------------
/org-cyf-guides/content/deploying/netlify/another-site/06-site-is-live.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/deploying/netlify/another-site/06-site-is-live.png
--------------------------------------------------------------------------------
/org-cyf-guides/content/deploying/netlify/first-site/02-netlify-signup.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/deploying/netlify/first-site/02-netlify-signup.png
--------------------------------------------------------------------------------
/org-cyf-guides/content/deploying/netlify/first-site/09-choose-branch.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/deploying/netlify/first-site/09-choose-branch.png
--------------------------------------------------------------------------------
/org-cyf-guides/content/deploying/render/connecting-a-dbms/db-drivers.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/deploying/render/connecting-a-dbms/db-drivers.png
--------------------------------------------------------------------------------
/org-cyf-guides/content/deploying/render/deploying-server/connect-repo.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/deploying/render/deploying-server/connect-repo.jpg
--------------------------------------------------------------------------------
/org-cyf-guides/content/employability/github/activity/github_activity.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/employability/github/activity/github_activity.png
--------------------------------------------------------------------------------
/org-cyf-itd/content/blocks/how-itd-works/using-the-dashboard/filters.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-itd/content/blocks/how-itd-works/using-the-dashboard/filters.png
--------------------------------------------------------------------------------
/org-cyf-itd/content/blocks/step-5/instructions/github-pages-settings.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-itd/content/blocks/step-5/instructions/github-pages-settings.png
--------------------------------------------------------------------------------
/org-cyf-itd/content/blocks/step-6/instructions/animals-larger-screen.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-itd/content/blocks/step-6/instructions/animals-larger-screen.png
--------------------------------------------------------------------------------
/org-cyf-itd/content/blocks/step-6/instructions/animals-smaller-screen.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-itd/content/blocks/step-6/instructions/animals-smaller-screen.png
--------------------------------------------------------------------------------
/common-content/en/module/databases/macos-setup/Screenshot_Postgres_disk.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/common-content/en/module/databases/macos-setup/Screenshot_Postgres_disk.png
--------------------------------------------------------------------------------
/common-content/en/module/induction/branching/lesson1-four-repo-diagram.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/common-content/en/module/induction/branching/lesson1-four-repo-diagram.png
--------------------------------------------------------------------------------
/common-content/en/module/induction/viewing-files/fork-and-clone-diagram.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/common-content/en/module/induction/viewing-files/fork-and-clone-diagram.png
--------------------------------------------------------------------------------
/common-theme/assets/styles/04-components/rubric.scss:
--------------------------------------------------------------------------------
1 | .c-rubric {
2 | max-width: var(--theme-spacing--linelength);
3 | dt {
4 | font-weight: 600;
5 | color: var(--theme-color--brand);
6 | }
7 | }
8 |
--------------------------------------------------------------------------------
/common-theme/assets/styles/04-components/terms.scss:
--------------------------------------------------------------------------------
1 | .c-terms {
2 | max-width: var(--theme-spacing--linelength);
3 | dt {
4 | font-weight: 600;
5 | color: var(--theme-color--brand);
6 | }
7 | }
8 |
--------------------------------------------------------------------------------
/org-cyf-guides/content/deploying/netlify/another-site/05-choose-branch.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/deploying/netlify/another-site/05-choose-branch.png
--------------------------------------------------------------------------------
/org-cyf-guides/content/deploying/netlify/first-site/01-netlify-homepage.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/deploying/netlify/first-site/01-netlify-homepage.png
--------------------------------------------------------------------------------
/org-cyf-guides/content/deploying/netlify/first-site/07-install-netlify.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/deploying/netlify/first-site/07-install-netlify.png
--------------------------------------------------------------------------------
/org-cyf-guides/content/deploying/netlify/renaming-site/02-list-of-sites.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/deploying/netlify/renaming-site/02-list-of-sites.png
--------------------------------------------------------------------------------
/org-cyf-guides/content/deploying/netlify/renaming-site/03-site-overview.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/deploying/netlify/renaming-site/03-site-overview.png
--------------------------------------------------------------------------------
/org-cyf-guides/content/deploying/netlify/renaming-site/04-site-settings.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/deploying/netlify/renaming-site/04-site-settings.png
--------------------------------------------------------------------------------
/org-cyf-guides/content/deploying/render/connecting-a-dbms/db-credentials.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/deploying/render/connecting-a-dbms/db-credentials.png
--------------------------------------------------------------------------------
/org-cyf-guides/content/deploying/render/connecting-a-dbms/new-connection.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/deploying/render/connecting-a-dbms/new-connection.png
--------------------------------------------------------------------------------
/org-cyf-guides/content/deploying/render/deploying-server/new-web-service.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/deploying/render/deploying-server/new-web-service.jpg
--------------------------------------------------------------------------------
/org-cyf-guides/content/deploying/render/deploying-server/start-command.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/deploying/render/deploying-server/start-command.jpg
--------------------------------------------------------------------------------
/org-cyf-guides/content/employability/networking/_index.md:
--------------------------------------------------------------------------------
1 | ---
2 | emoji: 🥅
3 | title: Networking
4 | description: Show employers your true potential by optimising your Linkedin profile
5 | weight: 5
6 | ---
7 |
--------------------------------------------------------------------------------
/org-cyf-itd/content/blocks/how-itd-works/images/listOfApplicantsEdited.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-itd/content/blocks/how-itd-works/images/listOfApplicantsEdited.png
--------------------------------------------------------------------------------
/org-cyf-itd/content/blocks/how-itd-works/using-the-dashboard/reviewSteps.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-itd/content/blocks/how-itd-works/using-the-dashboard/reviewSteps.png
--------------------------------------------------------------------------------
/org-cyf-itd/content/blocks/how-itd-works/using-the-dashboard/undoButton.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-itd/content/blocks/how-itd-works/using-the-dashboard/undoButton.png
--------------------------------------------------------------------------------
/org-cyf-itd/content/blocks/how-itd-works/using-the-dashboard/workshops.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-itd/content/blocks/how-itd-works/using-the-dashboard/workshops.png
--------------------------------------------------------------------------------
/org-cyf-itd/content/blocks/step-0/instructions/step-0-sample-screenshot.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-itd/content/blocks/step-0/instructions/step-0-sample-screenshot.png
--------------------------------------------------------------------------------
/org-cyf-itp/content/pd/_index.md:
--------------------------------------------------------------------------------
1 | +++
2 | # TODO suppress this properly at source
3 | [[cascade]]
4 | [cascade.build]
5 | list = 'never'
6 | publishResources = false
7 | render = 'never'
8 | +++
9 |
--------------------------------------------------------------------------------
/org-cyf-sdc/go.sum:
--------------------------------------------------------------------------------
1 | github.com/CodeYourFuture/CYF-PD v1.0.0 h1:/zivfP1G3bwv/+R+wog151/we3BfNlMHhlsVA1u/XW0=
2 | github.com/CodeYourFuture/CYF-PD v1.0.0/go.mod h1:DHl0hTj4HVlLaNcIfwLx3ZkO8R0B08CpvVj2KCJgzpg=
3 |
--------------------------------------------------------------------------------
/common-content/en/module/databases/macos-setup/Screenshot_Postgres_running.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/common-content/en/module/databases/macos-setup/Screenshot_Postgres_running.png
--------------------------------------------------------------------------------
/common-content/en/module/databases/recap-node/postman-get-cust-all-results.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/common-content/en/module/databases/recap-node/postman-get-cust-all-results.png
--------------------------------------------------------------------------------
/common-content/en/module/piscine/_index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title="Piscine"
3 | description="Content for the piscine, basically hackathons"
4 | layout="block-viewer"
5 | hide_from_overview="true"
6 | noindex="true"
7 | +++
8 |
--------------------------------------------------------------------------------
/common-content/en/module/the-launch/_index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title="The Launch"
3 | description="This is a giant group project module"
4 | layout="block-viewer"
5 | hide_from_overview="true"
6 | noindex="true"
7 | +++
8 |
--------------------------------------------------------------------------------
/org-cyf-guides/content/contributing/create-a-pull-request/update-pr-title.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/contributing/create-a-pull-request/update-pr-title.png
--------------------------------------------------------------------------------
/org-cyf-guides/content/deploying/netlify/another-site/01-netlify-dashboard.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/deploying/netlify/another-site/01-netlify-dashboard.png
--------------------------------------------------------------------------------
/org-cyf-guides/content/deploying/netlify/renaming-site/05-site-name-input.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/deploying/netlify/renaming-site/05-site-name-input.png
--------------------------------------------------------------------------------
/org-cyf-guides/content/deploying/render/connecting-a-dbms/connection-error.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/deploying/render/connecting-a-dbms/connection-error.png
--------------------------------------------------------------------------------
/org-cyf-guides/content/deploying/render/connecting-a-dbms/connection-test.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/deploying/render/connecting-a-dbms/connection-test.png
--------------------------------------------------------------------------------
/org-cyf-guides/content/deploying/render/connecting-a-dbms/render-dashboard.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/deploying/render/connecting-a-dbms/render-dashboard.png
--------------------------------------------------------------------------------
/org-cyf-guides/content/deploying/render/connecting-github/authorise-render.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/deploying/render/connecting-github/authorise-render.png
--------------------------------------------------------------------------------
/org-cyf-guides/content/deploying/render/connecting-github/complete-sign-up.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/deploying/render/connecting-github/complete-sign-up.png
--------------------------------------------------------------------------------
/org-cyf-guides/content/deploying/render/connecting-github/sign-up-complete.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/deploying/render/connecting-github/sign-up-complete.png
--------------------------------------------------------------------------------
/org-cyf-guides/content/deploying/render/deploying-server/authorise-render.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/deploying/render/deploying-server/authorise-render.png
--------------------------------------------------------------------------------
/org-cyf-guides/content/deploying/render/deploying-server/build-successful.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/deploying/render/deploying-server/build-successful.jpg
--------------------------------------------------------------------------------
/org-cyf-guides/content/deploying/render/deploying-server/complete-sign-up.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/deploying/render/deploying-server/complete-sign-up.png
--------------------------------------------------------------------------------
/org-cyf-guides/content/deploying/render/deploying-server/name-web-service.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/deploying/render/deploying-server/name-web-service.jpg
--------------------------------------------------------------------------------
/org-cyf-guides/content/deploying/render/deploying-server/render-dashboard.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/deploying/render/deploying-server/render-dashboard.png
--------------------------------------------------------------------------------
/org-cyf-guides/content/reviewing/trainee-pr-guide/open-pr-select-branches.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/reviewing/trainee-pr-guide/open-pr-select-branches.png
--------------------------------------------------------------------------------
/org-cyf-itd/content/blocks/how-itd-works/using-the-dashboard/commentButton.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-itd/content/blocks/how-itd-works/using-the-dashboard/commentButton.png
--------------------------------------------------------------------------------
/org-cyf-itd/content/blocks/how-itd-works/using-the-dashboard/dashboardHome.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-itd/content/blocks/how-itd-works/using-the-dashboard/dashboardHome.png
--------------------------------------------------------------------------------
/org-cyf-itd/content/blocks/how-itd-works/using-the-dashboard/reviewApprove.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-itd/content/blocks/how-itd-works/using-the-dashboard/reviewApprove.png
--------------------------------------------------------------------------------
/org-cyf-itd/content/blocks/how-itd-works/using-the-dashboard/reviewOptions.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-itd/content/blocks/how-itd-works/using-the-dashboard/reviewOptions.png
--------------------------------------------------------------------------------
/org-cyf-itd/content/blocks/how-itd-works/using-the-dashboard/reviewReject.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-itd/content/blocks/how-itd-works/using-the-dashboard/reviewReject.png
--------------------------------------------------------------------------------
/org-cyf-itp/content/_index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title="Intro to Programming"
3 | menus_to_map=["start here", "course schedule", "next steps"]
4 | description="New? Lost? [Quickstart](how-this-works/prep/#overview)"
5 | +++
6 |
--------------------------------------------------------------------------------
/org-cyf-launch/content/sprints/1/backlog/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'Backlog'
3 | layout = 'backlog'
4 | menu_level = ['sprint']
5 | weight = 2
6 | backlog= 'Module-The-Launch'
7 | backlog_filter='📅 Week 1'
8 | +++
9 |
--------------------------------------------------------------------------------
/org-cyf-launch/content/sprints/1/success/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'Success'
3 | layout = 'success'
4 | menu_level = ['sprint']
5 | weight = 4
6 | backlog= 'Module-The-Launch'
7 | backlog_filter='📅 Week 1'
8 | +++
9 |
--------------------------------------------------------------------------------
/org-cyf-launch/content/sprints/2/backlog/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'Backlog'
3 | layout = 'backlog'
4 | menu_level = ['sprint']
5 | weight = 2
6 | backlog= 'Module-The-Launch'
7 | backlog_filter='📅 Week 2'
8 | +++
9 |
--------------------------------------------------------------------------------
/org-cyf-launch/content/sprints/3/backlog/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'Backlog'
3 | layout = 'backlog'
4 | menu_level = ['sprint']
5 | weight = 2
6 | backlog= 'Module-The-Launch'
7 | backlog_filter='📅 Week 3'
8 | +++
9 |
--------------------------------------------------------------------------------
/org-cyf-launch/content/sprints/4/backlog/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'Backlog'
3 | layout = 'backlog'
4 | menu_level = ['sprint']
5 | weight = 2
6 | backlog= 'Module-The-Launch'
7 | backlog_filter='📅 Week 4'
8 | +++
9 |
--------------------------------------------------------------------------------
/org-cyf-piscine/content/sprints/1/backlog/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'backlog'
3 | layout = 'backlog'
4 | menu_level = ['sprint']
5 | weight = 2
6 | backlog= 'The-Piscine'
7 | backlog_filter='📅 Sprint 1'
8 | +++
9 |
--------------------------------------------------------------------------------
/org-cyf-piscine/content/sprints/2/backlog/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'backlog'
3 | layout = 'backlog'
4 | menu_level = ['sprint']
5 | weight = 2
6 | backlog= 'The-Piscine'
7 | backlog_filter='📅 Sprint 2'
8 | +++
9 |
--------------------------------------------------------------------------------
/org-cyf-piscine/content/sprints/3/backlog/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'backlog'
3 | layout = 'backlog'
4 | menu_level = ['sprint']
5 | weight = 2
6 | backlog= 'The-Piscine'
7 | backlog_filter='📅 Sprint 3'
8 | +++
9 |
--------------------------------------------------------------------------------
/org-cyf-tracks/content/cloud/sprints/4/_index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'Sprint 4'
3 | description = 'infrastructure as code'
4 | layout = 'sprint'
5 | menu_level = ['module']
6 | weight = 2
7 | +++
8 |
9 |
10 |
--------------------------------------------------------------------------------
/org-cyf-tracks/content/react/sprints/1/backlog/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'backlog'
3 | layout = 'backlog'
4 | menu_level = ['sprint']
5 | weight = 2
6 | backlog= 'Module-React'
7 | backlog_filter='📅 Week 1'
8 | +++
9 |
--------------------------------------------------------------------------------
/org-cyf-tracks/content/react/sprints/2/backlog/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'backlog'
3 | layout = 'backlog'
4 | menu_level = ['sprint']
5 | weight = 2
6 | backlog= 'Module-React'
7 | backlog_filter='📅 Week 2'
8 | +++
9 |
--------------------------------------------------------------------------------
/org-cyf-tracks/content/react/sprints/3/backlog/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'backlog'
3 | layout = 'backlog'
4 | menu_level = ['sprint']
5 | weight = 2
6 | backlog= 'Module-React'
7 | backlog_filter='📅 Week 3'
8 | +++
9 |
--------------------------------------------------------------------------------
/org-cyf-tracks/content/react/sprints/4/backlog/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'backlog'
3 | layout = 'backlog'
4 | menu_level = ['sprint']
5 | weight = 2
6 | backlog= 'Module-React'
7 | backlog_filter='📅 Week 4'
8 | +++
9 |
--------------------------------------------------------------------------------
/org-cyf-tracks/content/sql/sprints/1/backlog/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'backlog'
3 | layout = 'backlog'
4 | menu_level = ['sprint']
5 | weight = 2
6 | backlog= 'Module-SQL'
7 | backlog_filter='📅 Sprint 1'
8 | +++
9 |
--------------------------------------------------------------------------------
/org-cyf-tracks/content/sql/sprints/2/backlog/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'backlog'
3 | layout = 'backlog'
4 | menu_level = ['sprint']
5 | weight = 2
6 | backlog= 'Module-SQL'
7 | backlog_filter='📅 Sprint 2'
8 | +++
9 |
--------------------------------------------------------------------------------
/org-cyf-tracks/content/sql/sprints/3/backlog/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'backlog'
3 | layout = 'backlog'
4 | menu_level = ['sprint']
5 | weight = 2
6 | backlog= 'Module-SQL'
7 | backlog_filter='📅 Sprint 3'
8 | +++
9 |
--------------------------------------------------------------------------------
/common-content/en/module/databases/introduction-to-postgresql/table-diagram.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/common-content/en/module/databases/introduction-to-postgresql/table-diagram.png
--------------------------------------------------------------------------------
/common-content/en/module/databases/macos-setup/Screenshot_Postgres_initialise.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/common-content/en/module/databases/macos-setup/Screenshot_Postgres_initialise.png
--------------------------------------------------------------------------------
/org-cyf-guides/content/activities/analogise/_index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title="Analogise"
3 | description="Come up with an analogy for explaining how something works"
4 | activities=["nature"]
5 | term=true
6 | time=0
7 | +++
8 |
--------------------------------------------------------------------------------
/org-cyf-guides/content/contributing/create-a-pull-request/new-pr-landing-page.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/contributing/create-a-pull-request/new-pr-landing-page.png
--------------------------------------------------------------------------------
/org-cyf-guides/content/deploying/netlify/first-site/04-deploy-first-project.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/deploying/netlify/first-site/04-deploy-first-project.png
--------------------------------------------------------------------------------
/org-cyf-guides/content/deploying/netlify/renaming-site/01-netlify-dashboard.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/deploying/netlify/renaming-site/01-netlify-dashboard.png
--------------------------------------------------------------------------------
/org-cyf-guides/content/deploying/render/connecting-a-dbms/selecting-postgres.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/deploying/render/connecting-a-dbms/selecting-postgres.png
--------------------------------------------------------------------------------
/org-cyf-guides/content/deploying/render/connecting-a-dbms/show-all-databases.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/deploying/render/connecting-a-dbms/show-all-databases.png
--------------------------------------------------------------------------------
/org-cyf-guides/content/deploying/render/connecting-github/sign-in-with-github.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/deploying/render/connecting-github/sign-in-with-github.png
--------------------------------------------------------------------------------
/org-cyf-guides/content/deploying/render/creating-a-postgres-db/connect-button.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/deploying/render/creating-a-postgres-db/connect-button.png
--------------------------------------------------------------------------------
/org-cyf-guides/content/deploying/render/creating-a-postgres-db/database-name.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/deploying/render/creating-a-postgres-db/database-name.png
--------------------------------------------------------------------------------
/org-cyf-guides/content/deploying/render/creating-a-postgres-db/new-postgres.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/deploying/render/creating-a-postgres-db/new-postgres.png
--------------------------------------------------------------------------------
/org-cyf-guides/content/deploying/render/deploying-server/create-web-service.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/deploying/render/deploying-server/create-web-service.jpg
--------------------------------------------------------------------------------
/org-cyf-guides/content/deploying/render/deploying-server/dashboard-new-button.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/deploying/render/deploying-server/dashboard-new-button.png
--------------------------------------------------------------------------------
/org-cyf-itd/content/blocks/how-itd-works/using-the-curriculum/StepComponents.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-itd/content/blocks/how-itd-works/using-the-curriculum/StepComponents.png
--------------------------------------------------------------------------------
/org-cyf-itd/content/blocks/how-itd-works/using-the-dashboard/listOfApplicants.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-itd/content/blocks/how-itd-works/using-the-dashboard/listOfApplicants.png
--------------------------------------------------------------------------------
/org-cyf-itp/content/data-groups/sprints/1/success/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'success'
3 | layout = 'success'
4 | menu_level = ['sprint']
5 | weight = 4
6 | backlog= 'Module-JS2'
7 | backlog_filter='📅 Week 1'
8 | +++
9 |
--------------------------------------------------------------------------------
/org-cyf-itp/content/onboarding/sprints/1/success/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'Success'
3 | layout = 'success'
4 | menu_level = ['sprint']
5 | weight = 4
6 | backlog= 'Module-HTML-CSS'
7 | backlog_filter='📅 Week 1'
8 | +++
9 |
--------------------------------------------------------------------------------
/org-cyf-itp/content/onboarding/sprints/2/success/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'success'
3 | layout = 'success'
4 | menu_level = ['sprint']
5 | weight = 4
6 | backlog= 'Module-HTML-CSS'
7 | backlog_filter='📅 Week 2'
8 | +++
9 |
--------------------------------------------------------------------------------
/org-cyf-itp/content/onboarding/sprints/3/success/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'success'
3 | layout = 'success'
4 | menu_level = ['sprint']
5 | weight = 4
6 | backlog= 'Module-HTML-CSS'
7 | backlog_filter='📅 Week 3'
8 | +++
9 |
--------------------------------------------------------------------------------
/org-cyf-launch/content/demo-day/_index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'Demo Day'
3 | description = 'Demo your project to the world'
4 | emoji= '🚀'
5 | menu_level = ['module']
6 | menu=["demo", "syllabus"]
7 | weight = 11
8 | +++
9 |
--------------------------------------------------------------------------------
/org-cyf-piscine/content/sprints/2/prep/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'prep'
3 | layout = 'prep'
4 | menu_level = ['sprint']
5 | weight = 1
6 | [[blocks]]
7 | name="Backlog"
8 | src="module/piscine/backlog"
9 | +++
10 |
--------------------------------------------------------------------------------
/org-cyf-piscine/content/sprints/3/prep/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'prep'
3 | layout = 'prep'
4 | menu_level = ['sprint']
5 | weight = 1
6 | [[blocks]]
7 | name="Backlog"
8 | src="module/piscine/backlog"
9 | +++
10 |
--------------------------------------------------------------------------------
/org-cyf-sdc/content/tools/sprints/1/backlog/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = "Backlog"
3 | layout = "backlog"
4 | menu_level = ["sprint"]
5 | weight = 2
6 | backlog = "Module-Tools"
7 | backlog_filter = "📅 Sprint 1"
8 | +++
9 |
--------------------------------------------------------------------------------
/org-cyf-sdc/content/tools/sprints/2/backlog/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = "Backlog"
3 | layout = "backlog"
4 | menu_level = ["sprint"]
5 | weight = 2
6 | backlog = "Module-Tools"
7 | backlog_filter = "📅 Sprint 2"
8 | +++
9 |
--------------------------------------------------------------------------------
/org-cyf-sdc/content/tools/sprints/3/backlog/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = "Backlog"
3 | layout = "backlog"
4 | menu_level = ["sprint"]
5 | weight = 2
6 | backlog = "Module-Tools"
7 | backlog_filter = "📅 Sprint 3"
8 | +++
9 |
--------------------------------------------------------------------------------
/org-cyf-sdc/content/tools/sprints/4/backlog/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = "Backlog"
3 | layout = "backlog"
4 | menu_level = ["sprint"]
5 | weight = 2
6 | backlog = "Module-Tools"
7 | backlog_filter = "📅 Sprint 4"
8 | +++
9 |
--------------------------------------------------------------------------------
/org-cyf-sdc/content/tools/sprints/5/backlog/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = "Backlog"
3 | layout = "backlog"
4 | menu_level = ["sprint"]
5 | weight = 2
6 | backlog = "Module-Tools"
7 | backlog_filter = "📅 Sprint 5"
8 | +++
9 |
--------------------------------------------------------------------------------
/org-cyf-tracks/content/business-analysis/_index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = "Business Analysis"
3 | description = "Discovering Customer Needs"
4 | layout = "module"
5 | emoji= "🤝"
6 | track_kinds = ["jobs-after-itp"]
7 | +++
8 |
--------------------------------------------------------------------------------
/org-cyf-tracks/content/cloud/sprints/1/_index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'Sprint 1'
3 | description = 'intro to cloud - storage, servers and databases'
4 | layout = 'sprint'
5 | menu_level = ['module']
6 | weight = 2
7 | +++
8 |
--------------------------------------------------------------------------------
/org-cyf-tracks/content/cloud/sprints/1/backlog/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'backlog'
3 | layout = 'backlog'
4 | menu_level = ['sprint']
5 | weight = 2
6 | backlog= 'Module-Cloud'
7 | backlog_filter='📅 Sprint 1'
8 | +++
9 |
--------------------------------------------------------------------------------
/org-cyf-tracks/content/cloud/sprints/2/backlog/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'backlog'
3 | layout = 'backlog'
4 | menu_level = ['sprint']
5 | weight = 2
6 | backlog= 'Module-Cloud'
7 | backlog_filter='📅 Sprint 2'
8 | +++
9 |
--------------------------------------------------------------------------------
/org-cyf-tracks/content/cloud/sprints/3/backlog/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'backlog'
3 | layout = 'backlog'
4 | menu_level = ['sprint']
5 | weight = 2
6 | backlog= 'Module-Cloud'
7 | backlog_filter='📅 Sprint 3'
8 | +++
9 |
--------------------------------------------------------------------------------
/org-cyf-tracks/content/cloud/sprints/4/backlog/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'backlog'
3 | layout = 'backlog'
4 | menu_level = ['sprint']
5 | weight = 2
6 | backlog= 'Module-Cloud'
7 | backlog_filter='📅 Sprint 4'
8 | +++
9 |
--------------------------------------------------------------------------------
/org-cyf-tracks/content/cloud/sprints/5/_index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'Sprint 5'
3 | description = 'scalability and monitoring'
4 | layout = 'sprint'
5 | menu_level = ['module']
6 | weight = 2
7 | +++
8 |
9 |
10 |
--------------------------------------------------------------------------------
/org-cyf-tracks/content/cloud/sprints/5/backlog/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'backlog'
3 | layout = 'backlog'
4 | menu_level = ['sprint']
5 | weight = 2
6 | backlog= 'Module-Cloud'
7 | backlog_filter='📅 Sprint 5'
8 | +++
9 |
--------------------------------------------------------------------------------
/org-cyf-tracks/content/portfolio/sprints/1/_index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'Sprint 1'
3 | description = 'The plan for the sprint'
4 | layout = 'sprint'
5 | menu_level = ['module']
6 | weight = 2
7 | +++
8 |
9 |
10 |
--------------------------------------------------------------------------------
/org-cyf-tracks/content/portfolio/sprints/1/backlog/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'backlog'
3 | layout = 'backlog'
4 | menu_level = ['sprint']
5 | weight = 2
6 | backlog= 'Portfolio'
7 | backlog_filter='📅 Week 1'
8 | +++
9 |
--------------------------------------------------------------------------------
/org-cyf-tracks/content/portfolio/sprints/2/_index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'Sprint 2'
3 | description = 'The plan for the sprint'
4 | layout = 'sprint'
5 | menu_level = ['module']
6 | weight = 3
7 | +++
8 |
9 |
10 |
--------------------------------------------------------------------------------
/org-cyf-tracks/content/portfolio/sprints/2/backlog/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'backlog'
3 | layout = 'backlog'
4 | menu_level = ['sprint']
5 | weight = 2
6 | backlog= 'Portfolio'
7 | backlog_filter='📅 Week 2'
8 | +++
9 |
--------------------------------------------------------------------------------
/org-cyf-tracks/content/portfolio/sprints/3/_index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'Sprint 3'
3 | description = 'The plan for the sprint'
4 | layout = 'sprint'
5 | menu_level = ['module']
6 | weight = 4
7 | +++
8 |
9 |
10 |
--------------------------------------------------------------------------------
/org-cyf-tracks/content/portfolio/sprints/3/backlog/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'backlog'
3 | layout = 'backlog'
4 | menu_level = ['sprint']
5 | weight = 2
6 | backlog= 'Portfolio'
7 | backlog_filter='📅 Week 3'
8 | +++
9 |
--------------------------------------------------------------------------------
/org-cyf-tracks/content/portfolio/sprints/4/_index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'Sprint 4'
3 | description = 'The plan for the sprint'
4 | layout = 'sprint'
5 | menu_level = ['module']
6 | weight = 5
7 | +++
8 |
9 |
10 |
--------------------------------------------------------------------------------
/org-cyf-tracks/content/portfolio/sprints/4/backlog/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'backlog'
3 | layout = 'backlog'
4 | menu_level = ['sprint']
5 | weight = 2
6 | backlog= 'Portfolio'
7 | backlog_filter='📅 Week 4'
8 | +++
9 |
--------------------------------------------------------------------------------
/org-cyf-tracks/content/portfolio/sprints/5/backlog/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'backlog'
3 | layout = 'backlog'
4 | menu_level = ['sprint']
5 | weight = 2
6 | backlog= 'Portfolio'
7 | backlog_filter='📅 Week 5'
8 | +++
9 |
--------------------------------------------------------------------------------
/org-cyf-tracks/content/servers/sprints/1/backlog/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'backlog'
3 | layout = 'backlog'
4 | menu_level = ['sprint']
5 | weight = 2
6 | backlog= 'Module-Servers'
7 | backlog_filter='📅 Week 1'
8 | +++
9 |
--------------------------------------------------------------------------------
/org-cyf-tracks/content/servers/sprints/2/backlog/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'backlog'
3 | layout = 'backlog'
4 | menu_level = ['sprint']
5 | weight = 2
6 | backlog= 'Module-Servers'
7 | backlog_filter='📅 Week 2'
8 | +++
9 |
--------------------------------------------------------------------------------
/org-cyf-tracks/content/servers/sprints/3/backlog/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'backlog'
3 | layout = 'backlog'
4 | menu_level = ['sprint']
5 | weight = 2
6 | backlog= 'Module-Servers'
7 | backlog_filter='📅 Week 3'
8 | +++
9 |
--------------------------------------------------------------------------------
/org-cyf-tracks/content/servers/sprints/4/backlog/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'backlog'
3 | layout = 'backlog'
4 | menu_level = ['sprint']
5 | weight = 2
6 | backlog= 'Module-Servers'
7 | backlog_filter='📅 Week 4'
8 | +++
9 |
--------------------------------------------------------------------------------
/common-content/en/module/induction/development-process/different-blog-versions.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/common-content/en/module/induction/development-process/different-blog-versions.png
--------------------------------------------------------------------------------
/common-content/en/module/js2/_index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title="JS2"
3 | description="Moving from syntax basics to solving problems with functions"
4 | layout="block-viewer"
5 | hide_from_overview="true"
6 | noindex="true"
7 | +++
8 |
--------------------------------------------------------------------------------
/common-docs/content/more-sources/_index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title="More content sources"
3 | description="Hugo mounted modules, remote sources, and other content sources"
4 | menu="content"
5 | emoji="🔌"
6 | layout="slimdex"
7 | +++
8 |
--------------------------------------------------------------------------------
/org-cyf-guides/content/contributing/create-a-pull-request/github-branches-view.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/contributing/create-a-pull-request/github-branches-view.png
--------------------------------------------------------------------------------
/org-cyf-guides/content/contributing/create-a-pull-request/github-fork-main-page.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/contributing/create-a-pull-request/github-fork-main-page.png
--------------------------------------------------------------------------------
/org-cyf-guides/content/deploying/render/connecting-a-dbms/connection-successful.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/deploying/render/connecting-a-dbms/connection-successful.png
--------------------------------------------------------------------------------
/org-cyf-guides/content/deploying/render/creating-a-postgres-db/complete-sign-up.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/deploying/render/creating-a-postgres-db/complete-sign-up.png
--------------------------------------------------------------------------------
/org-cyf-guides/content/deploying/render/creating-a-postgres-db/database-active.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/deploying/render/creating-a-postgres-db/database-active.png
--------------------------------------------------------------------------------
/org-cyf-guides/content/setting-up/psql/mac-screenshots/Screenshot_Postgres_disk.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/setting-up/psql/mac-screenshots/Screenshot_Postgres_disk.png
--------------------------------------------------------------------------------
/org-cyf-itd/content/blocks/how-itd-works/accessing-the-dashboard/dashboardHome.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-itd/content/blocks/how-itd-works/accessing-the-dashboard/dashboardHome.png
--------------------------------------------------------------------------------
/org-cyf-itp/content/data-flows/sprints/1/_index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'Sprint 1'
3 | description = 'The plan for this sprint'
4 | layout = 'sprint'
5 | menu_level = ['module']
6 | weight = 2
7 | theme = "UI Components"
8 | +++
9 |
--------------------------------------------------------------------------------
/org-cyf-itp/content/onboarding/sprints/1/backlog/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'Backlog'
3 | layout = 'backlog'
4 | menu_level = ['sprint']
5 | weight = 2
6 | backlog= 'Module-Onboarding'
7 | backlog_filter='📅 Sprint 1'
8 | +++
9 |
--------------------------------------------------------------------------------
/org-cyf-itp/content/onboarding/sprints/2/backlog/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'backlog'
3 | layout = 'backlog'
4 | menu_level = ['sprint']
5 | weight = 2
6 | backlog= 'Module-Onboarding'
7 | backlog_filter='📅 Sprint 2'
8 | +++
9 |
--------------------------------------------------------------------------------
/org-cyf-itp/content/onboarding/sprints/3/backlog/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'backlog'
3 | layout = 'backlog'
4 | menu_level = ['sprint']
5 | weight = 2
6 | backlog= 'Module-Onboarding'
7 | backlog_filter='📅 Sprint 3'
8 | +++
9 |
--------------------------------------------------------------------------------
/org-cyf-sdc/content/complexity/sprints/1/_index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = "Sprint 1"
3 | description = "The plan for this sprint"
4 | layout = "sprint"
5 | menu_level = ["module"]
6 | weight = 2
7 | theme = "Memory and CPU"
8 | +++
9 |
--------------------------------------------------------------------------------
/org-cyf-sdc/content/legacy/sprints/1/backlog/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = "Backlog"
3 | layout = "backlog"
4 | menu_level = ["sprint"]
5 | weight = 2
6 | backlog = "Module-Legacy-Code"
7 | backlog_filter = "📅 Sprint 1"
8 | +++
9 |
--------------------------------------------------------------------------------
/org-cyf-sdc/content/logic/_index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = "Logic"
3 | description = "Thinking through problems systematically"
4 | layout = "module"
5 | emoji = "🚥"
6 | menu = ["syllabus", "core", "SDC"]
7 | weight = "3"
8 | +++
9 |
--------------------------------------------------------------------------------
/org-cyf-tracks/content/cloud/product/backlog/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'backlog'
3 | layout = 'backlog'
4 | menu_level = ['product']
5 | weight = 2
6 | backlog= 'Module-Cloud'
7 | backlog_filter = 'Module Product'
8 | +++
9 |
--------------------------------------------------------------------------------
/org-cyf-tracks/content/cloud/sprints/2/_index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'Sprint 2'
3 | description = 'automated testing & deployments'
4 | layout = 'sprint'
5 | menu_level = ['module']
6 | weight = 2
7 | +++
8 |
9 |
10 |
--------------------------------------------------------------------------------
/common-content/en/module/induction/version-control/commit-history-relative-dates.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/common-content/en/module/induction/version-control/commit-history-relative-dates.png
--------------------------------------------------------------------------------
/common-theme/assets/styles/04-components/quiz.scss:
--------------------------------------------------------------------------------
1 | .c-quiz {
2 | display: grid;
3 | gap: var(--theme-spacing--gutter);
4 |
5 | &__answer, &__list {
6 | @extend %list-without-list-formatting;
7 | }
8 | }
9 |
--------------------------------------------------------------------------------
/org-cyf-guides/content/contributing/create-a-pull-request/open-pull-request-page.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/contributing/create-a-pull-request/open-pull-request-page.png
--------------------------------------------------------------------------------
/org-cyf-guides/content/contributing/create-a-pull-request/update-pr-using-template.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/contributing/create-a-pull-request/update-pr-using-template.png
--------------------------------------------------------------------------------
/org-cyf-guides/content/deploying/cyf/frontend/generate-default-nginx-configuration.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/deploying/cyf/frontend/generate-default-nginx-configuration.png
--------------------------------------------------------------------------------
/org-cyf-guides/content/deploying/netlify/first-site/03-github-account-permissions.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/deploying/netlify/first-site/03-github-account-permissions.png
--------------------------------------------------------------------------------
/org-cyf-guides/content/deploying/netlify/first-site/06-github-further-permissions.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/deploying/netlify/first-site/06-github-further-permissions.png
--------------------------------------------------------------------------------
/org-cyf-guides/content/deploying/render/connecting-github/verification-email-link.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/deploying/render/connecting-github/verification-email-link.png
--------------------------------------------------------------------------------
/org-cyf-guides/content/deploying/render/connecting-github/verification-email-sent.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/deploying/render/connecting-github/verification-email-sent.png
--------------------------------------------------------------------------------
/org-cyf-guides/content/deploying/render/creating-a-postgres-db/database-creating.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/deploying/render/creating-a-postgres-db/database-creating.png
--------------------------------------------------------------------------------
/org-cyf-guides/content/setting-up/psql/mac-screenshots/Screenshot_Postgres_running.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/setting-up/psql/mac-screenshots/Screenshot_Postgres_running.png
--------------------------------------------------------------------------------
/org-cyf-itp/content/data-flows/project/_index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'Product'
3 | description = 'The CYF TV Show Project: build a show browsing site in an asynchronous pair'
4 | layout = 'product'
5 | menu_level = ['module']
6 | +++
7 |
--------------------------------------------------------------------------------
/org-cyf-itp/content/data-flows/sprints/2/_index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'Sprint 2'
3 | description = 'The plan for this sprint'
4 | layout = 'sprint'
5 | menu_level = ['module']
6 | weight = 3
7 | theme = "State and Rendering"
8 | +++
9 |
--------------------------------------------------------------------------------
/org-cyf-itp/content/data-groups/sprints/1/backlog/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'backlog'
3 | layout = 'backlog'
4 | menu_level = ['sprint']
5 | weight = 2
6 | backlog= 'Module-Data-Groups'
7 | backlog_filter='📅 Sprint 1'
8 | +++
9 |
--------------------------------------------------------------------------------
/org-cyf-itp/content/data-groups/sprints/2/backlog/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'backlog'
3 | layout = 'backlog'
4 | menu_level = ['sprint']
5 | weight = 2
6 | backlog= 'Module-Data-Groups'
7 | backlog_filter='📅 Sprint 2'
8 | +++
9 |
--------------------------------------------------------------------------------
/org-cyf-itp/content/data-groups/sprints/3/backlog/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'backlog'
3 | layout = 'backlog'
4 | menu_level = ['sprint']
5 | weight = 2
6 | backlog= 'Module-Data-Groups'
7 | backlog_filter='📅 Sprint 3'
8 | +++
9 |
--------------------------------------------------------------------------------
/org-cyf-sdc/content/complexity/sprints/1/backlog/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = "Backlog"
3 | layout = "backlog"
4 | menu_level = ["sprint"]
5 | weight = 2
6 | backlog = "Module-Complexity"
7 | backlog_filter = "📅 Sprint 1"
8 | +++
9 |
--------------------------------------------------------------------------------
/org-cyf-sdc/content/complexity/sprints/2/backlog/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = "Backlog"
3 | layout = "backlog"
4 | menu_level = ["sprint"]
5 | weight = 2
6 | backlog = "Module-Complexity"
7 | backlog_filter = "📅 Sprint 2"
8 | +++
9 |
--------------------------------------------------------------------------------
/org-cyf-tracks/content/sap-fico/sprints/1/backlog/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'backlog'
3 | layout = 'backlog'
4 | menu_level = ['sprint']
5 | weight = 2
6 | backlog= 'Track-ERP-SAP-FICO'
7 | backlog_filter= '📅 Sprint 1'
8 | +++
9 |
--------------------------------------------------------------------------------
/org-cyf-tracks/content/sap-fico/sprints/2/backlog/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'backlog'
3 | layout = 'backlog'
4 | menu_level = ['sprint']
5 | weight = 2
6 | backlog= 'Track-ERP-SAP-FICO'
7 | backlog_filter='📅 Sprint 2'
8 | +++
9 |
--------------------------------------------------------------------------------
/org-cyf-tracks/content/sap-fico/sprints/3/backlog/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'backlog'
3 | layout = 'backlog'
4 | menu_level = ['sprint']
5 | weight = 2
6 | backlog= 'Track-ERP-SAP-FICO'
7 | backlog_filter='📅 Sprint 3'
8 | +++
9 |
--------------------------------------------------------------------------------
/org-cyf-tracks/content/sap-fico/sprints/4/backlog/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'backlog'
3 | layout = 'backlog'
4 | menu_level = ['sprint']
5 | weight = 2
6 | backlog= 'Track-ERP-SAP-FICO'
7 | backlog_filter='📅 Sprint 4'
8 | +++
9 |
--------------------------------------------------------------------------------
/org-cyf-tracks/content/sap-fico/sprints/5/backlog/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'backlog'
3 | layout = 'backlog'
4 | menu_level = ['sprint']
5 | weight = 2
6 | backlog= 'Track-ERP-SAP-FICO'
7 | backlog_filter='📅 Sprint 5'
8 | +++
9 |
--------------------------------------------------------------------------------
/common-content/en/module/fundamentals/_index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title="FUN"
3 | description="Fundamentals: teaching the very basics of product development"
4 | layout="block-viewer"
5 | hide_from_overview="true"
6 | noindex="true"
7 | +++
8 |
--------------------------------------------------------------------------------
/common-content/en/module/js3/_index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title="JS3"
3 | description="Basically, asynchronous programming, templates, and state in JavaScript"
4 | layout="block-viewer"
5 | hide_from_overview="true"
6 | noindex="true"
7 | +++
8 |
--------------------------------------------------------------------------------
/common-content/en/module/js3/chaining/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'Chaining Promises'
3 |
4 | time = 20
5 | [objectives]
6 | [build]
7 | render = 'never'
8 | list = 'local'
9 | publishResources = false
10 |
11 | +++
12 |
--------------------------------------------------------------------------------
/common-content/en/module/portfolio/_index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title="Portfolio"
3 | description="A sort of repeating pattern for portfolio project development"
4 | layout="block-viewer"
5 | hide_from_overview="true"
6 | noindex="true"
7 | +++
8 |
--------------------------------------------------------------------------------
/org-cyf-guides/content/activities/in-your-own-words/_index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title="In your own words"
3 | description="Take an existing term and then explain it in your own words"
4 | activities=["nature"]
5 | term=true
6 | time=0
7 | +++
8 |
--------------------------------------------------------------------------------
/org-cyf-guides/content/contributing/create-a-pull-request/highlight-new-pull-request.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/contributing/create-a-pull-request/highlight-new-pull-request.png
--------------------------------------------------------------------------------
/org-cyf-guides/content/deploying/render/creating-a-postgres-db/environment-variables.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/deploying/render/creating-a-postgres-db/environment-variables.png
--------------------------------------------------------------------------------
/org-cyf-guides/content/deploying/render/deploying-server/url-to-deployed-web-service.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/deploying/render/deploying-server/url-to-deployed-web-service.jpg
--------------------------------------------------------------------------------
/org-cyf-itd/content/blocks/how-itd-works/using-the-dashboard/listOfApplicantsEdited.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-itd/content/blocks/how-itd-works/using-the-dashboard/listOfApplicantsEdited.png
--------------------------------------------------------------------------------
/org-cyf-itp/content/data-flows/project/backlog/_index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'Backlog'
3 | description = 'All the features that we want to implement in this project'
4 | layout = 'subdir'
5 | menu_level = ['product']
6 | weight=2
7 | +++
8 |
--------------------------------------------------------------------------------
/org-cyf-itp/content/data-flows/sprints/3/_index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'Sprint 3'
3 | description = 'The plan for this sprint'
4 | layout = 'sprint'
5 | menu_level = ['module']
6 | weight = 4
7 | theme = "Fetch and Asynchrony"
8 | +++
9 |
--------------------------------------------------------------------------------
/org-cyf-sdc/content/complexity/_index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = "Complexity"
3 | description = "Efficiency, optimisation, and trade-offs"
4 | layout = "module"
5 | emoji = "🪆"
6 | menu = ["syllabus", "core", "SDC"]
7 | weight = "6"
8 | +++
9 |
--------------------------------------------------------------------------------
/org-cyf-sdc/content/complexity/sprints/2/_index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = "Sprint 2"
3 | description = "The plan for this sprint"
4 | layout = "sprint"
5 | menu_level = ["module"]
6 | weight = 2
7 | theme = "Caches and trade-offs"
8 | +++
9 |
--------------------------------------------------------------------------------
/org-cyf-sdc/content/decomposition/sprints/1/backlog/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = "Backlog"
3 | layout = "backlog"
4 | menu_level = ["sprint"]
5 | weight = 2
6 | backlog = "Module-Decomposition"
7 | backlog_filter = "📅 Sprint 1"
8 | +++
9 |
--------------------------------------------------------------------------------
/org-cyf-sdc/content/decomposition/sprints/2/backlog/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = "Backlog"
3 | layout = "backlog"
4 | menu_level = ["sprint"]
5 | weight = 2
6 | backlog = "Module-Decomposition"
7 | backlog_filter = "📅 Sprint 2"
8 | +++
9 |
--------------------------------------------------------------------------------
/org-cyf-sdc/content/decomposition/sprints/3/backlog/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = "Backlog"
3 | layout = "backlog"
4 | menu_level = ["sprint"]
5 | weight = 2
6 | backlog = "Module-Decomposition"
7 | backlog_filter = "📅 Sprint 3"
8 | +++
9 |
--------------------------------------------------------------------------------
/org-cyf-tracks/content/ai-essentials/sprints/1/backlog/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'backlog'
3 | layout = 'backlog'
4 | menu_level = ['sprint']
5 | weight = 2
6 | backlog= 'Track-AI-Essentials'
7 | backlog_filter= '📅 Sprint 1'
8 | +++
9 |
--------------------------------------------------------------------------------
/org-cyf-tracks/content/ai-essentials/sprints/2/backlog/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'backlog'
3 | layout = 'backlog'
4 | menu_level = ['sprint']
5 | weight = 2
6 | backlog= 'Track-AI-Essentials'
7 | backlog_filter= '📅 Sprint 2'
8 | +++
9 |
--------------------------------------------------------------------------------
/org-cyf-tracks/content/ai-essentials/sprints/3/backlog/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'backlog'
3 | layout = 'backlog'
4 | menu_level = ['sprint']
5 | weight = 2
6 | backlog= 'Track-AI-Essentials'
7 | backlog_filter= '📅 Sprint 3'
8 | +++
9 |
--------------------------------------------------------------------------------
/org-cyf-tracks/content/business-analysis/sprints/5/_index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = "Sprint 5"
3 | description = "Business Analysis"
4 | layout = "sprint"
5 | menu_level = ["module"]
6 | weight = 1
7 | theme = "Delivering solutions"
8 | +++
9 |
--------------------------------------------------------------------------------
/org-cyf-tracks/content/concurrency/sprints/1/backlog/index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = "Backlog"
3 | layout = "backlog"
4 | menu_level = ["sprint"]
5 | weight = 2
6 | backlog = "Module-Concurrency"
7 | backlog_filter = "📅 Sprint 1"
8 | +++
9 |
--------------------------------------------------------------------------------
/org-cyf-tracks/content/react/product/_index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'Product'
3 | description = 'The CYF React Hotel: build a hotel booking website using React in an Agile team'
4 | layout = 'product'
5 | menu_level = ['module']
6 | +++
7 |
--------------------------------------------------------------------------------
/org-cyf-tracks/content/react/product/backlog/_index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'Backlog'
3 | description = 'All the features that we want to implement in this project'
4 | layout = 'subdir'
5 | menu_level = ['product']
6 | weight=2
7 | +++
8 |
--------------------------------------------------------------------------------
/org-cyf-tracks/content/sql/sprints/2/_index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'Sprint 2'
3 | description = 'SELECTing data'
4 | theme = "SELECTing data"
5 | layout = 'sprint'
6 | menu_level = ['module']
7 | weight = 3
8 | +++
9 |
10 |
11 |
--------------------------------------------------------------------------------
/org-cyf-guides/content/contributing/create-a-pull-request/update-pr-title-description.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/contributing/create-a-pull-request/update-pr-title-description.png
--------------------------------------------------------------------------------
/org-cyf-guides/content/deploying/render/connecting-github/verification-email-received.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/deploying/render/connecting-github/verification-email-received.png
--------------------------------------------------------------------------------
/org-cyf-guides/content/setting-up/psql/mac-screenshots/Screenshot_Postgres_initialise.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/setting-up/psql/mac-screenshots/Screenshot_Postgres_initialise.png
--------------------------------------------------------------------------------
/org-cyf-how-this-works/content/_index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'How this works'
3 | description = 'How we learn; how we organise; how we check our progress'
4 | layout = 'module'
5 | menu = ['syllabus', 'core', 'start here']
6 | weight=1
7 | +++
8 |
--------------------------------------------------------------------------------
/org-cyf-itd/content/_index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title="Intro to Digital"
3 | description="How to participate in the Intro to Digital programme as a learner or teacher"
4 | menu="main"
5 | menus_to_map=['start here', 'steps', 'workshops']
6 | +++
7 |
--------------------------------------------------------------------------------
/org-cyf-itp/content/data-groups/sprints/3/_index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'Sprint 3'
3 | description = 'The plan for the sprint'
4 | layout = 'sprint'
5 | menu_level = ['module']
6 | weight = 4
7 | theme = "The DOM"
8 | +++
9 |
10 |
11 |
--------------------------------------------------------------------------------
/org-cyf-itp/content/structuring-data/sprints/3/_index.md:
--------------------------------------------------------------------------------
1 | +++
2 | title = 'Sprint 3'
3 | description = 'The plan for this sprint'
4 | layout = 'sprint'
5 | menu_level = ['module']
6 | weight = 4
7 | theme = "Test cases with Jest"
8 | +++
9 |
--------------------------------------------------------------------------------
/org-cyf-piscine/layouts/_default/overview.html:
--------------------------------------------------------------------------------
1 | {{ define "main" }}
2 | {{ $site := .Site }}
3 |
4 | {{ partial "page-header.html" . }}
5 |
6 | {{ with .Page.Content }}