Tag: typescript

Creating type-safe custom client SDKs using TypeAPI

Dev

Learn how to generate type-safe custom client SDKs with TypeAPI, a new tool that makes SDK generation easy. Then compare TypeAPI with Fern.

Manu Ustenko
Oct 9, 2023 ⋅ 6 min read
Extending Object-Like Types With Interfaces In TypeScript

Extending object-like types with interfaces in TypeScript

Dev

Interfaces are one of TypeScript’s core features. Let’s explore interfaces’ characteristics and how to better leverage them in programs.

Matthew Swensen
Sep 19, 2023 ⋅ 10 min read
Typical Protobuf Data Serialization TypeScript

Typical vs. Protobuf: Data serialization in TypeScript

Dev

We investigate two serialization technologies, Typical and Protobuf, and see how to serialize and deserialize data in TypeScript.

Alec Brunelle
Sep 15, 2023 ⋅ 8 min read
Implementing Function Overloading TypeScript

Implementing function overloading in TypeScript

Dev

We discuss function overloading in TypeScript and investigate how (and in what scenario) )we can most effectively implement it.

Nelson Michael
Sep 11, 2023 ⋅ 5 min read
Common TypeScript Module Problems And How To Solve Them

Common TypeScript module problems and how to solve them

Dev

Avoid common module problems in TypeScript using the TypeScript compiler and module system.

Emmanuel John
Sep 7, 2023 ⋅ 6 min read
Kanel Tutorial: Generating TypeScript Types From PostgreSQL

Kanel tutorial: Generating TypeScript types from PostgreSQL

Dev

Learn how to use Kanel to generate TypeScript types from PostgreSQL, then see it in action by building a to-do app.

Agustinus Theodorus
Sep 5, 2023 ⋅ 8 min read
Using The New Using Operator In Typescript For Better Resource Management

Resource management in TypeScript with the using keyword

Dev

TypeScript’s new using operator can help us manage our resources better. Let’s explore how it works and why it’s useful in development!

Lewis Cianci
Aug 30, 2023 ⋅ 8 min read
How To Build A GraphQL API With NestJS

How to build a GraphQL API with NestJS

Dev

GraphQL provides a complete and understandable description of the data in your API and makes it easier to evolve APIs over time.

Godwin Ekuma
Aug 3, 2023 ⋅ 10 min read
Comparing The Best TypeScript IDEs

Comparing the best TypeScript IDEs

Dev

Compare the best IDEs for TypeScript, such as Visual Studio Code, based on ease of use, plugins, and performance.

Lewis Cianci
Jul 31, 2023 ⋅ 10 min read
Building A Serverless App With TypeScript

Building a serverless app with TypeScript

Dev

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.

Ekekenta Odionyenfe
Jul 28, 2023 ⋅ 10 min read
Using Protobuf With Typescript For Data Serialization

Using Protobuf with TypeScript for data serialization

Dev

Learn to serialize and deserialize data using Protobuf with TypeScript and the ts-protoc-gen Protobuf plugin.

Ibiyemi Adewakun
Jul 17, 2023 ⋅ 10 min read
Babel Vs. TypeScript: Choosing The Right Compiler For Your Project

Babel vs. TypeScript: Choosing the right compiler for your project

Dev

See how the two JavaScript compilers Babel and TypeScript compare through criteria such as performance, custom transformations, and more.

Gustav Wengel
Jul 10, 2023 ⋅ 9 min read