{"id":17886684,"url":"https://github.com/twobiers/webtech-workshop-js-async","last_synced_at":"2025-07-15T04:11:22.980Z","repository":{"id":103458751,"uuid":"478181554","full_name":"twobiers/webtech-workshop-js-async","owner":"twobiers","description":null,"archived":false,"fork":false,"pushed_at":"2022-04-26T10:04:14.000Z","size":4224,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-08T16:35:22.965Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/twobiers.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.AGPL-3.0-or-later","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-04-05T15:06:26.000Z","updated_at":"2023-05-28T16:04:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"dbcb3748-86ab-4950-a9e9-ecbce17e6c71","html_url":"https://github.com/twobiers/webtech-workshop-js-async","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/twobiers%2Fwebtech-workshop-js-async","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twobiers%2Fwebtech-workshop-js-async/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twobiers%2Fwebtech-workshop-js-async/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twobiers%2Fwebtech-workshop-js-async/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/twobiers","download_url":"https://codeload.github.com/twobiers/webtech-workshop-js-async/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246923444,"owners_count":20855579,"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-10-28T13:08:53.123Z","updated_at":"2025-04-03T02:24:34.434Z","avatar_url":"https://github.com/twobiers.png","language":"JavaScript","readme":"# Workshop Concurrency in JavaScript\n\nMaterial and Resources for the \"Concurrency in JavaScript\" Workshop. \n\n## Directory Structure\n```\nworkshop-js-async/     \u003c-- Project Root\n├── exercises/         \u003c-- Exercises for the Workshop\n│   ├── 1-callbacks/   \u003c-- Part 1 (Callbacks)\n│   ├── 2-promise/     \u003c-- Part 2 (Promises)\n│   └── 3-async/       \u003c-- Part 3 (Async / Await)\n├── misc/              \u003c-- Other documents and Material\n│   ├── snippets/      \u003c-- Code Snippets\n├── slides/            \u003c-- Slides\n```\n\n## Setup\n\nIn order to participate in the exercises the follwing steps must be done.\n\nThere are two ways to participate, either using a [Visual Studio Code Dev Container](https://code.visualstudio.com/docs/remote/containers) or using a standalone [Node.JS Installation](https://nodejs.org/en/).\n\nNo matter which way you prefer, you will need to clone the Repository using:\n\n```sh\ngit clone git@github.com:twobiers/webtech-workshop-js-async.git\n```\n\n### Dev Container\n\n**Prerequisites**\n- [Docker](https://www.docker.com/)\n- [Visual Studio Code](https://code.visualstudio.com/)\n- [Remote Development VSCode Extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.vscode-remote-extensionpack)\n- [Remote Containers VSCode Extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers)\n\n\nOpen the VSCode and start the Devcontainer by launching the Command Palette (`Ctrl+Shift+P`), selecting `Remote Containers: Open Folder in Container...` and navigating to the cloned repository.\nOpen the VSCode terminal and run `npm install` in the project directory.\n\n### Standalone Installation\n\n**Prerequisites**\n- [Node.JS](https://nodejs.org/en/) (Should work with 14.x and 16.x) - 16.13.1 tested\n\n**Recommendations**\n- [Visual Studio Code](https://code.visualstudio.com/)\n- [Code Runner VSCode Extension](https://marketplace.visualstudio.com/items?itemName=formulahendry.code-runner)\n\n\nRun `npm install` in the project directory and you're ready to go.\n\n## Executing an exercise file\n\nWhen you have a solution for an exercise written in the file and want to test it, you can execute the file. If you are using VSCode with the [Code Runner Extension](https://marketplace.visualstudio.com/items?itemName=formulahendry.code-runner) this can be simply achieved by presing `Ctrl+Alt+N`. \n\nOtherwise you can use the node executable with the exercise file path as an argument, for example:\n```js\nnode './exercises/1-callbacks/1a-guess_the_order.js'\n```\n\n# License\n\nTwo licenses apply:\n\n* [AGPL-3.0 or later](./LICENSE.AGPL-3.0-or-later) applies to\n    * Code which is part of the content if no other license is specified within the same asset\n* [CC-BY-NC-4.0](./LICENSE.CC-BY-NC-4.0) applies to any non-code content if not specified otherwise.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftwobiers%2Fwebtech-workshop-js-async","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftwobiers%2Fwebtech-workshop-js-async","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftwobiers%2Fwebtech-workshop-js-async/lists"}