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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 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·11 vues

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.

Historique des stars

Graphique de l'historique des stars pour baeharam/must-know-about-frontendGraphique de l'historique des stars pour baeharam/must-know-about-frontend

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Questions fréquentes

Que fait baeharam/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.

Quelles sont les fonctionnalités principales de baeharam/must-know-about-frontend ?

Les fonctionnalités principales de baeharam/must-know-about-frontend sont : 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.

Quelles sont les alternatives open-source à baeharam/must-know-about-frontend ?

Les alternatives open-source à baeharam/must-know-about-frontend incluent : 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…

Alternatives open source à Must Know About Frontend

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Must Know About Frontend.
  • chalarangelo/30-seconds-of-interviewsAvatar de Chalarangelo

    Chalarangelo/30-seconds-of-interviews

    12,143Voir sur 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
    Voir sur GitHub↗12,143
  • mdn/contentAvatar de mdn

    mdn/content

    10,823Voir sur 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
    Voir sur GitHub↗10,823
  • esoolgnah/frontend-interview-questionsAvatar de Esoolgnah

    Esoolgnah/Frontend-Interview-Questions

    1,424Voir sur 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
    Voir sur GitHub↗1,424
  • azat-io/you-dont-know-js-ruAvatar de azat-io

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

    8,744Voir sur 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
    Voir sur GitHub↗8,744
Voir les 30 alternatives à Must Know About Frontend→