back to home

WooVictory / Ready-For-Tech-Interview

💻 신입 개발자로서 지식을 쌓기 위해 공부하는 공간 👨‍💻

4,922 stars
539 forks
5 issues

AI Architecture Analysis

This repository is indexed by RepoMind. By analyzing WooVictory/Ready-For-Tech-Interview in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.

Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.

Source files are only loaded when you start an analysis to optimize performance.

Embed this Badge

Showcase RepoMind's analysis directly in your repository's README.

[![Analyzed by RepoMind](https://img.shields.io/badge/Analyzed%20by-RepoMind-4F46E5?style=for-the-badge)](https://repomind.in/repo/WooVictory/Ready-For-Tech-Interview)
Preview:Analyzed by RepoMind

Repository Overview (README excerpt)

Crawler view

---- READY FOR TECH INTERVIEW 이 곳은 신입 혹은 주니어 개발자에게 필요한 지식을 정리하는 공간입니다. 지식의 확장을 넘어서 기술 면접을 준비함에 있어서 도움이 되기를 바랍니다. 개인적인 공간이 아니라 여러분들과 함께 채워나갈 수 있기에, issue와 Pull Request를 통해 이 레퍼지토리의 컨트리뷰터가 되어주세요. 내용이 마음에 들거나 유용하다면 Star를 한번씩 눌러주시면 감사하겠습니다. 🙏 ---- 👨‍👩‍👦‍👦 Contributer | | | | | | | | ------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------ | | huhsay | hzoou | woung717 | Bellroute | ksshlee | goodGid | | | | | | kommadot | jsh-me | devsungmin | • Interview Common • it 기술 면접 • Interview Questions • 코딩 면접 질문들 정리 Android • 안드로이드 면접 질문 시리즈 - 이승현님 브런치 • Android Interview 질문 정리 • Android 개념 질문 리스트 • 안드로이드 개발자 면접 질문리스트 • Interview 질문 • [[안드로이드]Jenkins(CI서버)에서 빌드시간을 90% 줄이는 4가지 방법](https://medium.com/prnd/%EC%95%88%EB%93%9C%EB%A1%9C%EC%9D%B4%EB%93%9C-jenkins-ci%EC%84%9C%EB%B2%84-%EC%97%90%EC%84%9C-%EB%B9%8C%EB%93%9C%EC%8B%9C%EA%B0%84%EC%9D%84-90-%EC%A4%84%EC%9D%B4%EB%8A%94-4%EA%B0%80%EC%A7%80-%EB%B0%A9%EB%B2%95-176ee9378f1f) • 4대 컴포넌트 • Activity Lifecycle • Android에서 Enum 사용 • Why use RecyclerView's setHasFixedSize? iOS • iOS Interview And Questions • Computer Science Algorithm • 선택 정렬(Selection Sort).md) • 거품 정렬(Bubble Sort).md) • 병합 정렬(Merge Sort).md) • 삽입 정렬(Insertion Sort).md) • 퀵 정렬(Quick Sort).md) • 힙 정렬(Heap Sort).md) • 투포인터 알고리즘 • 순열(Permutation) • BFS & DFS • 이분 탐색(Binary Search).md) • 최대공약수와 최소공배수 • lru cache Operating System • 운영체제란 • 컴퓨터 시스템의 동작 원리 • Process vs Thread • 동기화 문제 • Context Switching • 인터럽트(Interrupt).md) • 시스템 콜(System Call).md) • 교착 상태(Dead lock).md) • CPU 스케줄링 • 스케줄러의 종류 • 동기 vs 비동기 • 페이징 & 세그멘테이션 • 페이지 교체 알고리즘 • 단편화 • IPC(Inter Process Communication).md) • [메모리]() • [캐시의 지역성]() DataBase • 데이터베이스 기본 용어 • Key(키).md) • SQL Injection • SQL - Join • SQL vs NoSQL • 이상(Anomaly).md) • 인덱스(INDEX).md) • 트랜잭션 • [트랜잭션 격리수준]() Network • OSI 7 계층 • TCP • UDP • 3-Way handshake & 4-Way hadnshake • HTTP와 HTTPS 차이 • 공개키 암호, 대칭키 암호 • REST & RESTful • Get vs Post • 쿠키와 세션의 차이 • Naver를 치면 일어나는 과정 • 로드 밸런싱 • Stateful vs. Stateless 서비스와 HTTP 및 REST => 읽어보면 좋을만한 글 • HTTP동작과정과 HTTP Method, 상태코드 Data Structure • [[Data Structure] Array vs LinkedList](https://github.com/WooVictory/Ready-For-Tech-Interview/blob/master/Data%20Structure/%5BData%20Structure%5D%20Array%20vs%20LinkedList.md) • [[Data Structure] ArrayList vs LinkedList](https://github.com/WooVictory/Ready-For-Tech-Interview/blob/master/Data%20Structure/%5BData%20Sturcture%5D%20ArrayList%20vs%20LinkedList.md) • [[Data Structure] Stack과 Queue](https://github.com/WooVictory/Ready-For-Tech-Interview/blob/master/Data%20Structure/%5BData%20Structure%5D%20Stack%EA%B3%BC%20Queue.md) • [[Data Structure] Tree](https://github.com/WooVictory/Ready-For-Tech-Interview/blob/master/Data%20Structure/%5BData%20Structure%5D%20Tree.md) • [[Data Structure] Heap](https://github.com/WooVictory/Ready-For-Tech-Interview/blob/master/Data%20Structure/%5BData%20Structure%5D%20Heap.md) • [[Data Structure] B Tree & B+ Tree](https://github.com/WooVictory/Ready-For-Tech-Interview/blob/master/Data%20Structure/%5BData%20Structure%5D%20B%20Tree%20%26%20B%2B%20Tree.md) • [[Data Structure] Hash(해시)](https://github.com/WooVictory/Ready-For-Tech-Interview/blob/master/Data%20Structure/%5BData%20Structure%5D%20Hash(%ED%95%B4%EC%8B%9C).md) • [[Data Structure] 이진 탐색 트리](https://github.com/WooVictory/Ready-For-Tech-Interview/blob/master/Data%20Structure/%5BData%20Structure%5D%20%EC%9D%B4%EC%A7%84%20%ED%83%90%EC%83%89%20%ED%8A%B8%EB%A6%AC.md) • [[Data Structure] Trie(트라이) 자료구조](https://github.com/WooVictory/Ready-For-Tech-Interview/blob/master/Data%20Structure/Trie(%ED%8A%B8%EB%9D%BC%EC%9D%B4).md) • Language Java • [[Java] Call by value ve Call by Reference](https://github.com/WooVictory/Ready-For-Tech-Interview/blob/master/Java/%5BJava%5D%20Call%20by%20Value%20vs%20Call%20by%20Reference.md) • [[Java] String, StringBuilder, StringBuffer 차이](https://github.com/WooVictory/Ready-For-Tech-Interview/blob/master/Java/%5BJava%5D%20String%2CStringBuilder%2CStringBuffer%20%EC%B0%A8%EC%9D%B4.md) • [[Java] 객체지향 프로그래밍](https://github.com/WooVictory/Ready-For-Tech-Interview/blob/master/Java/%5BJava%5D%20%EA%B0%9D%EC%B2%B4%EC%A7%80%ED%96%A5%20%ED%94%84%EB%A1%9C%EA%B7%B8%EB%9E%98%EB%B0%8D%20%EA%B0%9C%EB%85%90.md) • [[Java] 접근 제어 지시자](https://github.com/WooVictory/Ready-For-Tech-Interview/blob/master/Java/%5BJava%5D%20%EC%A0%91%EA%B7%BC%20%EC%A0%9C%EC%96%B4%20%EC%A7%80%EC%8B%9C%EC%9E%90.md) • [[Java] ==와 equals() 차이](https://github.com/WooVictory/Ready-For-Tech-Interview/blob/master/Java/%5BJava%5D%20%3D%3D%EC%99%80%20equals()%20%EC%B0%A8%EC%9D%B4.md) • [[Java] Wrapper Class](https://github.com/WooVictory/Ready-For-Tech-Interview/blob/master/Java/%5BJava%5D%20Wrapper%20Class.md) • [[Java] 기본형과 참조형의 차이점](https://github.com/WooVictory/Ready-For-Tech-Interview/blob/master/Java/%5BJava%5D%20%EA%B8%B0%EB%B3%B8%ED%98%95%EA%B3%BC%20%EC%B0%B8%EC%A1%B0%ED%98%95%EC%9D%98%20%EC%B0%A8%EC%9D%B4%EC%A0%90.md) • [[Java] 오버라이딩과 오버로딩](https://github.com/WooVictory/Ready-For-Tech-Interview/blob/master/Java/%5BJava%5D%20%EC%98%A4%EB%B2%84%EB%9D%BC%EC%9D%B4%EB%94%A9%EA%B3%BC%20%EC%98%A4%EB%B2%84%EB%A1%9C%EB%94%A9.md) • [[Java] final 키워드](https://github.com/WooVictory/Ready-For-Tech-Interview/blob/master/Java/%5BJava%5D%20final%20%ED%82%A4%EC%9B%8C%EB%93%9C.md) • [[Java] non-static 멤버와 static 멤버 차…