Tag: typescript

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
Filtering value types in TypeScript

Filtering TypeScript value types

Dev

Learn how TypeScript filters work, including array filters and value types, as well as how to use and avoid issues with type guards.

Stanley Ulili
Jun 21, 2023 ⋅ 5 min read
Understanding TypeScript Generators

Understanding TypeScript generators

Dev

Generator functions look like normal functions, but they behave a little differently, allowing you to pause and execute your code at a later point in time.

Debjyoti Banerjee
Jun 19, 2023 ⋅ 6 min read
Level Up TypeScript Record Types

Level up your TypeScript with Record types

Dev

We explore the basic usage of the TypeScript Record type alongside two use cases, including how to use it with generics.

Matteo Di Pirro
Jun 19, 2023 ⋅ 5 min read
TypeScript Enums Vs. Types: Enhancing Code Readability

TypeScript enums vs. types: Enhancing code readability

Dev

In this article, we will be exploring how TypeScript enums and types work, why, and how to use them in your next project.

Nwose Lotanna
Jun 16, 2023 ⋅ 9 min read
Building A REST API With Firebase Cloud Functions, TypeScript, And Firestore

Building a REST API with Firebase Cloud Functions, TypeScript, and Firestore

Dev

Learn how to build a REST API with Firebase Cloud Functions, TypeScript, and Firestore, and compare it to the Realtime Database.

Ebenezer Don
Jun 15, 2023 ⋅ 21 min read
A Guide To Using Ts-Reset For TypeScript

A guide to using ts-reset for TypeScript

Dev

Use the ts-reset utility package to solve a number of default TypeScript typing issues that might result in bugs.

Chibuike Nwachukwu
Jun 14, 2023 ⋅ 3 min read
Exploring Use Cases of TypeScript's Tuples

Exploring use cases for TypeScript tuples

Dev

In this tutorial, we will cover some real-world use cases and applications for working with named tuples in TypeScript.

Alexander Nnakwue
Jun 14, 2023 ⋅ 9 min read
Exploring Typescript 5 Features Smaller Simpler Faster

Exploring TypeScript 5 features: Smaller, simpler, faster

Dev

Explore TypeScript 5 performance enhancements, streamlined syntax, and other features for building high-quality web apps with ease.

Oduah Chigozie
Jun 13, 2023 ⋅ 13 min read
Using Built-In Utility Types in TypeScript

Using built-in utility types in TypeScript

Dev

The article covers several built-in type functions and their real-world use cases to help you learn how to apply them in your TypeScript code.

Basarat Ali Syed
May 29, 2023 ⋅ 12 min read
Building Type Safe Forms In React With React Ts Form

Building type-safe forms in React with react-ts-form

Dev

react-ts-form is a complete and customizable library for creating more maintainable type-safe forms in React while avoiding boilerplate code.

Antonello Zanini
May 29, 2023 ⋅ 8 min read
Build A Full-stack TypeScript App Using TRPC And React

Build a full-stack TypeScript app using tRPC and React

Dev

Build a full-stack TypeScript app using tRPC that will be type-safe when it comes to the code, and compare tRPC to RPC, REST, and GraphQL.

Mario Zupan
May 26, 2023 ⋅ 17 min read