Tag: typescript

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
Iterate Over Enums TypeScript

How to iterate over enums in TypeScript

Dev

We explore different approaches for iterating over enums in TypeScript, such as inbuilt object methods, for loops, and the Lodash library.

Matteo Di Pirro
Jul 26, 2023 ⋅ 5 min read
Build TypeScript App Vite

How to build a React + TypeScript app with Vite

Dev

We explore the benefits of building an app with React, TypeScript, and Vite, and compare its performance to the same app built with CRA.

Clara Ekekenta
Jul 21, 2023 ⋅ 7 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
Getting Started Drizzle Orm

Getting started with Drizzle: A type-safe ORM

Dev

We build a simple web API using MySQL and Drizzle, an ORM built in TypeScript that offers a more flexible and extensible solution than alternatives like Prisma and TypeORM.

Agustinus Theodorus
Jul 13, 2023 ⋅ 7 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
Generating Json Schema From Typescript Types

Generating JSON Schema from TypeScript types

Dev

Generating JSON Schema from TypeScript types can help prevent errors and improve security when transmitting complex data between applications.

Ikeh Akinyemi
Jul 6, 2023 ⋅ 5 min read
Types vs. Interfaces in TypeScript

Types vs. interfaces in TypeScript

Dev

It can be difficult to choose between types and interfaces in TypeScript, but in this post, you’ll learn which to use in specific use cases.

Yan Sun
Jun 28, 2023 ⋅ 8 min read
Understanding FlatMap Other TypeScript Arrays

Understanding flatMap() and other TypeScript arrays

Dev

We explore how the TypeScript flatmap() method can help to simplify code that involves mapping and flattening arrays.

Muhammed Ali
Jun 28, 2023 ⋅ 7 min read
Declaring JSX Types TypeScript

Declaring JSX types in TypeScript 5.1

Dev

We discuss a new TypeScript 5.1 feature: decoupled type-checking between JSX elements and JSX tag types. Learn what it is and why it matters.

John Reilly
Jun 26, 2023 ⋅ 3 min read
How to debug TypeScript in Chrome

How to debug TypeScript in Chrome

Dev

Learn how to debut apps written in TypeScript (both frontend and backend, as well as using Node.js and Deno) using Chrome DevTools.

Shalitha Suranga
Jun 22, 2023 ⋅ 13 min read