Tag: typescript

Phero: Build a type-safe, full-stack app with TypeScript

Dev

Phero is another TypeScript framework for building type-safe backend APIs for full-stack apps. Learn how to build with and migrate to it.

Yan Sun
Dec 21, 2022 ⋅ 7 min read
Conditional types TypeScript

The guide to conditional types in TypeScript

Dev

TypeScript has support for conditional types, which might seem like a niche feature, but they’re a useful addition for writing reusable code.

Matteo Di Pirro
Nov 29, 2022 ⋅ 6 min read
TypeScript Lyra Site Search

Build a site search with Lyra and TypeScript

Dev

Lyra is a full-fledged search feature developed with TypeScript that helps developers perform data queries and can also provide suggestions and auto-completes.

Victory Tuduo
Nov 21, 2022 ⋅ 8 min read
Integrate TypeScript With GraphQL Using TypeGraphQL

How to integrate TypeScript with GraphQL using TypeGraphQL

Dev

Build an API to integrate TypeScript with GraphQL using the TypeGraphQL library, which simplifies creating GraphQL APIs in Node.js

Alexander Nnakwue
Nov 18, 2022 ⋅ 12 min read
Getting Started React Typescript

Getting started with Create React App and TypeScript

Dev

JavaScript is not typed, meaning you can’t assign a data type to a variable, but JavaScript still understands the difference between a number, a string, and an object

Juan Cruz Martinez
Nov 15, 2022 ⋅ 9 min read
Microservices with NestJS, Kafka, and TypeScript

Microservices with NestJS, Kafka, and TypeScript

Dev

This guide demonstrates how to create a scalable and reliable system using a microservices architecture with NestJS, Kafka, and TypeScript.

Vijit Ail
Nov 14, 2022 ⋅ 9 min read
Comparing Dart And TypeScript

Comparing Dart and TypeScript

Dev

Compare Dart and TypeScript, two languages that offer static typing, which allows for faster development by checking for code errors.

Will Soares
Nov 10, 2022 ⋅ 4 min read
Write fewer tests by creating better TypeScript types

Write fewer tests by creating better TypeScript types

Dev

Learn how to write better TypeScript types and avoid maintenance and unnecessary changes to code as your app adapts to evolving requirements.

Paul Cowan
Nov 3, 2022 ⋅ 6 min read
Evaluating Alternatives to TypeScript’s Switch Case

Evaluating alternatives to TypeScript’s switch case

Dev

In this article, we will discuss TypeScript’s switch case, its advantages, and disadvantages, and cover some alternatives.

Rahul Chhodde
Oct 26, 2022 ⋅ 5 min read
Mastering TypeScript mapped types

Mastering TypeScript mapped types

Dev

In this post, we’ll cover mapped types in TypeScript, a real-world example of them, and utility types including Partial, Readonly, and Pick.

Matthew Swensen
Oct 25, 2022 ⋅ 8 min read
E2E testing NestJS with TypeORM

End-to-end testing in NestJS with TypeORM

Dev

Learn to create end-to-end tests in NestJS and use TypeORM to provide database connectivity in our application.

David Ekanem
Oct 24, 2022 ⋅ 10 min read
TypeScript and Node Logos

Exploring the repository pattern with TypeScript and Node

Dev

This tutorial dives into the repository pattern, explores its benefits, and demonstrates how to implement it with TypeScript and Node.js.

Chimezie Enyinnaya
Oct 20, 2022 ⋅ 6 min read