explaingit

baeharam/must-know-about-frontend

Analysis updated 2026-07-03

3,671Audience · developerComplexity · 1/5Setup · easy

TLDR

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.

Mindmap

mindmap
  root((repo))
    What It Is
      Korean study guide
      Interview prep
    Topics
      Browser internals
      HTML and CSS
      JavaScript depth
    JS Concepts
      Closures and scope
      Event loop
      ES6 to ES2020
    Other Sections
      Networking and HTTP
      Web security
Click or tap to explore — scroll the page freely

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Study for a front-end developer interview using structured Korean notes covering browser internals, JavaScript, and web security.

USE CASE 2

Review how the JavaScript event loop works, what closures are, and how prototypes chain, all explained in Korean.

USE CASE 3

Brush up on networking topics like HTTP, HTTPS, REST, and cookies before a technical interview.

USE CASE 4

Understand browser security topics like the same-origin policy and common attack types from a single curated source.

What is it built with?

JavaScriptHTMLCSS

How does it compare?

baeharam/must-know-about-frontendbelval/textrecognitiondatageneratorcommunitytoolkit/dotnet
Stars3,6713,6713,671
LanguagePythonC#
Setup difficultyeasyeasyeasy
Complexity1/52/52/5
Audiencedeveloperdatadeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · easy Time to first run · 5min
License not mentioned in the explanation.

In plain English

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.

Copy-paste prompts

Prompt 1
Based on the must-know-about-frontend guide, explain how the JavaScript event loop works and how it handles asynchronous code, in simple terms.
Prompt 2
I am preparing for a front-end developer interview. Help me understand what happens step by step when I type a URL into a browser, as covered in must-know-about-frontend.
Prompt 3
Using the must-know-about-frontend guide as a reference, explain the difference between cookies, local storage, and session storage.
Prompt 4
Help me review the CSS box model and stacking context concepts from the must-know-about-frontend guide with simple examples.

Frequently asked questions

What is must-know-about-frontend?

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.

What license does must-know-about-frontend use?

License not mentioned in the explanation.

How hard is must-know-about-frontend to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is must-know-about-frontend for?

Mainly developer.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Scan in gitsafehub Deploy in gitdeployhub baeharam on gitmyhub

Verify against the repo before relying on details.