Analysis updated 2026-07-03
Study for a front-end developer interview using structured Korean notes covering browser internals, JavaScript, and web security.
Review how the JavaScript event loop works, what closures are, and how prototypes chain, all explained in Korean.
Brush up on networking topics like HTTP, HTTPS, REST, and cookies before a technical interview.
Understand browser security topics like the same-origin policy and common attack types from a single curated source.
| baeharam/must-know-about-frontend | belval/textrecognitiondatagenerator | communitytoolkit/dotnet | |
|---|---|---|---|
| Stars | 3,671 | 3,671 | 3,671 |
| Language | — | Python | C# |
| Setup difficulty | easy | easy | easy |
| Complexity | 1/5 | 2/5 | 2/5 |
| Audience | developer | data | developer |
Figures from each repo's GitHub metadata at analysis time.
This repository is a Korean-language study guide covering the front-end knowledge that someone preparing for a developer job interview should know. The author compiled it from real interview questions and research, aiming for a middle level of depth: not too shallow, not too deep into computer science theory. It focuses strictly on front-end web topics rather than general software engineering. The content is organized into six sections. The first covers general front-end concepts such as how browsers render pages, how JavaScript engines execute code, what bundlers and transpilers do, and the difference between client-side and server-side rendering. The HTML section explains things like the DOCTYPE declaration, browser compatibility modes, data attributes, and the differences between cookies, local storage, and session storage. The CSS section covers the box model, floating layouts, margin collapsing, stacking order, and centering techniques. The JavaScript section is the largest, covering scoping, closures, hoisting, prototypes, the event loop, strict mode, the behavior of the "this" keyword, and the features introduced in each version of the language from ES6 through ES2020. There are also sections on networking concepts such as HTTP, HTTPS, REST APIs, cookies and sessions, and what happens step by step when you type a URL into a browser. The final section covers browser security topics including the same-origin policy and common attack types. All notes link to individual markdown files within the repository for each topic. The project is written entirely in Korean and is aimed at Korean-speaking developers preparing for front-end engineering interviews.
A Korean-language study guide covering the front-end knowledge you need for a developer job interview, browser internals, HTML, CSS, JavaScript from ES6 to ES2020, networking, and web security all in one place.
License not mentioned in the explanation.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.