Forem

TypeScript

Optional static type-checking for JavaScript.

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
How to setup path aliases in Vite 2,3 & Typescript

How to setup path aliases in Vite 2,3 & Typescript

1
Comments
2 min read
The astro-deck's CLI

The astro-deck's CLI

2
Comments
4 min read
Enumerating Properties

Enumerating Properties

Comments
2 min read
Node.JS File Streams

Node.JS File Streams

Comments
4 min read
Simplify TypeScript builds with esbuild and skip tsc/tsx

Simplify TypeScript builds with esbuild and skip tsc/tsx

4
Comments
2 min read
RxJS Operators: bufferCount

RxJS Operators: bufferCount

Comments
1 min read
GraphQL Tools Transformations

GraphQL Tools Transformations

1
Comments
2 min read
🚀 Elevating React Context: Stay Maintainable

🚀 Elevating React Context: Stay Maintainable

2
Comments 3
11 min read
Testing the Redux Store using Cypress in Next.js (TypeScript)

Testing the Redux Store using Cypress in Next.js (TypeScript)

3
Comments
1 min read
Flaky unit tests in Angular

Flaky unit tests in Angular

4
Comments 4
6 min read
How to perform type casting in TypeScript

How to perform type casting in TypeScript

4
Comments
9 min read
Using Styled-Components with Next.js v13 (TypeScript)

Using Styled-Components with Next.js v13 (TypeScript)

33
Comments 9
5 min read
How to use Cookies in Next.js(Pages Router) with Redux TK

How to use Cookies in Next.js(Pages Router) with Redux TK

3
Comments
2 min read
Unveiling the Hidden Treasures: Exploring Lesser-Known TypeScript Features

Unveiling the Hidden Treasures: Exploring Lesser-Known TypeScript Features

3
Comments
3 min read
Using Object.create to clone

Using Object.create to clone

2
Comments
3 min read
Form, Page Navigation using React-Router-Dom with Ionic-React, TypeScript, React-Hook-Form, React-Redux, and @reduxjs/toolkit!

Form, Page Navigation using React-Router-Dom with Ionic-React, TypeScript, React-Hook-Form, React-Redux, and @reduxjs/toolkit!

6
Comments 2
11 min read
Easy Encryption In Typescript

Easy Encryption In Typescript

24
Comments 6
5 min read
Explicit Design, Part 4. Ports, Adapters, and Infrastructure

Explicit Design, Part 4. Ports, Adapters, and Infrastructure

3
Comments
15 min read
Passer du C# au Typescript

Passer du C# au Typescript

2
Comments
7 min read
Visual Regression Testing with AskUI and Jest

Visual Regression Testing with AskUI and Jest

3
Comments
3 min read
Redirect the user to the default browser on the phone when accessing the website on the web view

Redirect the user to the default browser on the phone when accessing the website on the web view

2
Comments
1 min read
Micrograd TS

Micrograd TS

2
Comments
3 min read
State Management in React Native: Comparing Redux, MobX, and Context API 🔄📱

State Management in React Native: Comparing Redux, MobX, and Context API 🔄📱

3
Comments
4 min read
Typescript Utility Types

Typescript Utility Types

2
Comments 1
3 min read
Let's make your first React Typescript Todo web app

Let's make your first React Typescript Todo web app

2
Comments
7 min read
Stop using Swagger-UI and MSW, but SDK instead

Stop using Swagger-UI and MSW, but SDK instead

75
Comments 12
5 min read
Quick Tips: Docker & Node.JS

Quick Tips: Docker & Node.JS

Comments
4 min read
Extremely reducing the size of NPM packages

Extremely reducing the size of NPM packages

20
Comments 1
20 min read
Type Safety Made Easy for Beginners: How to Effortlessly Achieve It with tRPC

Type Safety Made Easy for Beginners: How to Effortlessly Achieve It with tRPC

Comments
2 min read
Master typescript types in 7 minutes.

Master typescript types in 7 minutes.

9
Comments 1
5 min read
JWT Token Authentication in Angular 14 and the .NET Core 6 Web API

JWT Token Authentication in Angular 14 and the .NET Core 6 Web API

2
Comments
9 min read
Tauri mobile for iOS

Tauri mobile for iOS

13
Comments
4 min read
Use Gherkin file in your unit tests with vitest

Use Gherkin file in your unit tests with vitest

4
Comments 3
2 min read
Frontend state management with clean architecture

Frontend state management with clean architecture

8
Comments
4 min read
Seamless Token Management in Angular: Implementing Reauthentication and OAuth 2.0 Compliance using Interceptors

Seamless Token Management in Angular: Implementing Reauthentication and OAuth 2.0 Compliance using Interceptors

8
Comments 1
5 min read
How to Setup a Chatbot with React ChatBotify: A Step-by-Step Tutorial

How to Setup a Chatbot with React ChatBotify: A Step-by-Step Tutorial

7
Comments
3 min read
Level Up Your Skills with the Ultimate TypeScript Guide!

Level Up Your Skills with the Ultimate TypeScript Guide!

2
Comments
2 min read
tsParticles 2.12.0 Released

tsParticles 2.12.0 Released

23
Comments
1 min read
Building Cross-Platform Apps with React Native: Challenges and Solutions 📱

Building Cross-Platform Apps with React Native: Challenges and Solutions 📱

2
Comments
3 min read
Handling Environment Variables in Vite, React, TypeScript Projects!

Handling Environment Variables in Vite, React, TypeScript Projects!

10
Comments
2 min read
Dynamically Modifying Validation Schemas in Zod: A TypeScript and React-Hook-Form Example

Dynamically Modifying Validation Schemas in Zod: A TypeScript and React-Hook-Form Example

21
Comments 2
2 min read
Basic approach to full-text search on a database with typescript.

Basic approach to full-text search on a database with typescript.

Comments
8 min read
Type Safety with Non-Empty Arrays in TypeScript

Type Safety with Non-Empty Arrays in TypeScript

7
Comments
2 min read
Exploring the Power of TypeScript Utility Types

Exploring the Power of TypeScript Utility Types

1
Comments
2 min read
Mastering Type Safety! An Introduction to TypeScript's Type Guards

Mastering Type Safety! An Introduction to TypeScript's Type Guards

3
Comments
2 min read
Making your own NestJS on top of express under 180 lines

Making your own NestJS on top of express under 180 lines

5
Comments 4
5 min read
Mastering Environment Variables in Vite+TypeScript+React

Mastering Environment Variables in Vite+TypeScript+React

33
Comments 4
2 min read
[sqlx-ts] compile-time checked queries without DSL in Typescript

[sqlx-ts] compile-time checked queries without DSL in Typescript

2
Comments
4 min read
Crafting Prompt Templates for Code Generation

Crafting Prompt Templates for Code Generation

3
Comments
8 min read
TypeScript with Go/Rust errors? No try/catch? Heresy.

TypeScript with Go/Rust errors? No try/catch? Heresy.

91
Comments 50
8 min read
Creating an Express.js App Using Typescript & MongoDb P-1

Creating an Express.js App Using Typescript & MongoDb P-1

Comments
5 min read
Securing Your Serverless GraphQL API - Part II

Securing Your Serverless GraphQL API - Part II

Comments
13 min read
Yup vs. Zod vs. Joi: A Comprehensive Comparison of JavaScript Validation Libraries

Yup vs. Zod vs. Joi: A Comprehensive Comparison of JavaScript Validation Libraries

52
Comments 6
2 min read
Angular Signals: Granular State Tracking for Optimized Rendering

Angular Signals: Granular State Tracking for Optimized Rendering

6
Comments
4 min read
Mocha/Chai with TypeScript (2023 update)

Mocha/Chai with TypeScript (2023 update)

50
Comments 8
2 min read
A maneira mais rápida de remover itens duplicados de um array em js

A maneira mais rápida de remover itens duplicados de um array em js

2
Comments 2
5 min read
How to Build a Global Notification System in React

How to Build a Global Notification System in React

48
Comments 4
2 min read
Simplified Overview of Angular Change Detection

Simplified Overview of Angular Change Detection

1
Comments
2 min read
Enabling TypeScript on an existing JavaScript project with custom path mapping (path alias)

Enabling TypeScript on an existing JavaScript project with custom path mapping (path alias)

Comments
4 min read
My Journey in Open Source - set-interval-by-id

My Journey in Open Source - set-interval-by-id

2
Comments
1 min read
loading...