{"id":14530940,"url":"https://github.com/rusinikita/trainer","last_synced_at":"2025-12-24T14:05:20.163Z","repository":{"id":190624508,"uuid":"683025770","full_name":"rusinikita/trainer","owner":"rusinikita","description":"GoLang interview prep questions. Terminal app with Go challenges and learning links","archived":false,"fork":false,"pushed_at":"2025-01-20T09:04:52.000Z","size":1170,"stargazers_count":293,"open_issues_count":8,"forks_count":10,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-09-02T03:42:42.926Z","etag":null,"topics":["bubbletea","go","golang","interview","interview-prep","interview-preparation","interview-questions","quiz","terminal-app","terminal-ui","tui"],"latest_commit_sha":null,"homepage":"","language":"Go","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/rusinikita.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-08-25T12:23:01.000Z","updated_at":"2025-08-23T13:55:59.000Z","dependencies_parsed_at":"2023-08-25T16:43:43.701Z","dependency_job_id":"6aa5a737-541c-48e8-a156-43ba3517bdb9","html_url":"https://github.com/rusinikita/trainer","commit_stats":null,"previous_names":["rusinikita/trainer"],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/rusinikita/trainer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rusinikita%2Ftrainer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rusinikita%2Ftrainer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rusinikita%2Ftrainer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rusinikita%2Ftrainer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rusinikita","download_url":"https://codeload.github.com/rusinikita/trainer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rusinikita%2Ftrainer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28003723,"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-12-24T02:00:07.193Z","response_time":83,"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":["bubbletea","go","golang","interview","interview-prep","interview-preparation","interview-questions","quiz","terminal-app","terminal-ui","tui"],"created_at":"2024-09-05T00:01:10.919Z","updated_at":"2025-12-24T14:05:20.143Z","avatar_url":"https://github.com/rusinikita.png","language":"Go","funding_links":[],"categories":["Applications","Go itself"],"sub_categories":["Development Tools"],"readme":"Golang interview questions, learning materials and beautiful quiz terminal app.\n\n* [Why](#why)\n* [Features](#features)\n  * [Real interview challenges](#8-real-interview-challenges)\n  * [Complex questions](#complex-questions)\n  * [Learning hints](#learning-hints)\n  * [Other](#and-other)\n* [Contribution](#support-a-project-community)\n* [Installation](#installation-and-usage)\n* [Thanks](#thanks)\n\n## Why\n\nI am a mentor. I looked for a way to automate basic help, so I decided to create a single app with interview questions and learning instructions.\n\nUse it to:\n- Prepare to GoLang tech interview section\n- Study concurrency\n- Examine and teach other developers\n- Have fun\n\nIt will help to improve results if you don't have enough experience in concurrency and interviews.\n\nIt complements well with:\n- ChatGPT/WizzardLM prompts [for CV editing to XYZ format](https://github.com/f/awesome-chatgpt-prompts#act-as-a-recruiter), [position brainstorming](https://github.com/f/awesome-chatgpt-prompts#act-as-a-talent-coach),\nand [interviewer simulation](https://github.com/f/awesome-chatgpt-prompts#act-as-position-interviewer)\n- [Interview warmup AI](https://grow.google/certificates/interview-warmup/)\n\n## Features\n\n### Real interview challenges\n\nTutorial and 10+ reworked challenges from my experience as an interviewer and candidate.\n\n![](images/list.png)\n\n### Complex questions\n\nIt isn't about \"program output\". Many answers are bounded to code lines.\n\n![](images/play.png)\n\n- No code highlight (yes, it's a feature)\n- Guess program output\n- Find problems in code\n- Offer a fix\n\n### Learning tips\n\nFix knowledge gaps fast. Jump to question topic in [Tour of Go](https://go.dev/tour), [gobyexample.com](https://gobyexample.com/) and [\"Learn go with tests\"](https://quii.gitbook.io/learn-go-with-tests/).\n\n![](images/learn.png)\n\n### And other\n\n- Challenge code copies to clipboard automatically. You don't have to manually select and copy text.\n- Adaptive UI. Interface changes with terminal window size.\n\n## Support a project community\n\nAny contribution is welcome in issues:\n- Provide feedback. Report something you don't like in the issues.\n- Share a real interview question.\n- Share an idea for a new challenge or challenge update.\n- Discuss an issue.\n- Offer a contribution, and I will guide you through the PR creation process.\n\n## Installation and usage\n\nYou should have Go installed\n\n### 1. Install or update\n\n```\ngo install github.com/rusinikita/trainer@latest\n```\n\n### 2. Run\n\n```\ntrainer\n```\n\n### 3. Tutorial\n\nPlease, select tutorial as first challenge\n\n## Thanks\n\nSome questions are inspired by [this quiz](https://github.com/smallnest/go-concurrent-quiz)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frusinikita%2Ftrainer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frusinikita%2Ftrainer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frusinikita%2Ftrainer/lists"}