Learn how to generate type-safe custom client SDKs with TypeAPI, a new tool that makes SDK generation easy. Then compare TypeAPI with Fern.
Interfaces are one of TypeScript’s core features. Let’s explore interfaces’ characteristics and how to better leverage them in programs.
We investigate two serialization technologies, Typical and Protobuf, and see how to serialize and deserialize data in TypeScript.
We discuss function overloading in TypeScript and investigate how (and in what scenario) )we can most effectively implement it.
Avoid common module problems in TypeScript using the TypeScript compiler and module system.
Learn how to use Kanel to generate TypeScript types from PostgreSQL, then see it in action by building a to-do app.
using
keywordTypeScript’s new using
operator can help us manage our resources better. Let’s explore how it works and why it’s useful in development!
GraphQL provides a complete and understandable description of the data in your API and makes it easier to evolve APIs over time.
Compare the best IDEs for TypeScript, such as Visual Studio Code, based on ease of use, plugins, and performance.
The Serverless Framework allows you to design, deploy, debug, and protect serverless applications with minimal overhead and cost, all while providing the required infrastructure resources.
Learn to serialize and deserialize data using Protobuf with TypeScript and the ts-protoc-gen
Protobuf plugin.
See how the two JavaScript compilers Babel and TypeScript compare through criteria such as performance, custom transformations, and more.