Tag: typescript

Understanding The Exclamation Mark In TypeScript

Understanding the exclamation mark in TypeScript

Dev

Editor’s Note: This blog was reviewed for accuracy on 4 April 2023. Since publication, Microsoft released TypeScript v5, which includes […]

Ibiyemi Adewakun
Apr 4, 2023 ⋅ 7 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
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
How To Create Compose Function TypeScript

How to create a compose function in TypeScript

Dev

Learn how to compose functions in TypeScript so you can combine multiple functions into a single function to perform any number of tasks you may require.

Ikeh Akinyemi
Jan 6, 2023 ⋅ 5 min read
Automate Image Optimization Using Tiny Png Api

Automate image optimization using the TinyPNG API

Dev

Learn how to use the TinyPNG API to easily automate image optimization in your projects.

John Reilly
Jan 5, 2023 ⋅ 4 min read
18 JavaScript and TypeScript Shorthands to Know

18 JavaScript and TypeScript shorthands to know

Dev

JavaScript and TypeScript share many shorthands for common code concepts. Learn how to use 18 helpful JavaScript and TypeScript shorthands.

Ibiyemi Adewakun
Jan 3, 2023 ⋅ 9 min read