{"id":25052257,"url":"https://github.com/dagerikhl/typescript-thursday","last_synced_at":"2026-02-04T13:03:56.402Z","repository":{"id":59265483,"uuid":"535525784","full_name":"dagerikhl/typescript-thursday","owner":"dagerikhl","description":"TypeScript workshop","archived":false,"fork":false,"pushed_at":"2022-09-15T11:15:30.000Z","size":103,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-21T09:00:08.406Z","etag":null,"topics":["learning","miles","tutorial","typescript","workshop"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dagerikhl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-09-12T05:36:44.000Z","updated_at":"2022-09-13T06:15:13.000Z","dependencies_parsed_at":"2023-01-18T08:45:34.564Z","dependency_job_id":null,"html_url":"https://github.com/dagerikhl/typescript-thursday","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dagerikhl/typescript-thursday","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dagerikhl%2Ftypescript-thursday","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dagerikhl%2Ftypescript-thursday/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dagerikhl%2Ftypescript-thursday/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dagerikhl%2Ftypescript-thursday/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dagerikhl","download_url":"https://codeload.github.com/dagerikhl/typescript-thursday/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dagerikhl%2Ftypescript-thursday/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29085068,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-04T03:31:03.593Z","status":"ssl_error","status_checked_at":"2026-02-04T03:29:50.742Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["learning","miles","tutorial","typescript","workshop"],"created_at":"2025-02-06T10:28:49.499Z","updated_at":"2026-02-04T13:03:56.366Z","avatar_url":"https://github.com/dagerikhl.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TypeScript Thursday\n\nTypeScript workshop\n\n# Getting started\n\n## Editor\n\nRecommended editor is [VSCode](https://code.visualstudio.com/) because it has excellent TypeScript support.\nAnd it has a very useful plugin: [TypeScript Error Translator](https://github.com/mattpocock/ts-error-translator),\nwhich helps us translate TypeScript errors into something more readable and understandable.\n\nFeel free to use another editor if you are more comfortable with that.\n\n## Setup\n\n1. Run `yarn`.\n\n## How to\n\nThe workshop is split into exercises. Each exercise is split into a `*.problem.ts` and a `*.solution.ts`.\n\nAll the exercises are nested under sections. These sections refer to the sections in the [TypeScript Tutorial](https://www.typescripttutorial.net/), and each exercise correspons to a sub-section in that section. These are both reflected in the file and folder names.\n\n### Workshop workflow\n\n1. Read the section in the tutorial.\n2. Find and solve the exercises associated with the section in the `src/0X-XXX/` folder.\n3. Attempt to solve the problems in the exercise, using things you learned in the tutorial.\n\n### Exercises\n\nTo take an exercise:\n\n1. Go into `*.problem.ts`.\n2. Run `yarn exercise 01 03`, where `01` is the section number and `03` is the number of the exercise you're on.\n\nThe `exercise` script will run TypeScript typechecks and a test suite on the exercise.\n\nYou'll know if you've succeeded because the tests will pass.\n\nYou can run `yarn solution 01 03` to run the tests and typechecking on the solution.\n\n## Commands\n\n### `yarn exercise 01 03`\n\nAlias: `yarn e 01 03`\n\nRun the corresponding `*.problem.ts` file.\n\n### `yarn solution 01 03`\n\nAlias: `yarn s 01 03`\n\nRun the corresponding `*.solution.ts` file.\n\n# Further work\n\nIf you complete the tutorial and all the exercises in this workshop, these are some useful resources to continue your TypeScript journey:\n\n- [TotalTypeScript Beginners tutorial](https://github.com/total-typescript/beginners-typescript-tutorial): Beginner level, may cover a lot of the same topics as this workshop.\n- [TotalTypeScript Advanced workshop](https://github.com/total-typescript/advanced-typescript-workshop): Advanced level, a good continuation of this workshop.\n- [TotalTypeScript Transformations workshop](https://github.com/total-typescript/type-transformations-workshop): Advanced level, a good continuation of this workshop, but with a specific focus.\n- [TotalTypeScript Generics workshop](https://github.com/total-typescript/typescript-generics-workshop): Advanced level, a good continuation of this workshop, but with a specific focus.\n- [Scrimba Learn TypeScript interactive course](https://scrimba.com/learn/typescript): Beginner level, may cover a lot of the same topics as this workshop.\n\n# Useful links\n\n- [TypeScript Tutorial](https://www.typescripttutorial.net/)\n- [TypeScript Docs](https://www.typescriptlang.org/docs/handbook/intro.html)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdagerikhl%2Ftypescript-thursday","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdagerikhl%2Ftypescript-thursday","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdagerikhl%2Ftypescript-thursday/lists"}