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.
logto
🧑🚀 The better identity infrastructure for developers and the open-source alternative to Auth0.
domain-driven-hexagon
Learn Domain-Driven Design, software architecture, design patterns, best practices. Code examples included
pipedream
Connect APIs, remarkably fast. Free for developers.
type-challenges
Collection of TypeScript type challenges with online judge
backend-best-practices
Best practices, tools and guidelines for backend development. Code examples in TypeScript + NodeJS
full-stack-application-example
An example of a simple full-stack application. Using NodeJS + NestJS, React + SASS, MongoDB, NX monorepo, etc.
blitzjs-realworld-app
Content Sharing App
deno
A modern runtime for JavaScript and TypeScript.
deno_docker
Latest dockerfiles and images for Deno - alpine, centos, debian, ubuntu