Tag: typescript

A Practical Guide To TypeScript Decorators

A practical guide to TypeScript decorators

Dev

TypeScript not only adds type safety to JavaScript apps, but also offers decorators that help you perform runtime type assertion and calculate execution type.

Rahman Fadhil
Apr 4, 2023 ⋅ 9 min read
Writing interactive component stories with Histoire

Writing interactive component stories with Histoire in Vue 3 and TypeScript

Dev

Learn how Histoire, a Vue-focused Storybook alternative, can help you illustrate your different development patterns and more.

Sebastian Weber
Mar 15, 2023 ⋅ 9 min read
Migrating TS-Node Bun

Migrating a TypeScript app from Node.js to Bun

Dev

See how easy it is to port a TypeScript app from Node.js to Bun. Compare the performance of Bun vs. Node.js.

John Reilly
Mar 10, 2023 ⋅ 6 min read
A Complete Guide To Const Assertions In TypeScript

A complete guide to const assertions in TypeScript

Dev

const assertions are a powerful TypeScript tool that create more type-safe code while reducing boilerplate.

Paul Cowan
Mar 9, 2023 ⋅ 6 min read
Schema Validation In TypeScript With Zod

Schema validation in TypeScript with Zod

Dev

Learn about schema validation in Zod and how to run it in a TypeScript codebase at runtime.

Abhinav Anshul
Mar 8, 2023 ⋅ 7 min read
Web workers, React, and Typescript

Web workers, React, and TypeScript

Dev

If set up correctly, a web worker can send and receive messages from the JavaScript or TypeScript code where it was set up.

Onuorah Bonaventure
Mar 7, 2023 ⋅ 12 min read
Build Full Stack TypeScript Project Turborepo

Building a full-stack TypeScript application with Turborepo

Dev

Learn how to build a simple full-stack application with React and Node.js and see how the process can be improved with Turborepo.

Omar Elhawary
Mar 3, 2023 ⋅ 9 min read
Type Checking TypeRunner

Type checking with TypeRunner

Dev

We explore the concepts, features, and limitations of TypeRunner, use it to type check a simple project, and compare it to Deno and tsc.

Christian Kozalla
Feb 22, 2023 ⋅ 8 min read
Using Pulumi TypeScript

Using Pulumi with TypeScript

Dev

We discuss the pros and cons of IaaS- and IaC-based solutions and leverage Pulumi to create a simple S3 bucket in AWS using TypeScript.

Matteo Di Pirro
Jan 27, 2023 ⋅ 10 min read
Phoenix React TypeScript To Do List

Create a to-do list app with Phoenix, React, and TypeScript

Dev

Create a simple to-do list application by combining the power of a Phoenix API with the flexibility of a React application.

Allan MacGregor
Jan 25, 2023 ⋅ 13 min read
Solid JS Typescript Code

Applying SOLID principles to TypeScript

Dev

The five SOLID principles of object-oriented class design facilitate the development of understandable, tested software that many developers can use at any time and place.

Destiny Erhabor
Jan 13, 2023 ⋅ 5 min read
Understanding the Dependency Inversion Principle in TypeScript

Understanding the dependency inversion principle in TypeScript

Dev

In this article, we will take a deep dive into understanding the dependency inversion principle in TypeScript.

Samuel Olusola
Jan 13, 2023 ⋅ 8 min read