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

7.4k
Stars
362
Forks
26
Watchers

🧑‍🚀 The better identity infrastructure for developers and the open-source alternative to Auth0.

domain-driven-hexagon

11.5k
Stars
1.2k
Forks
180
Watchers

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

pipedream

8.4k
Stars
5.3k
Forks
165
Watchers

Connect APIs, remarkably fast. Free for developers.

type-challenges

40.9k
Stars
4.4k
Forks
156
Watchers

Collection of TypeScript type challenges with online judge

backend-best-practices

1.4k
Stars
111
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

93.5k
Stars
5.2k
Forks
1.4k
Watchers

A modern runtime for JavaScript and TypeScript.

deno_docker

861
Stars
99
Forks
Watchers

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