{"id":31162098,"url":"https://github.com/zephraph/interview-practice","last_synced_at":"2025-09-19T04:51:47.663Z","repository":{"id":305732788,"uuid":"1023769989","full_name":"zephraph/interview-practice","owner":"zephraph","description":null,"archived":false,"fork":false,"pushed_at":"2025-07-21T17:20:01.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-21T19:31:46.578Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/zephraph.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,"zenodo":null}},"created_at":"2025-07-21T17:03:12.000Z","updated_at":"2025-07-21T17:20:05.000Z","dependencies_parsed_at":"2025-07-21T19:41:53.094Z","dependency_job_id":null,"html_url":"https://github.com/zephraph/interview-practice","commit_stats":null,"previous_names":["zephraph/interview-practice"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/zephraph/interview-practice","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zephraph%2Finterview-practice","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zephraph%2Finterview-practice/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zephraph%2Finterview-practice/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zephraph%2Finterview-practice/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zephraph","download_url":"https://codeload.github.com/zephraph/interview-practice/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zephraph%2Finterview-practice/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275883280,"owners_count":25545490,"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","status":"online","status_checked_at":"2025-09-19T02:00:09.700Z","response_time":108,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-09-19T04:51:42.252Z","updated_at":"2025-09-19T04:51:47.645Z","avatar_url":"https://github.com/zephraph.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Interview Practice\n\nThis project is set up for technical interview practice using Deno 2.4.2.\n\n## Getting Started\n\nThis project uses [mise](https://mise.jdx.dev/) as the preferred way to interact with the repository. Mise will handle setting up the correct Deno version and environment.\n\n### Prerequisites\n\nInstall mise if you haven't already:\n```bash\ncurl https://mise.run | sh\n```\n\n### Setup\n\n1. Clone the repository\n2. Navigate to the project directory\n3. Run `mise install` to install the correct Deno version\n4. You're ready to go!\n\n## Project Structure\n\n- `problems/` - Directory containing all interview problems\n- `solutions/` - Generated solutions from problem implementations\n- `scripts/` - Utility scripts for analyzing and extracting solutions\n\nEach problem file contains:\n- An empty function wrapper representing the problem to implement (prefixed with `problem_`)\n- A series of `Deno.test` tests that verify the solution\n- Everything in a single file per problem\n\n## Usage\n\n### Running Tests\n\nTo run tests for a specific problem:\n```bash\nmise exec -- deno test problems/problem-name.ts\n```\n\nTo run all tests:\n```bash\nmise exec -- deno test problems/\n```\n\n### Alternative (without mise)\n\nIf you prefer not to use mise, ensure you have Deno 2.4.2+ installed:\n\n```bash\ndeno test problems/problem-name.ts  # Specific problem\ndeno test problems/                 # All problems\n```\n\n## Adding New Problems\n\n1. Create a new file in the `problems/` directory\n2. Add an empty function wrapper for the problem\n3. Write comprehensive tests using `Deno.test`\n4. Keep everything in a single file\n\n## Requirements\n\n- Deno 2.4.2 or later (automatically managed by mise)\n- Only use dependencies from JSR or NPM (no HTTP package imports)\n- Follow latest Deno best practices","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzephraph%2Finterview-practice","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzephraph%2Finterview-practice","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzephraph%2Finterview-practice/lists"}