{"id":23261575,"url":"https://github.com/kplattret/exercism","last_synced_at":"2026-04-04T22:34:30.683Z","repository":{"id":75662054,"uuid":"249482540","full_name":"kplattret/exercism","owner":"kplattret","description":"🤓 Code challenges I've solved.","archived":false,"fork":false,"pushed_at":"2023-07-28T19:09:24.000Z","size":87,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-03T19:34:21.997Z","etag":null,"topics":["code-challenges","elixir","learning","rust","typescript"],"latest_commit_sha":null,"homepage":"https://exercism.org/profiles/kplattret","language":"Elixir","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/kplattret.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-03-23T16:21:02.000Z","updated_at":"2023-07-16T14:55:59.000Z","dependencies_parsed_at":"2024-12-19T13:33:45.516Z","dependency_job_id":"a4afc51e-592b-445d-82a5-200d6606f6e8","html_url":"https://github.com/kplattret/exercism","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kplattret/exercism","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kplattret%2Fexercism","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kplattret%2Fexercism/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kplattret%2Fexercism/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kplattret%2Fexercism/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kplattret","download_url":"https://codeload.github.com/kplattret/exercism/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kplattret%2Fexercism/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31416791,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T20:09:54.854Z","status":"ssl_error","status_checked_at":"2026-04-04T20:09:44.350Z","response_time":60,"last_error":"SSL_read: 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":["code-challenges","elixir","learning","rust","typescript"],"created_at":"2024-12-19T13:33:38.061Z","updated_at":"2026-04-04T22:34:30.660Z","avatar_url":"https://github.com/kplattret.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Exercism\n\nMy personal solutions to code challenges on [exercism.org](https://exercism.org/profiles/kplattret).\n\n## First steps\n\nInstall and configure the [Exercism CLI](https://exercism.org/docs/using/solving-exercises/working-locally).\n\n## Elixir\n\nIn the `./elixir` folder, download a challenge, for instance:\n\n```sh\n$ cd elixir\n$ exercism download --exercise=hello-world --track=elixir\n```\n\nIn the root folder of a challenge, run the tests to drive the development:\n\n```sh\n$ cd hello-world\n$ mix test\n```\n\nSubmit the working solution to Exercism:\n\n```sh\n$ exercism submit\n```\n\n## TypeScript\n\nIn the `./typescript` folder, download a challenge, for instance:\n\n```sh\n$ cd typescript\n$ exercism download --exercise=hello-world --track=typescript\n```\n\nIn the root folder of a challenge, install the dependencies:\n\n```sh\n$ cd hello-world\n$ yarn install\n\n# Install @babel/core if there is a warning\n$ yarn add --dev @babel/core\n\n# Install with npm to solve @types/jest errors\n$ npm install\n\n# Make sure yarn enables node-modules linker\n$ yarn install\n```\n\nThen run the tests to drive the development:\n\n```sh\n$ yarn test\n```\n\nSubmit the working solution to Exercism:\n\n```sh\n$ exercism submit\n```\n\n_Note: if running/testing an existing challenge on a fresh copy of this repository, you will need to\noverwrite it first using the `--force` flag in the corresponding `exercism download` command._\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkplattret%2Fexercism","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkplattret%2Fexercism","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkplattret%2Fexercism/lists"}