Phero is another TypeScript framework for building type-safe backend APIs for full-stack apps. Learn how to build with and migrate to it.
TypeScript has support for conditional types, which might seem like a niche feature, but they’re a useful addition for writing reusable code.
Lyra is a full-fledged search feature developed with TypeScript that helps developers perform data queries and can also provide suggestions and auto-completes.
Build an API to integrate TypeScript with GraphQL using the TypeGraphQL library, which simplifies creating GraphQL APIs in Node.js
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
This guide demonstrates how to create a scalable and reliable system using a microservices architecture with NestJS, Kafka, and TypeScript.
Compare Dart and TypeScript, two languages that offer static typing, which allows for faster development by checking for code errors.
Learn how to write better TypeScript types and avoid maintenance and unnecessary changes to code as your app adapts to evolving requirements.
In this article, we will discuss TypeScript’s switch case, its advantages, and disadvantages, and cover some alternatives.
In this post, we’ll cover mapped types in TypeScript, a real-world example of them, and utility types including Partial, Readonly, and Pick.
Learn to create end-to-end tests in NestJS and use TypeORM to provide database connectivity in our application.
This tutorial dives into the repository pattern, explores its benefits, and demonstrates how to implement it with TypeScript and Node.js.