Forem

TypeScript

Optional static type-checking for JavaScript.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Tidying up getServerSideProps(Server-Side Rendering) with Higher Order Functions

Tidying up getServerSideProps(Server-Side Rendering) with Higher Order Functions

8
Comments
4 min read
Quotes App

Quotes App

5
Comments
1 min read
Type-safe env variables

Type-safe env variables

Comments
4 min read
Class Component x Function Components

Class Component x Function Components

Comments
3 min read
React Context API login example using FaceIO for face authentication.

React Context API login example using FaceIO for face authentication.

2
Comments
7 min read
Exploring Redux-Persist with Pokémon!

Exploring Redux-Persist with Pokémon!

3
Comments
8 min read
How To Run and Debug JavaScript and TypeScript in VSCode

How To Run and Debug JavaScript and TypeScript in VSCode

24
Comments 7
3 min read
Adding Record & Type Checking in TypeScript with Generics

Adding Record & Type Checking in TypeScript with Generics

5
Comments
6 min read
The modern age terminal

The modern age terminal

4
Comments
2 min read
CLIs mais simples com Util.parseArgs

CLIs mais simples com Util.parseArgs

Comments
8 min read
How to Build a Rust CLI Tool to Generate Typescript Types from Rust

How to Build a Rust CLI Tool to Generate Typescript Types from Rust

42
Comments 2
19 min read
React Pro Tip #2 — How to Type `this.props` to Include `defaultProps`

React Pro Tip #2 — How to Type `this.props` to Include `defaultProps`

5
Comments 1
4 min read
Porquê e como utilizar Dataloaders

Porquê e como utilizar Dataloaders

8
Comments
4 min read
Access to UI Library props or hard-coded options in a Design System?

Access to UI Library props or hard-coded options in a Design System?

4
Comments 2
1 min read
Creating visualizations with D3 and TypeScript

Creating visualizations with D3 and TypeScript

4
Comments
6 min read
Building a Polite Newsletter Popup With Nuxt 3

Building a Polite Newsletter Popup With Nuxt 3

3
Comments 5
7 min read
I made an admin dashboard for NextJS using Typescript! Use it for free!

I made an admin dashboard for NextJS using Typescript! Use it for free!

17
Comments
1 min read
Getting the Best of TypeScript and GraphQL: Union Types

Getting the Best of TypeScript and GraphQL: Union Types

5
Comments
3 min read
Migrating The TechIsHiring Twitter Bot to Twitter API v2

Migrating The TechIsHiring Twitter Bot to Twitter API v2

7
Comments 2
7 min read
Javascript Array Filter Method

Javascript Array Filter Method

20
Comments
3 min read
React: Considerations and References

React: Considerations and References

26
Comments 1
3 min read
The Difference between TypeScript and Javascript

The Difference between TypeScript and Javascript

39
Comments 8
4 min read
tRPC: Understanding Typesafety

tRPC: Understanding Typesafety

5
Comments
5 min read
Using Consul-KV in NestJS

Using Consul-KV in NestJS

6
Comments
4 min read
Creating Angular Tooltip Directive - Part 2: adding customisation

Creating Angular Tooltip Directive - Part 2: adding customisation

2
Comments
8 min read
TS: Remove dead code

TS: Remove dead code

Comments
1 min read
Access log middleware for Deno Fresh

Access log middleware for Deno Fresh

6
Comments
5 min read
Javascript Array Slice Method

Javascript Array Slice Method

7
Comments
3 min read
Javascript Array Reduce Method

Javascript Array Reduce Method

8
Comments
4 min read
Angular Dependency Injection Understood I - No needles involved, no worries

Angular Dependency Injection Understood I - No needles involved, no worries

11
Comments
2 min read
Monitoring a Node.JS Typescript application with Prometheus and Grafana

Monitoring a Node.JS Typescript application with Prometheus and Grafana

21
Comments 1
6 min read
Set up TypeScript project From Scratch

Set up TypeScript project From Scratch

2
Comments
3 min read
Create Custom Keyboard Navigation for Grid Items

Create Custom Keyboard Navigation for Grid Items

4
Comments
5 min read
How to get the last element of an Array in Javascript

How to get the last element of an Array in Javascript

34
Comments 2
1 min read
Setting Up a Modern Preact Application With Typescript, Vite and Vitest

Setting Up a Modern Preact Application With Typescript, Vite and Vitest

7
Comments 1
3 min read
Reactivity with RXjs

Reactivity with RXjs

1
Comments
2 min read
Next.js API routes - Global Error Handling and Clean Code Practices

Next.js API routes - Global Error Handling and Clean Code Practices

18
Comments
6 min read
Introducing Samen: end-to-end typesafe APIs for TypeScript devs (no GraphQL needed)

Introducing Samen: end-to-end typesafe APIs for TypeScript devs (no GraphQL needed)

3
Comments
4 min read
Waiting for the DOM to be ready in Javascript

Waiting for the DOM to be ready in Javascript

15
Comments 3
2 min read
Authentication with Aws Cognito, Passport and NestJs (Part III)

Authentication with Aws Cognito, Passport and NestJs (Part III)

22
Comments 8
4 min read
React Typescript Snippets

React Typescript Snippets

39
Comments
2 min read
Routinejs, An Express inspired blazingly fast Nodejs router

Routinejs, An Express inspired blazingly fast Nodejs router

10
Comments
3 min read
Updating Object Key Values with Javascript

Updating Object Key Values with Javascript

19
Comments 2
2 min read
Ohhhhh. It's been a while. Rhum 2.1.0.rc-1 tho. It's Node compatible btw!

Ohhhhh. It's been a while. Rhum 2.1.0.rc-1 tho. It's Node compatible btw!

Comments
1 min read
Lean on the web platform to validate emails

Lean on the web platform to validate emails

Comments
1 min read
dotenv and typescript

dotenv and typescript

1
Comments
1 min read
How to use authenticated proxy with Node's fetch

How to use authenticated proxy with Node's fetch

3
Comments
1 min read
React Hook Form - Combined Add/Edit (Create/Update) Form Example

React Hook Form - Combined Add/Edit (Create/Update) Form Example

11
Comments
1 min read
Building Extendable Generic Nestjs Controller

Building Extendable Generic Nestjs Controller

3
Comments 3
2 min read
The Essential Guide to Javascript Sets

The Essential Guide to Javascript Sets

31
Comments 1
4 min read
Authentication with Aws Cognito, Passport and NestJs (Part II)

Authentication with Aws Cognito, Passport and NestJs (Part II)

17
Comments 2
5 min read
Understanding TypeScript’s benefits and pitfalls

Understanding TypeScript’s benefits and pitfalls

8
Comments
10 min read
Angular Inject Function: A New Way To Work With DI

Angular Inject Function: A New Way To Work With DI

5
Comments
3 min read
A verdade sobre os bootcamps de programação

A verdade sobre os bootcamps de programação

6
Comments
5 min read
Tagged Union Types

Tagged Union Types

1
Comments
1 min read
Authentication with Aws Cognito, Passport and NestJs (Part I)

Authentication with Aws Cognito, Passport and NestJs (Part I)

17
Comments 3
3 min read
Vite+React+Amplify initial setup!

Vite+React+Amplify initial setup!

4
Comments 6
9 min read
What's the best way migrates state to outside of component on React?

What's the best way migrates state to outside of component on React?

Comments
5 min read
Using GraphQL Codegen with Typescript and urql

Using GraphQL Codegen with Typescript and urql

Comments
1 min read
Setting the Default Node.JS version with nvm

Setting the Default Node.JS version with nvm

37
Comments 2
2 min read
loading...