DEV Community

TypeScript

Optional static type-checking for JavaScript.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
TypeScript's Hidden Feature: Subtypes

TypeScript's Hidden Feature: Subtypes

Comments
8 min read
tsParticles 3.0.2 Released

tsParticles 3.0.2 Released

21
Comments
1 min read
12 Factor App in NodeJS Part 1 (1-4)

12 Factor App in NodeJS Part 1 (1-4)

Comments
11 min read
Zod - TypeScript-first schema declaration and validation library #3

Zod - TypeScript-first schema declaration and validation library #3

1
Comments
2 min read
Request Deduplication in Angular

Request Deduplication in Angular

9
Comments
6 min read
tsParticles 3.0.1 Released

tsParticles 3.0.1 Released

21
Comments
1 min read
🇮🇩 Membuat FSM dengan XState

🇮🇩 Membuat FSM dengan XState

Comments
8 min read
Creating a Modern Web Application with Bun, Astro, TypeScript, and HTMX (BATH Stack Quickstart)

Creating a Modern Web Application with Bun, Astro, TypeScript, and HTMX (BATH Stack Quickstart)

4
Comments
2 min read
S3 virus scanning with TypeScript and Node.js 20.x AWS Lambda Container

S3 virus scanning with TypeScript and Node.js 20.x AWS Lambda Container

11
Comments
8 min read
Advent of Code Automation for Javascript/Typescript

Advent of Code Automation for Javascript/Typescript

27
Comments 5
3 min read
Using TypeScript with Node.js: A Guide to Building Robust Server-Side Applications

Using TypeScript with Node.js: A Guide to Building Robust Server-Side Applications

1
Comments
3 min read
What Is TypeScript In Nodejs: Benefits Of TypeScript

What Is TypeScript In Nodejs: Benefits Of TypeScript

1
Comments 1
3 min read
Angular Interceptors Unleashed: Solving Complex Scenarios with Ease. Practical Use Cases and Examples (2023)

Angular Interceptors Unleashed: Solving Complex Scenarios with Ease. Practical Use Cases and Examples (2023)

7
Comments 1
6 min read
Angular Signals: Por que surgiu?

Angular Signals: Por que surgiu?

5
Comments
3 min read
Zod - TypeScript-first schema declaration and validation library #1

Zod - TypeScript-first schema declaration and validation library #1

5
Comments
2 min read
Most asked TypeScript interview questions 🚀

Most asked TypeScript interview questions 🚀

19
Comments
6 min read
Building Your Notion Replica: A Quick Guide (using Next.js, Appwrite, and Shadcn-ui)

Building Your Notion Replica: A Quick Guide (using Next.js, Appwrite, and Shadcn-ui)

2
Comments
4 min read
Why you should never use form.invalid 🙅‍♂️

Why you should never use form.invalid 🙅‍♂️

7
Comments
2 min read
Event Bus with Vue 3 and TypeScript

Event Bus with Vue 3 and TypeScript

8
Comments
7 min read
How to render JSX to whatever you want with a custom JSX Renderer

How to render JSX to whatever you want with a custom JSX Renderer

7
Comments 3
8 min read
Assigning default properties efficiently with Defu

Assigning default properties efficiently with Defu

5
Comments 4
3 min read
NextJS’s Amazing New Streaming Server Actions

NextJS’s Amazing New Streaming Server Actions

4
Comments
7 min read
Yet Another Newsletter LOL: Const is the GOAT

Yet Another Newsletter LOL: Const is the GOAT

9
Comments 3
4 min read
Synchronous access to global async data in Angular

Synchronous access to global async data in Angular

1
Comments
2 min read
Monorepo, Poly-repo, or No Repo at all?

Monorepo, Poly-repo, or No Repo at all?

30
Comments 5
6 min read
🌟 A Small Step for Developers: Introducing Yum Gen Code

🌟 A Small Step for Developers: Introducing Yum Gen Code

5
Comments
2 min read
Tealina: A Revolutionary CLI / toolkit for TypeScript Full-Stack Development

Tealina: A Revolutionary CLI / toolkit for TypeScript Full-Stack Development

1
Comments
2 min read
Preparing Your TypeScript Project for Consistent Contribution

Preparing Your TypeScript Project for Consistent Contribution

1
Comments
2 min read
Usando o local storage a seu favor

Usando o local storage a seu favor

Comments
2 min read
How to use OpenAI API with JavaScript

How to use OpenAI API with JavaScript

1
Comments
1 min read
Building Cloud-Native Applications Made Easy with Pluto: A Guide for Developers

Building Cloud-Native Applications Made Easy with Pluto: A Guide for Developers

Comments
4 min read
Deploy React Vite PWA to GitHub Pages

Deploy React Vite PWA to GitHub Pages

4
Comments 1
3 min read
Try a bigger project

Try a bigger project

1
Comments
2 min read
TIL - Today I Learn 12-11 18-11

TIL - Today I Learn 12-11 18-11

14
Comments 4
3 min read
Unlock the Magic of is.lowerCase and is.not_lowerCase in JavaScript with 'thiis': Your Friendly Guide to String Checks

Unlock the Magic of is.lowerCase and is.not_lowerCase in JavaScript with 'thiis': Your Friendly Guide to String Checks

Comments
3 min read
Validate request data with @novice1/validator-joi

Validate request data with @novice1/validator-joi

1
Comments
4 min read
How to: Integrating Firebase Cloud Messaging - Angular - ExpressJs (2: Create and Integrate Angular with Firebase)

How to: Integrating Firebase Cloud Messaging - Angular - ExpressJs (2: Create and Integrate Angular with Firebase)

15
Comments 2
6 min read
Construindo um Painel de Blog Dinâmico com Next.js

Construindo um Painel de Blog Dinâmico com Next.js

4
Comments
22 min read
From Prisma to TanStack Query: Fast Lane to Full-Stack Type Safety

From Prisma to TanStack Query: Fast Lane to Full-Stack Type Safety

81
Comments 1
5 min read
Create Production-Ready SDKs for tRPC

Create Production-Ready SDKs for tRPC

2
Comments
11 min read
Stack and Queue in JavaScript

Stack and Queue in JavaScript

28
Comments
3 min read
Como iniciar zustand de un server page al client en NextJs

Como iniciar zustand de un server page al client en NextJs

Comments
2 min read
Typescript type vs interface with example in angular

Typescript type vs interface with example in angular

9
Comments
2 min read
My JavaScript Set of Best Practices

My JavaScript Set of Best Practices

1
Comments
3 min read
JetBrains' AI Assistant

JetBrains' AI Assistant

Comments
7 min read
Why avoid using 'any' in TypeScript

Why avoid using 'any' in TypeScript

2
Comments 1
5 min read
The super power that lets you tell TypeScript what is actually happening

The super power that lets you tell TypeScript what is actually happening

Comments
1 min read
Embracing Clean Code with `is.kebabCase` and `is.not_kebabCase` from 'thiis': A Fun Journey into String Formatting

Embracing Clean Code with `is.kebabCase` and `is.not_kebabCase` from 'thiis': A Fun Journey into String Formatting

Comments
5 min read
How we misuse naming boolean and how they should be named

How we misuse naming boolean and how they should be named

21
Comments 10
1 min read
12 Factor App in NodeJS Part 0: Intro

12 Factor App in NodeJS Part 0: Intro

2
Comments
5 min read
Image Compression in JavaScript/TypeScript

Image Compression in JavaScript/TypeScript

4
Comments
5 min read
Building a Vue.js composable for handling Feature Flags

Building a Vue.js composable for handling Feature Flags

25
Comments 7
4 min read
How to run TypeScript natively in Node.js with TSX

How to run TypeScript natively in Node.js with TSX

66
Comments 1
3 min read
Customer: Use Case (3: Implementing NestJS Service)

Customer: Use Case (3: Implementing NestJS Service)

1
Comments
4 min read
Master schema validation in TypeScript with Zod

Master schema validation in TypeScript with Zod

9
Comments
4 min read
Level Up Your TypeScript Projects: Discover the Power of ESLint and Prettier

Level Up Your TypeScript Projects: Discover the Power of ESLint and Prettier

1
Comments
3 min read
Transitioning to Angular's New Control Flow Syntax

Transitioning to Angular's New Control Flow Syntax

4
Comments 2
2 min read
My Pomodoro Clock Project

My Pomodoro Clock Project

6
Comments 2
3 min read
How to create reusable React Components across your projects with bit.dev

How to create reusable React Components across your projects with bit.dev

2
Comments 2
5 min read
Trapping user focus four ways in TypeScript

Trapping user focus four ways in TypeScript

2
Comments
3 min read
loading...