{"id":21948172,"url":"https://github.com/evolution-gaming/typescript-bootcamp","last_synced_at":"2025-04-23T00:17:30.007Z","repository":{"id":39891937,"uuid":"339129166","full_name":"evolution-gaming/typescript-bootcamp","owner":"evolution-gaming","description":"TypeScript bootcamp","archived":false,"fork":false,"pushed_at":"2023-03-31T14:40:29.000Z","size":58631,"stargazers_count":55,"open_issues_count":2,"forks_count":43,"subscribers_count":10,"default_branch":"main","last_synced_at":"2025-04-23T00:17:01.504Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/evolution-gaming.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-02-15T15:59:38.000Z","updated_at":"2024-05-05T20:04:14.000Z","dependencies_parsed_at":"2023-02-15T10:46:56.224Z","dependency_job_id":null,"html_url":"https://github.com/evolution-gaming/typescript-bootcamp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evolution-gaming%2Ftypescript-bootcamp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evolution-gaming%2Ftypescript-bootcamp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evolution-gaming%2Ftypescript-bootcamp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evolution-gaming%2Ftypescript-bootcamp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/evolution-gaming","download_url":"https://codeload.github.com/evolution-gaming/typescript-bootcamp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250343960,"owners_count":21415042,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-29T05:12:16.081Z","updated_at":"2025-04-23T00:17:29.974Z","avatar_url":"https://github.com/evolution-gaming.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TypeScript Bootcamp\n\nThis repository contains information on the [Evolution Gaming](https://eng.evolutiongaming.com/) TypeScript Bootcamp.\n\n## Schedule\n\n[2023 Q1-Q2 bootcamp schedule](Schedule.md)\n\n## Preparation for the bootcamp\n\n### Prerequisites\n\nPlease install recent versions of the following before the first lecture:\n- [VS Code](https://code.visualstudio.com/)\n- [Node.js \u0026 npm](https://nodejs.org/en/)\n- [Git](https://git-scm.com/downloads)\n\nAlternatives that are also expected to work:\n- [WebStorm](https://www.jetbrains.com/webstorm/download/)\n\n### Troubleshooting\n\nIn case of issues:\n- Ask in the Evolution TypeScript Bootcamp Slack chat\n\n## Learning resources\n\nAll resources are listed in no particular order. These resources are optional and not required to complete the bootcamp.\n\n### React\n- [React documentation](https://reactjs.org/docs/getting-started.html)\n- [Beta version of new React documentation](https://beta.reactjs.org/)\n\n### Redux\n- [Redux documentation](https://redux.js.org/tutorials/index)\n- [Redux Performance](https://redux.js.org/faq/performance)\n- [Redux toolkit](https://redux-toolkit.js.org/introduction/getting-started)\n\n### Mobx\n- [Mobx documentation](https://mobx.js.org/README.html)\n- [Becoming fully reactive: an in-depth explanation of MobX (Medium article)](https://medium.com/hackernoon/becoming-fully-reactive-an-in-depth-explanation-of-mobservable-55995262a254)\n- [Manage Complex State in React Apps with MobX (course)](https://egghead.io/courses/manage-complex-state-in-react-apps-with-mobx)\n- [\"Awesome MobX\" - several materials on mobx](https://github.com/mobxjs/awesome-mobx)\n- [Understanding MobX (basic library implementation)](https://github.com/jeromepl/understanding-mobx)\n\n### Typescript\n- [Typescript documentation](https://www.typescriptlang.org/docs/handbook/intro.html)\n- [Marius Schulz’s blog about Typescript](https://mariusschulz.com/blog/series/typescript-evolution)\n\n### Webpack\n- [Webpack documentation](https://webpack.js.org/guides/getting-started/)\n\n### Unit tests\n- [Why Unit Tests Matter in the Long Run](https://evolutionengineering.medium.com/why-unit-tests-matter-in-the-long-run-92c50d658e9a)\n- [Jest documentation](https://jestjs.io/docs/getting-started)\n- [React testing library](https://testing-library.com/docs/react-testing-library/intro)\n\n### Functional Reactive Programming\n- [rxjs API](https://rxjs.dev/api)\n- [Alternative API resource](https://www.learnrxjs.io)\n- [Interactive diagrams](https://rxmarbles.com)\n\n### Pixi.js\n- [Documentation](https://pixijs.io/guides/index.html)\n- [Examples](https://pixijs.io/examples/#/demos-basic/container.js)\n- [Article about spines](https://medium.com/anvoevodin/lets-animate-your-pixijs-v5-game-with-spine-14dda65a0f41)\n- [Pixi.js video tutorials](https://www.youtube.com/watch?v=_HjQTzpbRK4\u0026list=PLGsA9l-S7trVmUJ7HJsNSKIj0qoAO_qO8)\n\n### BabylonJS\n- [Documentation](https://doc.babylonjs.com/features/introductionToFeatures)\n\n### WebGL\n- https://webglfundamentals.org\n- https://webgl2fundamentals.org\n- https://learnopengl.com\n- https://thebookofshaders.com\n\n### Non-JS\n\n- [Learn Git Branching](https://learngitbranching.js.org/)\n\n## Status\n\n* The [2021 Q3-Q4 bootcamp](presentations/OldSchedules/2021-q2-q3/Schedule.md) has concluded\n* The [2022 Q1-Q2 bootcamp](presentations/OldSchedules/2022-q1-q3/Schedule.md) has concluded\n* The [2023 Q1-Q2 bootcamp](Schedule.md) is running.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevolution-gaming%2Ftypescript-bootcamp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevolution-gaming%2Ftypescript-bootcamp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevolution-gaming%2Ftypescript-bootcamp/lists"}