TypeScript Articles and Best Practices
A collection of TypeScript articles, including best practices, guides, and tutorials. Stay updated with the latest in TypeScript.
Articles tagged with "TypeScript"
Learn about ORPC a TypeScript library for API routing, validation, documentation, and type safety.

unnoq
4/22/2025
Learn how to use DB2OpenAPI to generate a full OpenAPI/Swagger specification from your SQL database schema.

Adrian Machado
12/12/2024
Learn how to build a Supabase-inspired, PostgREST compatible, developer experience for interacting with your hosted MySQL Database via REST API and Javascript/Typescript SDK.

Adrian Machado
12/10/2024
Learn how to build a Supabase-inspired developer experience for interacting with your hosted Postgres Database via REST API and Javascript/Typescript SDK.

Adrian Machado
11/25/2024
Frequently Asked Questions
TypeScript adds static typing to JavaScript, reducing errors and improving maintainability. It’s especially beneficial for large-scale APIs with multiple contributors.