TypeScript topic

TypeScript is an open source programming language developed by Microsoft and first released in 2012. It is designed to add type safety to JavaScript while conforming as closely as possible to the syntax and semantics of the ECMAScript standard.

It is a syntactical superset of the JavaScript programming language; all valid JavaScript source code is also valid TypeScript source code, but not vice-versa. TypeScript compiles (or transpiles) to JavaScript, meaning that it can be utilized to target any JavaScript environment. It can be used to develop JavaScript for both client-side and server-side applications.

List TypeScript repositories

logto

6.7k
Stars
310
Forks
26
Watchers

🧑‍🚀 Every app needs authentication and authorization. Logto is an Auth0 alternative designed for modern apps and SaaS products.

domain-driven-hexagon

10.8k
Stars
1.1k
Forks
180
Watchers

Learn Domain-Driven Design, software architecture, design patterns, best practices. Code examples included

pipedream

7.7k
Stars
5.3k
Forks
165
Watchers

Connect APIs, remarkably fast. Free for developers.

type-challenges

38.1k
Stars
4.1k
Forks
135
Watchers

Collection of TypeScript type challenges with online judge

backend-best-practices

1.2k
Stars
122
Forks
Watchers

Best practices, tools and guidelines for backend development. Code examples in TypeScript + NodeJS

full-stack-application-example

72
Stars
18
Forks
Watchers

An example of a simple full-stack application. Using NodeJS + NestJS, React + SASS, MongoDB, NX monorepo, etc.

deno

92.3k
Stars
5.2k
Forks
1.4k
Watchers

A modern runtime for JavaScript and TypeScript.

deno_docker

835
Stars
100
Forks
Watchers

Latest dockerfiles and images for Deno - alpine, centos, debian, ubuntu