├── 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 }}
{{ . }}
{{ end }} 7 | {{ end }} 8 | -------------------------------------------------------------------------------- /org-cyf-sdc/content/_index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = "Software Development Course" 3 | menus_to_map = ["start here", "SDC", "next steps"] 4 | description = "Practical, employment-focused training in foundational software concepts." 5 | +++ 6 | 7 | -------------------------------------------------------------------------------- /org-cyf-sdc/content/decomposition/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 = 1 7 | theme = "Backends and Frontends" 8 | +++ 9 | -------------------------------------------------------------------------------- /org-cyf-sdc/content/decomposition/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 = 3 7 | theme = "Websockets and Middlewares" 8 | +++ 9 | -------------------------------------------------------------------------------- /org-cyf-sdc/content/tools/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 = "Shell tools and how computers work" 8 | +++ 9 | -------------------------------------------------------------------------------- /org-cyf-sdc/content/tools/sprints/4/_index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = "Sprint 4" 3 | description = "The plan for this sprint" 4 | layout = "sprint" 5 | menu_level = ["module"] 6 | weight = 2 7 | theme = "Implementing shell tools in Python" 8 | +++ 9 | -------------------------------------------------------------------------------- /org-cyf-tracks/content/business-analysis/sprints/1/_index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = "Sprint 1" 3 | description = "Business Analysis" 4 | layout = "sprint" 5 | menu_level = ["module"] 6 | weight = 1 7 | theme = "Discovering Customer Needs" 8 | +++ 9 | -------------------------------------------------------------------------------- /org-cyf-tracks/content/business-analysis/sprints/3/_index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = "Sprint 3" 3 | description = "Business Analysis" 4 | layout = "sprint" 5 | menu_level = ["module"] 6 | weight = 1 7 | theme = "Specifying the Solution" 8 | +++ 9 | -------------------------------------------------------------------------------- /org-cyf-tracks/content/business-analysis/sprints/6/_index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = "Sprint 6" 3 | description = "Business Analysis" 4 | layout = "sprint" 5 | menu_level = ["module"] 6 | weight = 1 7 | theme = "Putting it all together" 8 | +++ 9 | -------------------------------------------------------------------------------- /org-cyf/content/_index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title="Our Courses" 3 | menus_to_map=["start here", "selection", "trainees", "fellowships"] 4 | description="Free training for good jobs in tech | [Calendar](/calendar) | [Overview](/overview)" 5 | +++ 6 | -------------------------------------------------------------------------------- /org-cyf-guides/content/contributing/create-a-pull-request/github-fork-highlight-branches.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/contributing/create-a-pull-request/github-fork-highlight-branches.png -------------------------------------------------------------------------------- /org-cyf-guides/content/deploying/render/connecting-a-dbms/changing-environment-variables.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/deploying/render/connecting-a-dbms/changing-environment-variables.png -------------------------------------------------------------------------------- /org-cyf-itp/content/data-flows/project/backlog/backlog-1/index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = 'backlog for sprint 1' 3 | layout = 'backlog' 4 | menu_level = ['subdir'] 5 | weight = 1 6 | backlog= 'Project-TV-Show' 7 | backlog_filter= '📅 Sprint 1' 8 | +++ 9 | -------------------------------------------------------------------------------- /org-cyf-itp/content/data-flows/project/backlog/backlog-2/index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = 'backlog for sprint 2' 3 | layout = 'backlog' 4 | menu_level = ['subdir'] 5 | weight = 2 6 | backlog= 'Project-TV-Show' 7 | backlog_filter= '📅 Sprint 2' 8 | +++ 9 | -------------------------------------------------------------------------------- /org-cyf-itp/content/data-flows/project/backlog/backlog-3/index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = 'backlog for sprint 3' 3 | layout = 'backlog' 4 | menu_level = ['subdir'] 5 | weight = 3 6 | backlog= 'Project-TV-Show' 7 | backlog_filter= '📅 Sprint 3' 8 | +++ 9 | -------------------------------------------------------------------------------- /org-cyf-itp/content/data-flows/sprints/1/backlog/index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = 'backlog' 3 | layout = 'backlog' 4 | menu_level = ['sprint'] 5 | weight = 2 6 | backlog= ['Module-Data-Flows', 'Project-TV-Show'] 7 | backlog_filter='📅 Sprint 1' 8 | +++ 9 | -------------------------------------------------------------------------------- /org-cyf-itp/content/data-flows/sprints/2/backlog/index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = 'backlog' 3 | layout = 'backlog' 4 | menu_level = ['sprint'] 5 | weight = 2 6 | backlog= ['Module-Data-Flows', 'Project-TV-Show'] 7 | backlog_filter='📅 Sprint 2' 8 | +++ 9 | -------------------------------------------------------------------------------- /org-cyf-itp/content/data-flows/sprints/3/backlog/index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = 'backlog' 3 | layout = 'backlog' 4 | menu_level = ['sprint'] 5 | weight = 2 6 | backlog= ['Module-Data-Flows', 'Project-TV-Show'] 7 | backlog_filter='📅 Sprint 3' 8 | +++ 9 | -------------------------------------------------------------------------------- /org-cyf-itp/content/onboarding/sprints/1/_index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = 'Sprint 1' 3 | description = 'What to do, in order, to complete Sprint 1' 4 | layout = 'sprint' 5 | menu_level = ['module'] 6 | weight = 2 7 | theme = 'Version control' 8 | +++ 9 | -------------------------------------------------------------------------------- /org-cyf-itp/content/structuring-data/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 = "Programming fundamentals" 8 | +++ 9 | -------------------------------------------------------------------------------- /org-cyf-sdc/content/decomposition/_index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = "Decomposition" 3 | description = "Breaking down problems into manageable chunks" 4 | layout = "module" 5 | emoji = "🧩" 6 | menu = ["syllabus", "core", "SDC"] 7 | weight = "4" 8 | +++ 9 | -------------------------------------------------------------------------------- /org-cyf-sdc/content/logic/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 = 1 7 | theme = "Solving logical problems efficiently" 8 | +++ 9 | -------------------------------------------------------------------------------- /org-cyf-tracks/content/business-analysis/sprints/1/backlog/index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = "Backlog" 3 | layout = "backlog" 4 | menu_level = ["sprint"] 5 | weight = 2 6 | backlog = "Track-Business-Analysis" 7 | backlog_filter = "📅 Sprint 1" 8 | +++ 9 | -------------------------------------------------------------------------------- /org-cyf-tracks/content/business-analysis/sprints/2/backlog/index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = "Backlog" 3 | layout = "backlog" 4 | menu_level = ["sprint"] 5 | weight = 2 6 | backlog = "Track-Business-Analysis" 7 | backlog_filter = "📅 Sprint 2" 8 | +++ 9 | -------------------------------------------------------------------------------- /org-cyf-tracks/content/business-analysis/sprints/3/backlog/index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = "Backlog" 3 | layout = "backlog" 4 | menu_level = ["sprint"] 5 | weight = 2 6 | backlog = "Track-Business-Analysis" 7 | backlog_filter = "📅 Sprint 3" 8 | +++ 9 | -------------------------------------------------------------------------------- /org-cyf-tracks/content/business-analysis/sprints/4/backlog/index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = "Backlog" 3 | layout = "backlog" 4 | menu_level = ["sprint"] 5 | weight = 2 6 | backlog = "Track-Business-Analysis" 7 | backlog_filter = "📅 Sprint 4" 8 | +++ 9 | -------------------------------------------------------------------------------- /org-cyf-tracks/content/business-analysis/sprints/5/backlog/index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = "Backlog" 3 | layout = "backlog" 4 | menu_level = ["sprint"] 5 | weight = 2 6 | backlog = "Track-Business-Analysis" 7 | backlog_filter = "📅 Sprint 5" 8 | +++ 9 | -------------------------------------------------------------------------------- /org-cyf-tracks/content/business-analysis/sprints/6/backlog/index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = "Backlog" 3 | layout = "backlog" 4 | menu_level = ["sprint"] 5 | weight = 2 6 | backlog = "Track-Business-Analysis" 7 | backlog_filter = "📅 Sprint 6" 8 | +++ 9 | -------------------------------------------------------------------------------- /org-cyf-tracks/content/react/product/backlog/backlog-1/index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = 'backlog for sprint 1' 3 | layout = 'backlog' 4 | menu_level = ['subdir'] 5 | weight = 1 6 | backlog= 'React-Module-Project' 7 | backlog_filter='📅 Week 1' 8 | +++ 9 | -------------------------------------------------------------------------------- /org-cyf-tracks/content/react/product/backlog/backlog-2/index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = 'backlog for sprint 2' 3 | layout = 'backlog' 4 | menu_level = ['subdir'] 5 | weight = 2 6 | backlog= 'React-Module-Project' 7 | backlog_filter='📅 Week 2' 8 | +++ 9 | -------------------------------------------------------------------------------- /org-cyf-tracks/content/react/product/backlog/backlog-3/index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = 'backlog for sprint 3' 3 | layout = 'backlog' 4 | menu_level = ['subdir'] 5 | weight = 3 6 | backlog= 'React-Module-Project' 7 | backlog_filter='📅 Week 3' 8 | +++ 9 | -------------------------------------------------------------------------------- /org-cyf-tracks/content/react/product/backlog/backlog-4/index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = 'backlog for sprint 4' 3 | layout = 'backlog' 4 | menu_level = ['subdir'] 5 | weight = 4 6 | backlog= 'React-Module-Project' 7 | backlog_filter='📅 Week 4' 8 | +++ 9 | -------------------------------------------------------------------------------- /org-cyf-tracks/content/react/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 | theme = "React: State" 8 | +++ 9 | 10 | 11 | -------------------------------------------------------------------------------- /org-cyf-tracks/content/react/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 | theme = 'React Router' 8 | +++ 9 | 10 | 11 | -------------------------------------------------------------------------------- /org-cyf-tracks/content/servers/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 | theme = "GET and POST" 8 | +++ 9 | 10 | 11 | -------------------------------------------------------------------------------- /org-cyf-tracks/content/servers/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 | theme = "Build Wordle" 8 | +++ 9 | 10 | 11 | -------------------------------------------------------------------------------- /org-cyf-guides/content/deploying/netlify/deploying-backends/01-netlify-environment-variables.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/deploying/netlify/deploying-backends/01-netlify-environment-variables.png -------------------------------------------------------------------------------- /org-cyf-guides/content/deploying/render/creating-a-postgres-db/free-plan-and-create-database.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodeYourFuture/curriculum/HEAD/org-cyf-guides/content/deploying/render/creating-a-postgres-db/free-plan-and-create-database.png -------------------------------------------------------------------------------- /org-cyf-itp/content/structuring-data/sprints/1/backlog/index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = 'backlog' 3 | layout = 'backlog' 4 | menu_level = ['sprint'] 5 | weight = 2 6 | backlog= 'Module-Structuring-and-Testing-Data' 7 | backlog_filter='📅 Sprint 1' 8 | +++ 9 | -------------------------------------------------------------------------------- /org-cyf-itp/content/structuring-data/sprints/2/backlog/index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = 'backlog' 3 | layout = 'backlog' 4 | menu_level = ['sprint'] 5 | weight = 2 6 | backlog= 'Module-Structuring-and-Testing-Data' 7 | backlog_filter='📅 Sprint 2' 8 | +++ 9 | -------------------------------------------------------------------------------- /org-cyf-itp/content/structuring-data/sprints/3/backlog/index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = 'backlog' 3 | layout = 'backlog' 4 | menu_level = ['sprint'] 5 | weight = 2 6 | backlog= 'Module-Structuring-and-Testing-Data' 7 | backlog_filter='📅 Sprint 3' 8 | +++ 9 | -------------------------------------------------------------------------------- /org-cyf-launch/content/sprints/1/_index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = 'Sprint 1' 3 | description = 'The plan for the sprint' 4 | layout = 'sprint' 5 | emoji= '🛹' 6 | menu_level = ['module'] 7 | menu=["develop", "syllabus"] 8 | weight = 2 9 | +++ 10 | -------------------------------------------------------------------------------- /org-cyf-launch/content/sprints/2/_index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = 'Sprint 2' 3 | description = 'The plan for the sprint' 4 | layout = 'sprint' 5 | emoji= '🛴' 6 | menu_level = ['module'] 7 | menu=["develop", "syllabus"] 8 | weight = 3 9 | +++ 10 | -------------------------------------------------------------------------------- /org-cyf-launch/content/sprints/3/_index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = 'Sprint 3' 3 | description = 'The plan for the sprint' 4 | layout = 'sprint' 5 | emoji= '🛵' 6 | menu_level = ['module'] 7 | menu=["develop", "syllabus"] 8 | weight = 4 9 | +++ 10 | -------------------------------------------------------------------------------- /org-cyf-launch/content/sprints/4/_index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = 'Sprint 4' 3 | description = 'The plan for the sprint' 4 | layout = 'sprint' 5 | emoji= '🛺' 6 | menu_level = ['module'] 7 | weight = 5 8 | menu=["develop", "syllabus"] 9 | +++ 10 | -------------------------------------------------------------------------------- /org-cyf-tracks/content/react/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 | theme = "React: Components" 8 | +++ 9 | 10 | 11 | -------------------------------------------------------------------------------- /org-cyf-tracks/content/servers/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 | theme = "Node and Express" 8 | +++ 9 | 10 | 11 | -------------------------------------------------------------------------------- /common-content/en/blocks/wordle/index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title="Play Wordle" 3 | time= 5 4 | [build] 5 | render = 'never' 6 | list = 'local' 7 | publishResources = false 8 | 9 | +++ 10 | 11 | > https://www.nytimes.com/games/wordle/index.html 12 | -------------------------------------------------------------------------------- /org-cyf-itp/content/data-groups/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 | theme = "Grouping data: Objects" 8 | +++ 9 | 10 | 11 | -------------------------------------------------------------------------------- /org-cyf-sdc/content/tools/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 = "Shell pipelines and programming language concepts" 8 | +++ 9 | -------------------------------------------------------------------------------- /org-cyf-tracks/content/sap-fico/sprints/2/prep/index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = 'prep' 3 | layout = 'prep' 4 | menu_level = ['sprint'] 5 | weight = 1 6 | [[blocks]] 7 | name="Read the day plan" 8 | src="module/entry-tracks/read-the-day-plan" 9 | +++ 10 | -------------------------------------------------------------------------------- /org-cyf-tracks/content/sap-fico/sprints/3/prep/index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = 'prep' 3 | layout = 'prep' 4 | menu_level = ['sprint'] 5 | weight = 1 6 | [[blocks]] 7 | name="Read the day plan" 8 | src="module/entry-tracks/read-the-day-plan" 9 | +++ 10 | -------------------------------------------------------------------------------- /org-cyf-tracks/content/sap-fico/sprints/4/prep/index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = 'prep' 3 | layout = 'prep' 4 | menu_level = ['sprint'] 5 | weight = 1 6 | [[blocks]] 7 | name="Read the day plan" 8 | src="module/entry-tracks/read-the-day-plan" 9 | +++ 10 | -------------------------------------------------------------------------------- /org-cyf-tracks/content/servers/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 = "PUT, and Testing APIs" 8 | +++ 9 | 10 | 11 | -------------------------------------------------------------------------------- /org-cyf-tracks/content/sql/sprints/1/_index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = 'Sprint 1' 3 | description = 'Introduction to databases' 4 | theme = "Introduction to databases" 5 | layout = 'sprint' 6 | menu_level = ['module'] 7 | weight = 2 8 | +++ 9 | 10 | 11 | -------------------------------------------------------------------------------- /common-theme/layouts/shortcodes/wordlimit.html: -------------------------------------------------------------------------------- 1 |
2 | 3 | {{ $wordLimit := resources.Get "scripts/word-limit.js" | resources.Minify }} 4 | 5 |
6 | -------------------------------------------------------------------------------- /org-cyf-sdc/content/decomposition/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 = "Building and deploying backends and frontends" 8 | +++ 9 | -------------------------------------------------------------------------------- /org-cyf-theme/assets/custom-theme/04-components/page-header.scss: -------------------------------------------------------------------------------- 1 | .c-page-header { 2 | &__title { 3 | text-shadow: -2px 1px 0 none; 4 | background-color: transparent; 5 | } 6 | &__description { 7 | font-weight: 300; 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /org-cyf-tracks/content/business-analysis/sprints/4/_index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = "Sprint 4" 3 | description = "Business Analysis" 4 | layout = "sprint" 5 | menu_level = ["module"] 6 | weight = 1 7 | theme = "Transforming Requirements to Solution Design" 8 | +++ 9 | -------------------------------------------------------------------------------- /org-cyf-tracks/content/cloud/sprints/3/prep/index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = 'prep' 3 | description = 'Containers' 4 | layout = 'prep' 5 | menu_level = ['sprint'] 6 | weight = 1 7 | [[blocks]] 8 | name="🏷️ Backlog" 9 | src="blocks/backlog" 10 | +++ 11 | 12 | -------------------------------------------------------------------------------- /org-cyf-tracks/content/portfolio/_index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = 'Portfolio' 3 | description = 'Build great projects; work in teams; polish our profiles; get great jobs in tech' 4 | layout = 'module' 5 | emoji= '🧑🏾‍🚀' 6 | track_kinds = ["jobs-after-sdc"] 7 | +++ 8 | -------------------------------------------------------------------------------- /org-cyf-tracks/content/sql/sprints/3/_index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = 'Sprint 3' 3 | description = 'Accessing data from NodeJS' 4 | theme = 'Accessing data from NodeJS' 5 | layout = 'sprint' 6 | menu_level = ['module'] 7 | weight = 4 8 | +++ 9 | 10 | 11 | -------------------------------------------------------------------------------- /org-cyf-itp/content/data-groups/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 | theme = "Grouping data: Arrays and loops" 8 | +++ 9 | 10 | 11 | -------------------------------------------------------------------------------- /org-cyf-itp/content/onboarding/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 | theme = "Collecting and formatting data" 8 | +++ 9 | 10 | 11 | -------------------------------------------------------------------------------- /org-cyf-tracks/content/business-analysis/sprints/2/_index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = "Sprint 2" 3 | description = "Investigating the Business Domain" 4 | layout = "sprint" 5 | menu_level = ["module"] 6 | weight = 1 7 | theme = "Investigating the Business Domain" 8 | +++ 9 | -------------------------------------------------------------------------------- /org-cyf-tracks/content/react/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 = "React: Fetch, Effects, and Forms" 8 | +++ 9 | 10 | 11 | -------------------------------------------------------------------------------- /org-cyf-tracks/content/sap-fico/sprints/5/prep/index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = 'prep' 3 | layout = 'prep' 4 | menu_level = ['sprint'] 5 | weight = 1 6 | [[blocks]] 7 | name="Prepare for your technical interview" 8 | src="module/entry-tracks/assessment" 9 | +++ 10 | -------------------------------------------------------------------------------- /.prettierrc: -------------------------------------------------------------------------------- 1 | { 2 | "overrides": [ 3 | { 4 | "files": ["*.html"], 5 | "options": { 6 | "parser": "go-template", 7 | "goTemplateBracketSpacing": true, 8 | "bracketSameLine": true 9 | } 10 | } 11 | ] 12 | } 13 | -------------------------------------------------------------------------------- /org-cyf-guides/content/_index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = 'Guides' 3 | description = 'A collection of guides, references, resources that do not belong to a specific day or week.' 4 | menu=["syllabus"] 5 | weight=1 6 | menus_to_map=['volunteers', 'learners', 'everyone'] 7 | +++ 8 | -------------------------------------------------------------------------------- /org-cyf-guides/content/activities/define-and-refine/_index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title="Define and refine" 3 | description="Define some key terms and then use others’ definitions to modify or add to your own definitions." 4 | activities=["nature"] 5 | term=true 6 | time=0 7 | +++ 8 | -------------------------------------------------------------------------------- /org-cyf-itp/content/onboarding/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 = "Querying data, considering presentation" 8 | +++ 9 | 10 | 11 | -------------------------------------------------------------------------------- /org-cyf-itp/content/structuring-data/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 = "Comparisons, assertions, and breaking down problems" 8 | +++ 9 | -------------------------------------------------------------------------------- /org-cyf-sdc/content/legacy/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 = "Understanding, testing, debugging, and fixing existing code" 8 | +++ 9 | -------------------------------------------------------------------------------- /org-cyf-sdc/content/tools/_index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = "Tools" 3 | description = "How computers work; Using common tools and writing custom ones in multiple languages" 4 | layout = "module" 5 | emoji = "🧰" 6 | menu = ["syllabus", "core", "SDC"] 7 | weight = "2" 8 | +++ 9 | -------------------------------------------------------------------------------- /org-cyf-sdc/content/tools/sprints/5/_index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = "Sprint 5" 3 | description = "The plan for this sprint" 4 | layout = "sprint" 5 | menu_level = ["module"] 6 | weight = 5 7 | theme = "Types and typechecking: classes, objects, methods, and enums" 8 | +++ 9 | -------------------------------------------------------------------------------- /org-cyf-theme/data/courses/tracks.toml: -------------------------------------------------------------------------------- 1 | name="Tracks" 2 | url="https://tracks.codeyourfuture.io/" 3 | code="tracks" 4 | emoji="👣" 5 | weight=6 6 | description="Demand-led specialisation towards junior and mid roles" 7 | menu="trainees" 8 | days=42 9 | commitment="part time" -------------------------------------------------------------------------------- /org-cyf-tracks/content/ai-essentials/sprints/3/_index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = 'AI Sprint 3' 3 | description = 'Stay ahead of the curve' 4 | layout = 'sprint' 5 | menu_level = ['module'] 6 | menu=['sprints'] 7 | weight = 2 8 | theme = "Keeping pace with AI" 9 | +++ 10 | -------------------------------------------------------------------------------- /org-cyf-tracks/content/sap-fico/sprints/4/_index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = 'Sprint 4' 3 | description = 'Debug posting issues; handle stakeholder feedback' 4 | layout = 'sprint' 5 | menu_level = ['module'] 6 | weight = 4 7 | theme = "Integration and issue resolution" 8 | +++ 9 | -------------------------------------------------------------------------------- /org-cyf-guides/content/activities/defining-key-terms/_index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title="Defining key terms" 3 | description="You’ll have to try defining some key terms in your own words. You’ll have to check your answers." 4 | activities=["nature"] 5 | time=0 6 | term=true 7 | +++ 8 | -------------------------------------------------------------------------------- /org-cyf-launch/content/_index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = "The Launch" 3 | description = "Work together in a cross functional Agile team to design, develop, and deliver a unique functioning product" 4 | layout = "module" 5 | map = ["apply", "develop", "demo"] 6 | weight = 9 7 | +++ 8 | -------------------------------------------------------------------------------- /org-cyf-sdc/content/tools/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 = 2 7 | theme = "Implementing shell tools in NodeJS, and Operating Systems concepts" 8 | +++ 9 | -------------------------------------------------------------------------------- /org-cyf-tracks/content/concurrency/sprints/1/_index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = "Sprint 1" 3 | description = "Threads, conccurency, and memory models." 4 | theme = "Threads, conccurency, and memory models." 5 | layout = "sprint" 6 | menu_level = ["module"] 7 | weight = 1 8 | +++ 9 | -------------------------------------------------------------------------------- /org-cyf-tracks/content/sap-fico/sprints/5/_index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = 'Sprint 5' 3 | description = 'Record a technical demo; enjoy the wrap party' 4 | layout = 'sprint' 5 | menu_level = ['module'] 6 | weight = 4 7 | theme = "Technical interviews and presentations" 8 | +++ 9 | -------------------------------------------------------------------------------- /org-cyf-how-this-works/content/sprints/self-educate/_index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = 'Self educate' 3 | description = 'The plan for the self educate sprint' 4 | layout = 'sprint' 5 | menu_level = ['module'] 6 | weight = 1 7 | theme = 'Building a community of self educators' 8 | +++ 9 | -------------------------------------------------------------------------------- /org-cyf-itp/content/piscine/index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = 'Piscine' 3 | description = 'In teams and on your own, build working software with tests. Explain your work to others.' 4 | emoji = '🐟' 5 | menu = ['next steps'] 6 | external_url = "https://piscine.codeyourfuture.io" 7 | +++ 8 | -------------------------------------------------------------------------------- /org-cyf-itp/content/welcome/backlog/index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = "Backlog" 3 | description = "Tasks to attempt before coming to class" 4 | layout = "backlog" 5 | menu_level = ["module"] 6 | weight = 2 7 | backlog = "Module-Welcome" 8 | backlog_filter = "📅 Sprint 1" 9 | +++ 10 | -------------------------------------------------------------------------------- /org-cyf-sdc/content/legacy/_index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = "Legacy code" 3 | description = "Working with code you didn't write: understanding, fixing, and extending legacy code" 4 | layout = "module" 5 | emoji = "🗺️" 6 | menu = ["syllabus", "SDC", "programming"] 7 | weight = "4" 8 | +++ 9 | -------------------------------------------------------------------------------- /org-cyf-tracks/content/business-analysis/sprints/6/prep/index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = "prep" 3 | description = "Putting it all together" 4 | layout = "prep" 5 | menu_level = ["sprint"] 6 | weight = 1 7 | [[blocks]] 8 | name="Review" 9 | src="module/business-analysis/review" 10 | +++ -------------------------------------------------------------------------------- /org-cyf-tracks/content/sap-fico/sprints/2/_index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = 'Sprint 2' 3 | description = 'Reconcile accounts; configure credit memos' 4 | layout = 'sprint' 5 | menu_level = ['module'] 6 | menu=['sprints'] 7 | weight = 3 8 | theme = "Financial processing" 9 | +++ 10 | -------------------------------------------------------------------------------- /common-content/en/module/how-our-curriculum-works/_index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title="HOCW" 3 | description="How our curriculum works" 4 | layout="block-viewer" 5 | hide_from_overview="true" 6 | noindex="true" 7 | [build] 8 | list = 'local' 9 | publishResources = false 10 | 11 | +++ 12 | -------------------------------------------------------------------------------- /legacy-curriculum-redirects/netlify.toml: -------------------------------------------------------------------------------- 1 | [[redirects]] 2 | from = "/guides/marking-guide" 3 | to = "https://curriculum.codeyourfuture.io/guides/reviewing/" 4 | status = 302 5 | 6 | [[redirects]] 7 | from = "/*" 8 | to = "https://curriculum.codeyourfuture.io" 9 | status = 302 10 | -------------------------------------------------------------------------------- /org-cyf-guides/content/teaching/_index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = "Teaching" 3 | description = "Teaching strategies and guidelines" 4 | +++ 5 | 6 | You may also be interested in [specific teaching activities](../activities). 7 | 8 | Strategies and guidelines we've noticed help teaching: 9 | -------------------------------------------------------------------------------- /org-cyf-piscine/content/_index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = 'Piscine' 3 | description = 'In teams and on your own, build working software with tests. Explain your work to others.' 4 | layout = 'module' 5 | menu = ['syllabus', 'next steps'] 6 | menus_to_map=['entry', 'sprints', 'assessment'] 7 | +++ 8 | -------------------------------------------------------------------------------- /org-cyf-tracks/content/ai-essentials/sprints/1/_index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = 'AI Sprint 1' 3 | description = 'Introduction to AI; Maximise productivity with AI tools' 4 | layout = 'sprint' 5 | menu_level = ['module'] 6 | menu=['sprints'] 7 | weight = 2 8 | theme = "AI tools" 9 | +++ 10 | -------------------------------------------------------------------------------- /org-cyf-tracks/content/ai-essentials/sprints/2/_index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = 'AI Sprint 2' 3 | description = 'Discover the art of Prompting' 4 | layout = 'sprint' 5 | menu_level = ['module'] 6 | menu=['sprints'] 7 | weight = 2 8 | theme = "Prompting and dialogic generation" 9 | +++ 10 | -------------------------------------------------------------------------------- /org-cyf-tracks/content/portfolio/sprints/2/prep/index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = 'prep' 3 | layout = 'prep' 4 | menu_level = ['sprint'] 5 | weight = 1 6 | [[blocks]] 7 | name="Prep for the session" 8 | src="https://cyf-pd.netlify.app/blocks/prep-the-work-for-the-week/readme/" 9 | +++ 10 | -------------------------------------------------------------------------------- /org-cyf-tracks/content/portfolio/sprints/3/prep/index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = 'prep' 3 | layout = 'prep' 4 | menu_level = ['sprint'] 5 | weight = 1 6 | [[blocks]] 7 | name="Prep for the session" 8 | src="https://cyf-pd.netlify.app/blocks/prep-the-work-for-the-week/readme/" 9 | +++ 10 | -------------------------------------------------------------------------------- /org-cyf-tracks/content/portfolio/sprints/4/prep/index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = 'prep' 3 | layout = 'prep' 4 | menu_level = ['sprint'] 5 | weight = 1 6 | [[blocks]] 7 | name="Prep for the session" 8 | src="https://cyf-pd.netlify.app/blocks/prep-the-work-for-the-week/readme/" 9 | +++ 10 | -------------------------------------------------------------------------------- /org-cyf-tracks/content/portfolio/sprints/5/prep/index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = 'prep' 3 | layout = 'prep' 4 | menu_level = ['sprint'] 5 | weight = 1 6 | [[blocks]] 7 | name="Prep for the session" 8 | src="https://cyf-pd.netlify.app/blocks/prep-the-work-for-the-week/readme/" 9 | +++ 10 | -------------------------------------------------------------------------------- /common-theme/assets/styles/03-elements/lists.scss: -------------------------------------------------------------------------------- 1 | %list-without-list-formatting { 2 | padding: 0; 3 | margin: 0; 4 | list-style: none; 5 | } 6 | 7 | ul.e-list, 8 | ol.e-list { 9 | padding: 0; 10 | list-style: none; 11 | margin: revert; 12 | line-height: 1.5; 13 | } 14 | -------------------------------------------------------------------------------- /common-theme/layouts/shortcodes/iframe.html: -------------------------------------------------------------------------------- 1 | 10 | -------------------------------------------------------------------------------- /org-cyf-tracks/content/cloud/product/prep/index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = 'prep' 3 | description = 'Set up your module product' 4 | layout = 'prep' 5 | menu_level = ['product'] 6 | weight = 1 7 | [[blocks]] 8 | name="Runbooks and Reporting" 9 | src="module/cloud/technical-writing" 10 | +++ 11 | -------------------------------------------------------------------------------- /org-cyf-tracks/content/sap-fico/sprints/3/_index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = 'Sprint 3' 3 | description = 'Configure cost centres; handle system changes' 4 | layout = 'sprint' 5 | menu_level = ['module'] 6 | menu=['sprints'] 7 | weight = 3 8 | theme = "Cost control and system change" 9 | +++ 10 | -------------------------------------------------------------------------------- /org-cyf/go.sum: -------------------------------------------------------------------------------- 1 | github.com/CodeYourFuture/curriculum/org-cyf-theme v0.0.0-20240818070728-e8702788f7cb h1:P0mRDAC+Sh+7D+8Mlcyb6Sqid3w0asdincQMS9QLvpI= 2 | github.com/CodeYourFuture/curriculum/org-cyf-theme v0.0.0-20240818070728-e8702788f7cb/go.mod h1:Wv6VAMOIp5v0eZiHWSGzanDAIfK+prnnPK0hUPeFvwk= 3 | -------------------------------------------------------------------------------- /org-cyf-itp/content/data-flows/_index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = 'Data flows' 3 | description = 'Collaborate in code; Define and manage state; Use asynchronous programming to handle events and data; ' 4 | layout = 'module' 5 | emoji= '🐥' 6 | menu = ['syllabus', 'course schedule'] 7 | weight='5' 8 | +++ 9 | -------------------------------------------------------------------------------- /org-cyf-sdc/content/launch/index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = "The Launch" 3 | description = "Work together in a cross functional Agile team to design, develop, and deliver a unique functioning product." 4 | emoji = "🚀" 5 | menu = ["next steps"] 6 | external_url = "https://launch.codeyourfuture.io" 7 | +++ 8 | -------------------------------------------------------------------------------- /org-cyf-theme/data/courses/systems.toml: -------------------------------------------------------------------------------- 1 | name="Systems Engineering" 2 | code="cyf+" 3 | emoji="🦄" 4 | description="An immersive, full time, systems engineering programme" 5 | url="https://systems.codeyourfuture.io/" 6 | menu="fellowships" 7 | days=260 8 | commitment="full time" 9 | locations=["Online"] -------------------------------------------------------------------------------- /org-cyf-tracks/content/sap-fico/sprints/1/_index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = 'Sprint 1' 3 | description = 'Kick off the ERP track; SAP Navigation & Requirements Gathering' 4 | layout = 'sprint' 5 | menu_level = ['module'] 6 | menu=['sprints'] 7 | weight = 2 8 | theme = "SAP foundations" 9 | +++ 10 | -------------------------------------------------------------------------------- /common-docs/content/_index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title="Help us doc!" 3 | description="This is a [🅷🆄🅶🅾](https://gohugo.io/)-based platform called [🌱common](https://github.com/CodeYourFuture/curriculum/tree/main/common-theme)" 4 | menus_to_map=["theme", "content", "community"] 5 | menu=["syllabus"] 6 | +++ 7 | -------------------------------------------------------------------------------- /org-cyf-guides/go.sum: -------------------------------------------------------------------------------- 1 | github.com/CodeYourFuture/curriculum/org-cyf-theme v0.0.0-20240818070728-e8702788f7cb h1:P0mRDAC+Sh+7D+8Mlcyb6Sqid3w0asdincQMS9QLvpI= 2 | github.com/CodeYourFuture/curriculum/org-cyf-theme v0.0.0-20240818070728-e8702788f7cb/go.mod h1:Wv6VAMOIp5v0eZiHWSGzanDAIfK+prnnPK0hUPeFvwk= 3 | -------------------------------------------------------------------------------- /org-cyf-sdc/content/complexity/prep/index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = "Prep" 3 | description = "Prepare to succeed in this module" 4 | layout = "prep" 5 | menu_level = ["module"] 6 | weight = 1 7 | [[blocks]] 8 | title = "Introduction" 9 | src = "module/complexity/introduction" 10 | time = 10 11 | +++ 12 | -------------------------------------------------------------------------------- /org-cyf-tracks/content/portfolio/prep/index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = 'prep' 3 | description = 'What do we need to start a Portfolio module?' 4 | layout = 'prep' 5 | menu_level = ['module'] 6 | weight = 1 7 | [[blocks]] 8 | name="Meet the criteria" 9 | src="module/portfolio/criteria" 10 | +++ 11 | -------------------------------------------------------------------------------- /org-cyf-tracks/content/servers/_index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = 'Servers' 3 | description = 'Write server-side JavaScript with Node.js; develop CRUD applications with Express.js; write and test APIs with Postman' 4 | layout = 'module' 5 | emoji= '🔌' 6 | menu = ['syllabus', 'tracks'] 7 | weight='7' 8 | +++ 9 | -------------------------------------------------------------------------------- /common-content/en/blocks/break/index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title="Break" 3 | time=15 4 | hide_from_overview=true 5 | [build] 6 | render = 'never' 7 | list = 'local' 8 | publishResources = false 9 | 10 | +++ 11 | 12 | A quick break of fifteen minutes so we can all concentrate on the next piece of work. 13 | -------------------------------------------------------------------------------- /common-content/en/blocks/morning-break/index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title="Morning Break" 3 | time=15 4 | hide_from_overview=true 5 | [build] 6 | render = 'never' 7 | list = 'local' 8 | publishResources = false 9 | 10 | +++ 11 | 12 | A quick break so we can all concentrate on the next piece of work. 13 | -------------------------------------------------------------------------------- /common-content/en/module/entry-tracks/_index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title="Entry Tracks" 3 | description="Content for entry level tracks, mainly operational and organizational, setting expectations and structuring the learning journey." 4 | layout="block-viewer" 5 | hide_from_overview="true" 6 | noindex="true" 7 | +++ 8 | -------------------------------------------------------------------------------- /org-cyf-itp/content/welcome/_index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = 'Welcome to Code Your Future' 3 | description = 'Our first day together ' 4 | layout = 'module' 5 | emoji= '🫶🏽' 6 | menu = ['syllabus', 'course schedule'] 7 | weight='1' 8 | parentsToTraverseToModule = 0 9 | moduleForRegister = "Welcome" 10 | +++ 11 | -------------------------------------------------------------------------------- /common-theme/assets/styles/01-mixins/grid-assign.scss: -------------------------------------------------------------------------------- 1 | // https://css-tricks.com/code-as-documentation-new-strategies-with-css-grid/ 2 | @mixin grid-assign($elements...) { 3 | display: grid; 4 | @each $element in $elements { 5 | &__#{$element} { 6 | grid-area: $element; 7 | } 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /common-theme/assets/styles/04-components/page-footer.scss: -------------------------------------------------------------------------------- 1 | .c-page-footer { 2 | padding-top: var(--theme-spacing--6); 3 | &__nav { 4 | gap: var(--theme-spacing--1); 5 | display: flex; 6 | justify-content: center; 7 | align-items: center; 8 | font: var(--theme-font--ui); 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /org-cyf-piscine/content/sprints/3/_index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = 'Sprint 3' 3 | description = 'Demo your team work; kick off your individual project' 4 | layout = 'sprint' 5 | emoji= '🏃🏾' 6 | menu_level = ['module'] 7 | menu=['sprints'] 8 | weight = 3 9 | theme = "Build a complete project on your own" 10 | +++ 11 | -------------------------------------------------------------------------------- /org-cyf-theme/data/courses/itp-tracks.toml: -------------------------------------------------------------------------------- 1 | name="Post-ITP Tracks" 2 | code="itp-tracks" 3 | url="https://tracks.codeyourfuture.io/" 4 | emoji="👣" 5 | weight=3 6 | description="Targeting roles in tech that aren't focused on writing code day-to-day" 7 | menu="start here" 8 | days=42 9 | commitment="part time" 10 | -------------------------------------------------------------------------------- /org-cyf-tracks/content/cloud/_index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = 'Cloud' 3 | description = 'Deploy and manage cloud infrastructure; explore containers, pipelines, load balancing, traffic, integration and security; define infrastructure as code' 4 | layout = 'module' 5 | emoji= '☁️' 6 | track_kinds = ["jobs-after-sdc"] 7 | +++ 8 | -------------------------------------------------------------------------------- /org-cyf-tracks/content/sql/_index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = 'SQL' 3 | description = 'Structured data storage and retrieval; relational databases, querying, sketching and designing databases, and database management systems.' 4 | layout = 'module' 5 | emoji= '💾' 6 | track_kinds = ["jobs-after-sdc"] 7 | weight='8' 8 | +++ 9 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/discussion.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Start Discussion 3 | about: Start a discussion around a topic to gather opinions 4 | title: '' 5 | labels: discussion 6 | assignees: '' 7 | 8 | --- 9 | 10 | **What is the hypothesis?** 11 | 12 | **Why is this important?** 13 | 14 | **Supporting Resources** 15 | -------------------------------------------------------------------------------- /common-theme/assets/styles/01-mixins/offscreen.scss: -------------------------------------------------------------------------------- 1 | @mixin offscreen($state) { 2 | @if $state==hide { 3 | position: absolute; 4 | left: -100vw; 5 | opacity: 0; 6 | transition: all 0.3s; 7 | } @else if $state==show { 8 | left: 0; 9 | z-index: 1001; 10 | opacity: 1; 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /org-cyf-guides/content/activities/where-is-the-code-running/_index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title="Where is the code running?" 3 | description="Identify where a piece of software is currently running. For example, is it being executed by a remote machine, by a local machine etc" 4 | activities=["nature"] 5 | term=true 6 | time=0 7 | +++ 8 | -------------------------------------------------------------------------------- /org-cyf-piscine/content/sprints/1/prep/index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = 'prep' 3 | layout = 'prep' 4 | menu_level = ['sprint'] 5 | weight = 1 6 | [[blocks]] 7 | name="Prep" 8 | src="module/piscine/preparation" 9 | [[blocks]] 10 | name="Programming Pre-requisites" 11 | src="module/piscine/programming-prereqs" 12 | +++ 13 | -------------------------------------------------------------------------------- /common-theme/assets/styles/04-components/columns.scss: -------------------------------------------------------------------------------- 1 | // put anything side by side 2 | 3 | ol.c-columns { 4 | @extend %list-without-list-formatting; 5 | } 6 | 7 | .c-columns { 8 | display: grid; 9 | gap: var(--theme-spacing--gutter); 10 | grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); 11 | } 12 | -------------------------------------------------------------------------------- /org-cyf-tracks/content/sap-fico/sprints/1/prep/index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = 'prep' 3 | layout = 'prep' 4 | menu_level = ['sprint'] 5 | weight = 1 6 | [[blocks]] 7 | name="Prep" 8 | src="module/entry-tracks/preparation" 9 | [[blocks]] 10 | name="Read the day plan" 11 | src="module/entry-tracks/read-the-day-plan" 12 | +++ 13 | -------------------------------------------------------------------------------- /common-content/en/blocks/pd-placeholder/index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title="PD Placeholder" 3 | 4 | time=60 5 | [build] 6 | render = 'never' 7 | list = 'local' 8 | publishResources = false 9 | 10 | +++ 11 | 12 | This placeholder is for the PD session, which will be added by PD from their platform https://cyf-pd.netlify.app/ 13 | -------------------------------------------------------------------------------- /common-theme/layouts/shortcodes/youtube.html: -------------------------------------------------------------------------------- 1 | {{- $src := .Inner -}} 2 | {{- partial "block/data.html" (dict "Scratch" .Page.Scratch "src" $src "name" "" "page" .) -}} 3 | {{- $blockData := .Page.Scratch.Get "blockData" -}} 4 | {{- .Page.Scratch.SetInMap "blockData" "isShortcode" true -}} 5 | {{- partial "block/youtube.html" . -}} 6 | -------------------------------------------------------------------------------- /org-cyf-itp/content/onboarding/_index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = 'Onboarding' 3 | description = 'Evaluate and fix code with Lighthouse; use version control with Git and GitHub; Plan your study and set goals; Enroll as a Trainee' 4 | layout = 'module' 5 | emoji= '🫱🏾‍🫲🏿' 6 | menu = ['syllabus', 'course schedule'] 7 | weight='2' 8 | +++ 9 | -------------------------------------------------------------------------------- /org-cyf-piscine/content/sprints/2/_index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = 'Sprint 2' 3 | description = 'Demo your project; kick off the next group project' 4 | layout = 'sprint' 5 | emoji= '🎽' 6 | menu_level = ['module'] 7 | menu=['sprints'] 8 | weight = 3 9 | theme = "Work in a team to deliver working software with tests" 10 | +++ 11 | -------------------------------------------------------------------------------- /org-cyf-piscine/content/sprints/4/_index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = 'Interview Day' 3 | description = 'Demo your solo project; undertake a technical interview; enjoy the wrap party' 4 | layout = 'sprint' 5 | emoji= '🧪' 6 | menu_level = ['module'] 7 | menu=['assessment'] 8 | weight = 4 9 | theme = "Technical interview" 10 | +++ 11 | -------------------------------------------------------------------------------- /org-cyf-tracks/content/business-analysis/prep/index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = "prep" 3 | description = "This is the case study you will use throughout this track." 4 | layout = "prep" 5 | menu_level = ["module"] 6 | weight = 1 7 | [[blocks]] 8 | name="Case Study" 9 | src="module/business-analysis/case-study/index.md" 10 | +++ 11 | -------------------------------------------------------------------------------- /org-cyf-how-this-works/hugo.toml: -------------------------------------------------------------------------------- 1 | title = "How this works" 2 | description="An introductory course explaining the curriculum and day-to-day flow of life at Code Your Future." 3 | baseURL = "https://curriculum.codeyourfuture.io/" 4 | 5 | [module] 6 | [[module.imports]] 7 | path = "github.com/CodeYourFuture/curriculum/org-cyf-theme" 8 | -------------------------------------------------------------------------------- /common-content/en/blocks/coming-soon/index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = 'Coming Soon' 3 | description = 'This content is coming soon' 4 | time = 20 5 | [tasks] 6 | 1='Find the plan in Slack instead' 7 | [build] 8 | list = 'never' 9 | publishResources = false 10 | render = 'never' 11 | +++ 12 | 13 | This content is coming soon... 14 | -------------------------------------------------------------------------------- /org-cyf-guides/content/employability/interview/technical-interview-prep/google/index.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Google 3 | description: Develop your technical skills with Google 4 | emoji: 🔍 5 | weight: 2 6 | --- 7 | 8 | Use [Google's Tech Dev Guide](https://techdevguide.withgoogle.com/paths/interview/) to continue developing your interview skills 9 | -------------------------------------------------------------------------------- /org-cyf-theme/data/courses/launch.toml: -------------------------------------------------------------------------------- 1 | name="The Launch" 2 | code="launch" 3 | menu="trainees" 4 | weight=5 5 | url="https://launch.codeyourfuture.io/" 6 | description="In a cross functional Agile team, develop and deliver a real product." 7 | emoji="🚀" 8 | commitment="part time" 9 | days=35 10 | frequency=4 11 | locations=["Online"] -------------------------------------------------------------------------------- /org-cyf-tracks/content/sap-fico/_index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = 'SAP FI/CO' 3 | description = 'In teams, gather requirements and configure accounting systems, adapt based on requirements changes, debug errors and communicate with stakeholders.' 4 | layout = 'module' 5 | emoji= '📒' 6 | #track_kinds = ["jobs-after-itp"] 7 | menu="SAP FI/CO" 8 | +++ 9 | -------------------------------------------------------------------------------- /common-theme/assets/styles/04-components/codemirror.scss: -------------------------------------------------------------------------------- 1 | .cm-editor { 2 | background-color: #272822; 3 | padding: var(--theme-spacing--gutter); 4 | 5 | .cm-scroller { 6 | font: var(--theme-font--code); 7 | } 8 | 9 | .hl_line:not(.cm-activeLine) { 10 | background-color: var(--theme-color--accent-shade); 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /org-cyf-itp/content/data-groups/_index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = 'Data groups' 3 | description = 'Organise and structure data; Build interactive user interfaces; Break problems down into sub-problems; Interpret acceptance criteria to form test cases' 4 | layout = 'module' 5 | emoji= '🐣' 6 | menu = ['syllabus', 'course schedule'] 7 | weight='4' 8 | +++ 9 | -------------------------------------------------------------------------------- /org-cyf-piscine/content/sprints/1/_index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = 'Sprint 1' 3 | description = 'Kick off the Piscine; start building your first project in a team' 4 | layout = 'sprint' 5 | emoji= '⏱️' 6 | menu_level = ['module'] 7 | menu=['sprints'] 8 | weight = 2 9 | theme = "Work in a team to deliver working software with tests" 10 | +++ 11 | -------------------------------------------------------------------------------- /org-cyf-tracks/content/react/_index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = 'React' 3 | description = 'Explore frameworks, libraries, and declarative programming with React; Develop unit testing with Testing Library; Build a dynamic web application in an Agile team' 4 | layout = 'module' 5 | emoji= '🪄' 6 | track_kinds = ["guided-study-after-itp"] 7 | weight='6' 8 | +++ 9 | -------------------------------------------------------------------------------- /common-docs/content/common-content/module/_index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = "Module" 3 | description = "Folders of content organised generally by the module that generated them" 4 | hide_from_overview="true" 5 | noindex=true 6 | [[cascade]] 7 | [cascade.build] 8 | list = 'always' 9 | publishResources = true 10 | render = 'always' 11 | +++ 12 | -------------------------------------------------------------------------------- /common-docs/content/common-theme/front-matter/blocks/register/index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = 'Register' 3 | time = 1 4 | [build] 5 | render = 'never' 6 | list = 'local' 7 | publishResources = false 8 | +++ 9 | 10 | ```toml 11 | noRegister=true 12 | ``` 13 | 14 | This will hide the register form from the top of the day plan if you don't want it. 15 | -------------------------------------------------------------------------------- /org-cyf-launch/content/sprints/3/prep/index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = 'Prep' 3 | description='Building features and reviewing PRs' 4 | layout = 'prep' 5 | menu_level = ['sprint'] 6 | weight = 1 7 | [[blocks]] 8 | name="Prep your Demo" 9 | src="blocks/prep-launch-week-2" 10 | [[blocks]] 11 | name="User research" 12 | src="blocks/user-research" 13 | +++ 14 | -------------------------------------------------------------------------------- /org-cyf-tracks/content/cloud/sprints/2/prep/index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = 'prep' 3 | description = 'Automated testing & deployments' 4 | layout = 'prep' 5 | menu_level = ['sprint'] 6 | weight = 1 7 | [[blocks]] 8 | name="🐳 Setup Docker" 9 | src="module/cloud/setup-docker" 10 | [[blocks]] 11 | name="🏷️ Backlog" 12 | src="blocks/backlog" 13 | +++ 14 | 15 | -------------------------------------------------------------------------------- /org-cyf-tracks/content/servers/prep/index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = 'prep' 3 | description = 'Set up Postman' 4 | layout = 'prep' 5 | menu_level = ['module'] 6 | weight = 1 7 | [[blocks]] 8 | name="Install Postman" 9 | src="module/servers/postman" 10 | [[blocks]] 11 | name="What are APIs?" 12 | src="https://www.youtube.com/watch?v=OVvTv9Hy91Q" 13 | +++ 14 | -------------------------------------------------------------------------------- /common-theme/archetypes/product-backlog.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = 'backlog' 3 | layout = 'backlog' 4 | menu_level = ['product'] 5 | weight = 2 6 | backlog= 'React-Module-Project' 7 | +++ 8 | 9 | This view lists all the issues for the project. It is looking for a repo in your org named `React-Module-Project` where it expects issues to live. Wire in your actual project repo. -------------------------------------------------------------------------------- /common-theme/layouts/shortcodes/issue.html: -------------------------------------------------------------------------------- 1 | {{- $name := .Get "name" -}} 2 | {{- $src := .Get "src" -}} 3 | {{- partial "block/data.html" (dict "Scratch" .Page.Scratch "src" $src "name" $name "page" .) -}} 4 | {{- $blockData := .Page.Scratch.Get "blockData" -}} 5 | {{- .Page.Scratch.SetInMap "blockData" "isShortcode" true -}} 6 | {{- partial "block/issue.html" . -}} 7 | -------------------------------------------------------------------------------- /org-cyf-tracks/content/react/sprints/4/prep/index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = 'prep' 3 | layout = 'prep' 4 | menu_level = ['sprint'] 5 | weight = 1 6 | [[blocks]] 7 | name="React Router" 8 | src="module/react/react-router" 9 | [[blocks]] 10 | name="Diversity and Inclusion" 11 | src="https://cyf-pd.netlify.app/blocks/prep-for-diversity-and-inclusion/readme/" 12 | +++ 13 | -------------------------------------------------------------------------------- /common-docs/content/common-theme/shortcodes/timer.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title="Timer" 3 | description="A countdown timer" 4 | menu=["shortcodes"] 5 | +++ 6 | 7 | ### Invoke 8 | 9 | ```go 10 | {{}}5{{}} 11 | ``` 12 | 13 | Click the timer and start a countdown, always in minutes. Super useful for timed activities. {{< timer >}}5{{< /timer >}} 14 | -------------------------------------------------------------------------------- /common-theme/assets/styles/states/none.scss: -------------------------------------------------------------------------------- 1 | // this removes the node 2 | // see is-visible / is-invisible for most use cases 3 | 4 | .is-none { 5 | &--gt-container { 6 | @media (min-width: $c-max) { 7 | display: none; 8 | } 9 | } 10 | &--lt-container { 11 | @media (max-width: $c-max) { 12 | display: none; 13 | } 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /org-cyf-itd/assets/custom-theme/04-components/card-for-itd.scss: -------------------------------------------------------------------------------- 1 | .c-map .c-card { 2 | &__description { 3 | position: static; 4 | font-size: inherit; 5 | opacity: 100%; 6 | background-color: transparent; 7 | } 8 | &:hover, 9 | &:focus, 10 | &:active { 11 | .c-card__description { 12 | animation: none; 13 | } 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /org-cyf-sdc/content/prs-needing-review/_index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = "SDC PRs needing review" 3 | layout = "needs-review" 4 | weight = 2 5 | emoji = "🧑🏾‍🤝‍🧑🏾" 6 | GitHubRepos = [ 7 | "Module-Tools", 8 | "Module-Decomposition", 9 | "Module-Legacy-Code", 10 | ] 11 | +++ 12 | 13 | ### Modules in red have lots of PRs, or any old PRs needing review. 14 | -------------------------------------------------------------------------------- /org-cyf-tracks/content/ai-essentials/_index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = 'AI Essentials' 3 | description = 'In teams, learn new efficient ways to work with data and AI in the workplace; apply these skills to recruitment and hiring processes.' 4 | layout = 'module' 5 | emoji="🤖" 6 | track_kinds = ["guided-study-after-itp"] 7 | menu="AI Essentials" 8 | weight = 1 9 | +++ 10 | -------------------------------------------------------------------------------- /org-cyf-tracks/content/servers/sprints/4/prep/index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = 'prep' 3 | layout = 'prep' 4 | menu_level = ['sprint'] 5 | weight = 1 6 | theme = "Building Wordle" 7 | [[blocks]] 8 | name="Play Wordle" 9 | src="blocks/wordle" 10 | [[blocks]] 11 | name="Prep Sell Yourself" 12 | src="https://cyf-pd.netlify.app/blocks/prep-sell-yourself/readme/" 13 | +++ 14 | -------------------------------------------------------------------------------- /org-cyf-launch/content/sprints/4/prep/index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = 'Prep' 3 | layout = 'prep' 4 | description='Your product is viable and the team is ready to launch' 5 | menu_level = ['sprint'] 6 | weight = 1 7 | [[blocks]] 8 | name="Prep your Demo" 9 | src="blocks/prep-launch-week-2" 10 | [[blocks]] 11 | name="User research" 12 | src="blocks/user-research" 13 | +++ 14 | -------------------------------------------------------------------------------- /common-content/en/blocks/success-criteria/index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title="Check module success criteria" 3 | time= 10 4 | [build] 5 | render = 'never' 6 | list = 'local' 7 | publishResources = false 8 | 9 | +++ 10 | 11 | Use this time to check over the success page this module. 12 | You can find the module success page at [the top level of your module](../../../success) 13 | -------------------------------------------------------------------------------- /common-docs/content/common-content/blocks/_index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title="Standards" 3 | description="Activities repeated over and over, like lunch time or group discussion" 4 | layout="block-viewer" 5 | hide_from_overview="true" 6 | noindex="true" 7 | [[cascade]] 8 | [cascade.build] 9 | list = 'always' 10 | publishResources = true 11 | render = 'always' 12 | +++ 13 | -------------------------------------------------------------------------------- /org-cyf-guides/content/activities/_index.md: -------------------------------------------------------------------------------- 1 | +++ 2 | title = 'Activity handbook' 3 | description = 'Here is a collection of educational activities that our community uses for creating discussions, solving problems and developing technical communication. You can think of this as our shared pedagogic vocabulary.' 4 | weight='1' 5 | activities=['nature'] 6 | menu="volunteers" 7 | +++ 8 | -------------------------------------------------------------------------------- /common-theme/layouts/partials/objectives/block.html: -------------------------------------------------------------------------------- 1 | 11 |
12 | --------------------------------------------------------------------------------