8 个仓库
Guides and tools for mastering modern JavaScript development.
Explore 8 awesome GitHub repositories matching part of an awesome list · JavaScript Development. Refine with filters or upvote what's useful.
本项目是一套全面的教育系列,旨在提供对 JavaScript 编程语言的深入技术理解。它作为一套多卷课程,引导开发者掌握定义该语言底层运行机制的核心原理、执行模型和规范。 该课程的独特之处在于专注于语言的内部架构,而非表层的语法。它对词法作用域、基于闭包的状态封装、基于原型的继承以及事件循环机制等复杂主题进行了严谨的分析。通过探索引擎如何管理执行上下文和变量环境,该系列使开发者能够更具预见性地驾驭动态类型系统和隐式强制转换的细微差别。 课程内容涵盖了语言基础的全谱系,包括面向对象模式、异步执行流以及管理数据转换的语法规则。这些资源旨在帮助从业者从基础用法过渡到精通语言内部原理,最终支持开发出更易于维护且高效的软件。内容以一系列技术手册和概念指南的形式提供,适合系统性学习。
Comprehensive guide to understanding core JavaScript mechanics.
This project is a collection of engineering guidelines and best practices for writing readable and maintainable JavaScript source code. It serves as a clean code guide and refactoring manual to help developers improve the structure of their codebases. The repository provides a reference for applying SOLID principles to reduce coupling and enable extensions without modifying existing logic. It includes a naming convention standard for using explicit, searchable identifiers and a guide for asynchronous patterns to replace nested callbacks with clearer execution flows. The guidelines cover soft
Best practices for writing maintainable and readable JavaScript code.
This project is a structured educational resource designed to guide developers through the mastery of the JavaScript programming language. It utilizes a progressive curriculum that organizes technical concepts into a daily learning path, allowing students to build foundational knowledge before advancing to complex application development. The resource distinguishes itself through a hands-on training model that combines detailed explanations with practical code challenges. By focusing on an interactive learning experience, it reinforces core language principles—such as data types, functional p
Structured daily challenges to learn JavaScript programming.
This project is a curated reference guide and cheatsheet for modern JavaScript development. It provides a collection of syntax and patterns covering ECMAScript standards, specifically focusing on contemporary language features from ES6 and later. The resource offers specialized guides on asynchronous JavaScript, functional programming patterns, and object-oriented design. It details the use of promises and async/await syntax for non-blocking operations, as well as the application of map, filter, and reduce for data transformation. The guide covers a broad range of language fundamentals, incl
Concise reference for modern JavaScript syntax and features.
This project is a JavaScript ES6 reference guide and syntax cheatsheet. It serves as an ECMAScript language guide providing technical examples and a curated list of tips for implementing modern JavaScript patterns. The guide covers a wide range of language features, including the use of classes for object blueprints, module systems for code organization, and arrow functions to preserve execution context. It provides instructions on utilizing block-scoped variables, template literals for string interpolation, and destructuring for nested data extraction. The reference also addresses asynchron
Serves as a comprehensive guide and cheatsheet for mastering modern JavaScript development using ES6 standards.
jstips is a curated library of practical JavaScript patterns and concise coding shortcuts. It serves as a reference manual and programming guide for implementing best practices and optimized syntax patterns to write cleaner, more professional code. The project organizes technical knowledge through a collection of isolated, runnable code demonstrations and modular tip classifications. This example-driven approach allows for the discovery of modern language features and specific coding shortcuts without long-form prose. The repository covers areas of code optimization, performance tuning, and
Offers a collection of modern JavaScript techniques and coding patterns to improve script maintainability.
This project is a comprehensive knowledge base and study resource designed for mastering technical interviews. It provides structured guides, roadmaps, and curricula focused on data structures, algorithms, system design, and frontend engineering to help candidates prepare for software engineering screenings. The repository distinguishes itself by offering a holistic approach to professional advancement. Beyond technical drills, it includes a career development handbook covering resume optimization, salary benchmarking, and strategic negotiation coaching. It also provides detailed methodologie
Includes exercises for building custom promises and state management classes to master JavaScript internals.
This project is a collection of simplified explanations and code implementations for common software design patterns using JavaScript. It serves as a guide for implementing creational, structural, and behavioral design patterns to solve software architecture problems. The resource categorizes patterns into three primary groups. Creational patterns focus on flexible object instantiation and resource management. Structural patterns organize object relationships and interfaces to form efficient structures. Behavioral patterns manage communication and interaction between objects. The material co
Practical guide to common design patterns in JavaScript.