awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
baeharam avatar

baeharam/Must-Know-About-Frontend

0
View on GitHub↗
3,675 stars·579 forks·23 views

Must Know About Frontend

This project is a comprehensive frontend engineering study guide designed to cover the essential technical concepts of modern web development. It serves as a multi-disciplinary reference for mastering the browser execution engine, the JavaScript language, and the structural fundamentals of the web.

The collection provides deep dives into JavaScript language internals, including execution contexts, closures, prototypes, and the event loop. It further details web browser internals, focusing on the critical rendering path, DOM construction, and engine mechanics.

The guide also covers web security fundamentals like the Same Origin Policy, XSS, and CSRF, as well as detailed CSS layout and styling techniques including the box model, flexbox, and grid systems. Additionally, it provides an overview of frontend infrastructure, covering module bundling, transpilation, and automated CI/CD deployment pipelines.

Features

  • Frontend Engineering Curricula - Provides a comprehensive study guide covering browser internals, network protocols, and critical rendering paths for frontend engineering.
  • Frontend Engineering Studies - Acts as a comprehensive study guide for frontend engineering, covering browser rendering and engine mechanics.
  • Layout Techniques - Serves as a study guide for mastering the CSS box model and modern layout systems.
  • Web API and Browser Standards - Serves as a reference for leveraging native browser capabilities and Web APIs.
  • JavaScript Execution Contexts - Explains how JavaScript manages execution contexts and the call stack during code execution.
  • JavaScript Engine Internals - Offers detailed technical explanations of how JavaScript engines parse and execute code.
  • Language Internals Guides - Offers educational deep dives into JavaScript closures, prototypes, and the event loop.
  • JavaScript Language Instruction - Provides educational deep dives into the core specifications and behaviors of the JavaScript language.
  • JavaScript Language References - Details internal JavaScript mechanisms such as execution contexts, closures, and the event loop.
  • Web Browser Internals - Explains the internal architecture of web browsers, focusing on the critical rendering path.
  • JavaScript Engine Internals - Describes the internal pipeline of parsing source code into ASTs and applying JIT optimizations.
  • Lexical Scope Resolution - Details how the JavaScript engine resolves variables using lexical scope and the scope chain.
  • Web Security - Explains fundamental web security concepts used to protect applications from common browser-based attacks.
  • Web Application Security - Provides a deep dive into protecting web applications from XSS, CSRF, and Same Origin Policy violations.
  • Web Security Analysis - Analyzes common web vulnerabilities including XSS, CSRF, and the Same Origin Policy.
  • Lexical Scoping - Explains the language mechanism of lexical scoping to create persistent environments and closures.
  • Box Model Sizing - Explains the critical distinction between content-box and border-box sizing in the CSS box model.
  • Semantic Markup Standards - Provides guidance on using semantic HTML and proper document types for better structure and compatibility.
  • Grid Layout Systems - Provides a comprehensive guide to implementing structured page layouts using CSS Grid and Flexbox.
  • Critical Rendering Paths - Provides a deep dive into the critical rendering path, including DOM and CSSOM construction.
  • Browser Rendering Pipelines - Details the browser rendering pipeline and the creation of the render tree for layout and painting.
  • DOM Manipulation - Covers the manipulation of the document object model to programmatically change elements and text.
  • Box Model Tutorials - Teaches the CSS box model, including the interaction between content, padding, borders, and margins.
  • Script Loading Strategies - Details strategies for managing JavaScript execution and download timing using async and defer attributes.
  • CSS and Styling - Serves as a technical reference for CSS layout systems and browser style normalization.
  • Declarative Transition Animations - Guides the implementation of basic transitions and movements using declarative CSS and compositor threads.
  • Application Key-Value Stores - Explains the use of browser-based key-value storage for persisting application state on the client side.
  • Frontend Build Pipelines - Provides an overview of automated sequences for bundling, transpiling, and optimizing web assets.
  • Module Bundling - Describes the process of merging multiple source files into a single bundle to improve load speed.
  • Frontend Build Pipelines - Covers the fundamentals of frontend build pipelines, including module bundling and transpilation.
  • Network Protocol Tutorials - Explains the fundamental workings of HTTP/S, REST APIs, and the lifecycle of a URL request.
  • Hoisting Explanations - Provides educational explanations of how variable and function declarations are hoisted in JavaScript.
  • Hardware-Accelerated Animations - Provides detailed guidance on using GPU acceleration to achieve high-performance UI animations and smooth state changes.
  • V8 Bytecode Compilation - Covers the compilation of JavaScript into V8 bytecode and just-in-time optimizations.
  • Host and Native Objects - Explains the difference between language-defined native objects and environment-provided host objects.
  • Abstract Syntax Tree Parsing - Explains how JavaScript engines parse source code into abstract syntax trees for optimization.
  • DOM Event Propagation Control - Details how to manage event bubbling and capturing phases within the browser DOM.
  • Browser Style Resets - Details techniques for resetting default browser styles to create a blank slate for custom design.
  • Browser Style Normalizers - Covers the use of CSS normalization libraries to ensure consistent element rendering across browsers.
  • Display Mode Definitions - Analyzes the differences between CSS block, inline, and inline-block layout behaviors.
  • Element Centering - Explains various techniques for aligning UI components both horizontally and vertically using Flexbox, Grid, and absolute positioning.
  • Element Stacking - Teaches how to manage the visual stacking order of elements using the z-axis and positioning.
  • Legacy Float Layouts - Covers the use of CSS float properties and techniques to prevent parent container collapse.
  • Floating Layouts - Explains how to manage floating layouts and isolate text from floating elements using formatting boundaries.
  • Image Alignment Fixes - Provides specific CSS fixes to eliminate default baseline gaps that appear below images.
  • Margin Collapsing Behaviors - Describes how vertical margins collapse and provides methods to prevent this behavior.
  • Asynchronous Script Loading - Describes the use of async and defer strategies to prevent JavaScript from blocking the render path.
  • Formatting Contexts - Teaches how to create new formatting contexts to isolate elements and prevent vertical margin collapsing.
  • Element-Linked Data Stores - Covers the use of data attributes to attach custom, private data to DOM elements for script access.
  • Event Delegation - Explains the event delegation pattern using bubbling to manage multiple child elements with one listener.
  • Modern Web Syntax Transpilation - Covers the conversion of modern JavaScript syntax into versions compatible with older browsers.
  • Rendering Strategies - Provides a technical analysis of the trade-offs between different web page rendering strategies.

Star history

Star history chart for baeharam/must-know-about-frontendStar history chart for baeharam/must-know-about-frontend

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does baeharam/must-know-about-frontend do?

This project is a comprehensive frontend engineering study guide designed to cover the essential technical concepts of modern web development. It serves as a multi-disciplinary reference for mastering the browser execution engine, the JavaScript language, and the structural fundamentals of the web.

What are the main features of baeharam/must-know-about-frontend?

The main features of baeharam/must-know-about-frontend are: Frontend Engineering Curricula, Frontend Engineering Studies, Layout Techniques, Web API and Browser Standards, JavaScript Execution Contexts, JavaScript Engine Internals, Language Internals Guides, JavaScript Language Instruction.

Which projects share features with baeharam/must-know-about-frontend?

Projects with overlapping indexed features include: chalarangelo/30-seconds-of-interviews — This project is a technical interview study guide and a markdown-driven static site designed to help developers… mdn/content — MDN Web Docs is the official source for comprehensive documentation about HTML, CSS, JavaScript, HTTP, and Web APIs… esoolgnah/frontend-interview-questions — Frontend-Interview-Questions is an educational knowledge base and study guide designed for technical interview… azat-io/you-dont-know-js-ru — This project is a collection of translated educational resources and documentation focused on the internal mechanics… javascript-tutorial/en.javascript.info — This project is a comprehensive JavaScript programming tutorial and language reference. It serves as a web development… febobo/web-interview — This project is a frontend interview question bank and a comprehensive web development curriculum. It serves as a…

Projects sharing features with Must Know About Frontend

These projects share indexed features with Must Know About Frontend. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • chalarangelo/30-seconds-of-interviewsChalarangelo avatar

    Chalarangelo/30-seconds-of-interviews

    12,143View on GitHub↗

    This project is a technical interview study guide and a markdown-driven static site designed to help developers prepare for coding screenings. It serves as a curated collection of common technical questions and expert answers, functioning as a comprehensive educational resource. The platform provides a structured curriculum and reference materials across several key domains. This includes a JavaScript language reference covering programming fundamentals, a frontend engineering curriculum focused on UI patterns and responsive design, and a web security knowledge base detailing attack vectors a

    JavaScriptawesome-listcsseducation
    View on GitHub↗12,143
  • mdn/contentmdn avatar

    mdn/content

    10,823View on GitHub↗

    MDN Web Docs is the official source for comprehensive documentation about HTML, CSS, JavaScript, HTTP, and Web APIs for web developers. It serves as both a complete reference for web browser technologies and a structured learning platform that guides users from beginner to advanced levels through tutorials covering core web standards. The project distinguishes itself by providing a complete reference documentation for standard browser APIs alongside guidance for building accessible websites that work with assistive technologies. It offers documented security techniques and best practices for

    Markdowncssdocumentationhtml
    View on GitHub↗10,823
  • esoolgnah/frontend-interview-questionsEsoolgnah avatar

    Esoolgnah/Frontend-Interview-Questions

    1,424View on GitHub↗

    Frontend-Interview-Questions is an educational knowledge base and study guide designed for technical interview preparation, software engineering job roles, and core web development concept review. It provides structured resources covering frontend topics, language fundamentals, and browser mechanics. The repository explores fundamental concepts including JavaScript runtime behavior, asynchronous execution, lexical scoping, closures, hoisting, and variable declaration comparisons. It also examines architectural topics such as browser rendering pipelines, document object model manipulation, net

    cssfront-endhtml
    View on GitHub↗1,424
  • azat-io/you-dont-know-js-ruazat-io avatar

    azat-io/you-dont-know-js-ru

    8,744View on GitHub↗

    This project is a collection of translated educational resources and documentation focused on the internal mechanics of the JavaScript language. It provides detailed guides and tutorials covering core concepts such as scope, closures, and prototypes. The materials specifically address asynchronous programming patterns, including callbacks, promises, and generators. It also provides guidelines for performance optimization through benchmarking and tuning techniques to improve code execution speed and resource efficiency. The content is delivered via a static site generated from markdown files

    bookjavascripttranslation
    View on GitHub↗8,744
Compare all 30 related projects→