Tag: typescript

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
Creating Visualizations with D3 and TypeScript

Creating visualizations with D3 and TypeScript

Dev

This tutorial will be a step-by-step guide that will show you how to create a complex visualization using D3 and TypeScript.

Rosario De Chiara
Oct 11, 2022 ⋅ 4 min read
Understanding TypeScript's benefits and pitfalls

Understanding TypeScript’s benefits and pitfalls

Dev

If you haven’t taken up TypeScript yet, now’s the time! Start here by learning how TypeScript can benefit your project, and what to be wary of.

Joe Attardi
Oct 4, 2022 ⋅ 7 min read
TypeScript Logo Purple Blue Background

Assertion functions in TypeScript

Dev

Let’s explore assertion functions in TypeScript and see how they can be used to express invariants on our variables.

Matteo Di Pirro
Oct 3, 2022 ⋅ 5 min read
TypeScript and Node logos above a white background.

Understanding design patterns in TypeScript and Node.js

Dev

Learn how to use and implement several design patterns in TypeScript and Node, including singleton and abstract factory.

Ganesh Mani
Sep 27, 2022 ⋅ 12 min read
Dependency Boundaries Typescript

Managing dependency boundaries in TypeScript

Dev

Proper dependency management and following the architectural design during implementation are vital aspects of a healthy and maintainable codebase.

Alain Perkaz
Sep 12, 2022 ⋅ 4 min read
TypeScript Logo Over Orange Background

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

Dev

Remult is a comprehensive framework that allows developers to build full-stack, type-safe apps using only TypeScript code.

Vijit Ail
Sep 8, 2022 ⋅ 6 min read
Typescript Webpack

Using webpack with TypeScript

Dev

Walk through the step-by-step process of setting up webpack with TypeScript and learn how to optimize TypeScript applications using webpack plugins.

Popoola Temitope
Sep 1, 2022 ⋅ 8 min read
Build Vue App Typescript

How to use Vue 3 with TypeScript

Dev

Explore all the basic information you need to create a Vue application completely in TypeScript with custom decorator features and no third-party libraries.

Preetish HS
Aug 17, 2022 ⋅ 7 min read
TypeScript Express Logo

How to extend the Express Request object in TypeScript

Dev

Let’s learn how to extend the Request type in TypeScript to make its instances store custom data you can use at the controller level.

Antonello Zanini
Aug 5, 2022 ⋅ 10 min read