{"id":24641509,"url":"https://github.com/ayonious/interview-cheatsheet","last_synced_at":"2026-05-15T22:02:52.276Z","repository":{"id":42483867,"uuid":"268134160","full_name":"ayonious/interview-cheatsheet","owner":"ayonious","description":"👔  Common questions for tech interviews","archived":false,"fork":false,"pushed_at":"2024-07-22T14:59:50.000Z","size":3247,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-25T12:13:45.848Z","etag":null,"topics":["interview","interview-prep","interview-preparation","tech"],"latest_commit_sha":null,"homepage":"https://interview-cheatsheet.netlify.app","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/ayonious.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}},"created_at":"2020-05-30T18:06:20.000Z","updated_at":"2024-07-22T14:59:54.000Z","dependencies_parsed_at":"2023-12-26T00:25:10.648Z","dependency_job_id":"777b8d97-5d57-4000-945a-b0db5ce74a00","html_url":"https://github.com/ayonious/interview-cheatsheet","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/ayonious%2Finterview-cheatsheet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayonious%2Finterview-cheatsheet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayonious%2Finterview-cheatsheet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayonious%2Finterview-cheatsheet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ayonious","download_url":"https://codeload.github.com/ayonious/interview-cheatsheet/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244609448,"owners_count":20480782,"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":["interview","interview-prep","interview-preparation","tech"],"created_at":"2025-01-25T12:13:48.651Z","updated_at":"2025-10-15T04:45:01.819Z","avatar_url":"https://github.com/ayonious.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Interview Cheatsheet\n\n[![Cypress E2E Tests](https://github.com/ayonious/interview-cheatsheet/actions/workflows/cypress-tests.yml/badge.svg)](https://github.com/ayonious/interview-cheatsheet/actions/workflows/cypress-tests.yml)\n[![Netlify Status](https://api.netlify.com/api/v1/badges/YOUR_NETLIFY_SITE_ID/deploy-status)](https://app.netlify.com/sites/YOUR_NETLIFY_SITE_NAME/deploys)\n\n\u003e My interview Preparation Guide. Having Interview preparation guide is against my will but still better prepare and be confident than not preparing at all\n\n## 🤷 But Why Another Guide?\n\nPicture this: you've just crushed all the technical questions 💪, and then a business manager casually asks:\n\n\u003e \"So, what do you do to learn new technologies? Reading books? Following HackerNews...?\"\n\nSuddenly, your mind goes blank 🧠💭. You just had lunch, you're in a semi-food-coma state, and now you need to prove how amazing you are. Is it easy? Not at all! 😅\n\nYou scramble and mention:\n- 💬 Tech meeting discussions\n- 🎓 Attending workshops\n- 🤖 Using AI\n- 📚 \"Books? Nah, tech changes too fast...\"\n\n**Wait, rewind!** ⏪ Look at that answer again. Where did you mention:\n- 🌟 Your open-source contributions?\n- 📖 Those Coursera/Udemy courses you completed?\n- 📕 Reading \"Art of Computer Programming\"?\n\nYour hasty response just raised a **BIG RED FLAG** 🚩. One weak answer can overshadow ten great ones. So why not always be ready? 🎯\n\n---\n\n### 💡 A Word of Wisdom\n\nI once read a beautiful book about finding love, and the author said something profound:\n\n\u003e *\"Why leave your love to the hands of luck? Are you sure today's decision is your final decision? Are you sure that person you dated is a big red flag? Are you sure you want to leave this matter on the hands of just a feeling? What about your current live situation? Lots of stress in family/Job, are you sure those are not influencing your mood today in this matter?\"*\n\nJob interviews are just like this 💼💕. You'll meet ~5 people, and there's a decent chance at least one won't click with you—and their opinion might carry weight.\n\nSince companies have turned hiring into something **UNPREDICTABLE** 🎲🎪 (why I think  this thats another topic) why risk walking into that room unprepared?\n\n**Let's stack the odds in your favor!** 🚀✨\n\n## 🔍 Topics\n\n1. JS\n2. Fullstack\n3. Backend\n4. Frontend\n\n# 🎁 See Deployed\n\nhttps://interview-cheatsheet.netlify.app\n\n## 🧪 Testing \u0026 Quality Assurance\n\nThis project includes comprehensive testing and quality assurance measures:\n\n- **🔧 Build Verification**: Automated build checks on every PR\n- **🎯 E2E Testing**: Cypress tests covering critical user journeys\n- **📱 Responsive Testing**: Cross-device compatibility validation\n- **♿ Accessibility**: Basic accessibility compliance checks\n- **🔗 Link Validation**: Internal and external link verification\n\n### Running Tests Locally\n\n```bash\n# Install dependencies\nyarn install\n\n# Run build verification\nyarn build\n\n# Run Cypress tests (interactive)\nyarn test:e2e:dev\n\n# Run Cypress tests (headless)\nyarn test:e2e\n```\n\n## 🚀 Tech Stack\n\n- **Framework**: [Docusaurus 3.8.1](https://docusaurus.io/)\n- **Language**: [TypeScript 5.8.3](https://www.typescriptlang.org/)\n- **Runtime**: [Node.js 22](https://nodejs.org/)\n- **Testing**: [Cypress 14.5.2](https://www.cypress.io/)\n- **CI/CD**: [GitHub Actions](https://github.com/features/actions)\n- **Deployment**: [Netlify](https://www.netlify.com/)\n# docker-practice\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayonious%2Finterview-cheatsheet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fayonious%2Finterview-cheatsheet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayonious%2Finterview-cheatsheet/lists"}