Tag: typescript

Using Typescript With Webgl To Render Graphics On The Web

Using TypeScript with WebGL to render graphics on the web

Dev

Using TypeScript with WebGL has many potential use cases in the frontend development landscape for rendering 2D and 3D graphics and models.

Oduah Chigozie
Dec 28, 2023 ⋅ 15 min read
Using Strongly Typed Vs Statically Typed Code

Using strongly typed vs. statically typed code

Dev

Let’s compare the pros and cons strongly vs. statically typed languages and explore how TypeScript combines the benefits of both.

Debjyoti Banerjee
Dec 20, 2023 ⋅ 6 min read
Angular Unit Testing Tutorial With Examples

Angular unit testing tutorial with examples

Dev

This tutorial demonstrates how to build an Angular app and write a unit test, test an async operator, and automatically generate a unit test.

Mesh Seun
Dec 5, 2023 ⋅ 13 min read
How To Use The `Keyof` Operator In TypeScript

How to use the keyof operator in TypeScript

Dev

Use the TypeScript `keyof` operator with features like generics, mapped types, and template literal types to improve type safety in your code.

Yan Sun
Nov 27, 2023 ⋅ 8 min read
How To Set Up TypeScript With Node.js And Express

How to set up TypeScript with Node.js and Express

Dev

Explore the step-by-step process of integrating TypeScript into a Node.js and Express application, implementing the ts-node environment.

Aman Mittal
Nov 24, 2023 ⋅ 8 min read
Implementing safe, dynamic localization in TypeScript apps

Implementing safe, dynamic localization in TypeScript apps

Dev

After internationalization, you can further localize your apps to make user experiences more friendly. Learn how to do this in TypeScript.

Yan Sun
Nov 21, 2023 ⋅ 6 min read
Understanding And Using Interfaces In TypeScript

Understanding and using interfaces in TypeScript

Dev

TypeScript interfaces allow us to describe the objects that will be used in our code, helping us catch errors and write more efficient code.

Ankita Masand
Nov 13, 2023 ⋅ 19 min read
Introducing Shadcn UI Reusable UI Component Collection

Introducing Shadcn UI: A reusable UI component collection

Dev

We introduce Shadcn UI, a reusable component collection, explore its features, and build some UI interfaces with it.

Nefe James
Nov 7, 2023 ⋅ 6 min read
Using The React Children Prop With TypeScript

Using the React children prop with TypeScript

Dev

Learn the best practices for typing `children` props in TypeScript in both functional and class-based components.

Ohans Emmanuel
Oct 20, 2023 ⋅ 4 min read
How To Use TypeScript With React: A Tutorial With Examples

How to use TypeScript with React: A tutorial with examples

Dev

Learn how using TypeScript with React can increase development speed, improve code readability, and much more.

Ogundipe Samuel
Oct 16, 2023 ⋅ 9 min read
Adding Interactive Code Snippets To Ssg Sites

Add interactive code snippets to statically generated sites

Dev

Interactive code snippets enhance the UX of your SSG content. Let’s discuss how to implement this feature using a library called blog-cells.

Peter Ekene Eze
Oct 11, 2023 ⋅ 7 min read
Validating Structural Data Valibot

Validating structural data with Valibot

We introduce Valibot, one of the newest validation libraries on the block, show how it works, and see how it compares with existing validation libraries such as Zod and Yup.

David Omotayo
Oct 11, 2023 ⋅ 7 min read