awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
J

joye61/typescript-tutorial

0
View on GitHub↗
0 Stars·0 Forks·1 Aufruf

Typescript Tutorial

Features

  • TypeScript Resources - Fast-paced TypeScript crash course.

Star-Verlauf

Star-Verlauf für joye61/typescript-tutorialStar-Verlauf für joye61/typescript-tutorial

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Typescript Tutorial

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Typescript Tutorial.
  • jkchao/typescript-book-chineseAvatar von jkchao

    jkchao/typescript-book-chinese

    6,644Auf GitHub ansehen↗

    This is a Chinese translation of the TypeScript Deep Dive book, a comprehensive guide focused on mastering TypeScript’s static type system and advanced type features. The project translates the original English content into Chinese while preserving technical accuracy, covering the type system, generics, conditional types, and mapped types with practical examples. The translation is organized into logical chapters that progress from basics to advanced topics, with side-by-side code examples and Chinese explanations to illustrate type system concepts concretely. It also integrates TypeScript re

    TypeScriptbookreactredux
    Auf GitHub ansehen↗6,644
  • labs42io/clean-code-typescriptAvatar von labs42io

    labs42io/clean-code-typescript

    9,764Auf GitHub ansehen↗

    This project is a set of software engineering standards and architectural patterns for writing maintainable and refactorable TypeScript code. It provides a comprehensive guide for implementing clean code principles, focusing on the application of SOLID design and structural patterns to build decoupled systems. The framework prioritizes composition over inheritance and utilizes dependency inversion to reduce system coupling. It establishes standards for strict static typing and the use of read-only modifiers to ensure type safety and eliminate runtime errors. The guidance covers a broad range

    TypeScriptbest-practicesclean-architectureclean-code
    Auf GitHub ansehen↗9,764
  • microsoft/typescriptAvatar von microsoft

    microsoft/TypeScript

    109,271Auf GitHub ansehen↗

    TypeScript is a language that extends standard syntax by adding a static type system. It identifies potential runtime errors by analyzing the behaviors and capabilities of values during the compilation process. The language supports object-oriented structures, including classes with inheritance and member visibility control, as well as flexible function definitions that utilize generics, overloads, and parameter destructuring. The project provides a compiler that manages the build lifecycle through a command-line interface, offering configurable options for module resolution, code generation,

    TypeScriptjavascriptlanguagetypechecker
    Auf GitHub ansehen↗109,271
  • xcatliu/typescript-tutorialAvatar von xcatliu

    xcatliu/typescript-tutorial

    10,725Auf GitHub ansehen↗

    This is a comprehensive tutorial for learning TypeScript, designed for JavaScript programmers who want to understand the language's type system and modern features. The resource covers TypeScript's core identity, including its structural type compatibility, compile-time type erasure, declaration file merging, and the discriminated union pattern for precise type narrowing. The tutorial distinguishes itself by providing a progressive learning path from basic JavaScript concepts to advanced TypeScript patterns. It covers generic type parameter constraints, tuple types with fixed-length positions

    TypeScriptjavascripttutorialtypescript
    Auf GitHub ansehen↗10,725
Alle 5 Alternativen zu Typescript Tutorial anzeigen→

Häufig gestellte Fragen

Was sind die Hauptfunktionen von joye61/typescript-tutorial?

Die Hauptfunktionen von joye61/typescript-tutorial sind: TypeScript Resources.

Welche Open-Source-Alternativen gibt es zu joye61/typescript-tutorial?

Open-Source-Alternativen zu joye61/typescript-tutorial sind unter anderem: jkchao/typescript-book-chinese — This is a Chinese translation of the TypeScript Deep Dive book, a comprehensive guide focused on mastering… labs42io/clean-code-typescript — This project is a set of software engineering standards and architectural patterns for writing maintainable and… microsoft/typescript — TypeScript is a language that extends standard syntax by adding a static type system. It identifies potential runtime… xcatliu/typescript-tutorial — This is a comprehensive tutorial for learning TypeScript, designed for JavaScript programmers who want to understand… zhongsp/typescript — This project is a Chinese language translation of the official TypeScript handbook and technical guides. It serves as…