awesome-repositories.com
Blog
awesome-repositories.com

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

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
J

joye61/typescript-tutorial

0
View on GitHub↗
0 stars·0 forks·1 view

Typescript Tutorial

Features

  • TypeScript Resources - Fast-paced TypeScript crash course.

Star history

Star history chart for joye61/typescript-tutorialStar history chart for joye61/typescript-tutorial

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

Open-source alternatives to Typescript Tutorial

Similar open-source projects, ranked by how many features they share with Typescript Tutorial.
  • jkchao/typescript-book-chinesejkchao avatar

    jkchao/typescript-book-chinese

    6,644View on GitHub↗

    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
    View on GitHub↗6,644
  • labs42io/clean-code-typescriptlabs42io avatar

    labs42io/clean-code-typescript

    9,764View on GitHub↗

    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
    View on GitHub↗9,764
  • microsoft/typescriptmicrosoft avatar

    microsoft/TypeScript

    109,271View on GitHub↗

    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
    View on GitHub↗109,271
  • xcatliu/typescript-tutorialxcatliu avatar

    xcatliu/typescript-tutorial

    10,725View on GitHub↗

    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
    View on GitHub↗10,725
See all 5 alternatives to Typescript Tutorial→

Frequently asked questions

What are the main features of joye61/typescript-tutorial?

The main features of joye61/typescript-tutorial are: TypeScript Resources.

What are some open-source alternatives to joye61/typescript-tutorial?

Open-source alternatives to joye61/typescript-tutorial include: 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…