DEV Community

TypeScript

Optional static type-checking for JavaScript.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Mastering TypeScript: Understanding the Power of extends

Mastering TypeScript: Understanding the Power of extends

10
Comments 6
4 min read
How I automated the booking of CrossFit (or any other group activity) at my gym using Playwright

How I automated the booking of CrossFit (or any other group activity) at my gym using Playwright

1
Comments
3 min read
Simplify Chrome Extension Development: Add React without CRA

Simplify Chrome Extension Development: Add React without CRA

1
Comments 1
12 min read
How to use TypeScript enums to store Union Types and access them during runtime

How to use TypeScript enums to store Union Types and access them during runtime

1
Comments
2 min read
Understanding the "use client" Directive in Next.js 13

Understanding the "use client" Directive in Next.js 13

2
Comments 1
2 min read
Fullstack app: Building the Front-End with Vite, React, Typescript, Hooks and Docker

Fullstack app: Building the Front-End with Vite, React, Typescript, Hooks and Docker

1
Comments
4 min read
TypeScript Tutorial: Extracting All Keys from Nested Object

TypeScript Tutorial: Extracting All Keys from Nested Object

5
Comments
2 min read
Implementing Email Services with Nest.js and Google Cloud

Implementing Email Services with Nest.js and Google Cloud

1
Comments 1
4 min read
'string' vs 'String': The Battle Between Primitive and Object Types in TypeScript

'string' vs 'String': The Battle Between Primitive and Object Types in TypeScript

2
Comments
4 min read
How to make your Express app 9x faster (and type-safe)

How to make your Express app 9x faster (and type-safe)

131
Comments 26
16 min read
Simple Guide to Implementing Clerk Authentication

Simple Guide to Implementing Clerk Authentication

4
Comments
2 min read
Getting Started with NativeWind: Using Tailwind CSS in React Native

Getting Started with NativeWind: Using Tailwind CSS in React Native

5
Comments
3 min read
Detecting Circular Dependencies in a React/TypeScript App using Madge

Detecting Circular Dependencies in a React/TypeScript App using Madge

3
Comments
3 min read
Building Your First BotMate Plugin: A Step-by-Step Guide

Building Your First BotMate Plugin: A Step-by-Step Guide

3
Comments 1
6 min read
Effective PRs, Code Reviews, and Issue Fixes

Effective PRs, Code Reviews, and Issue Fixes

3
Comments
5 min read
js / ts - comando !!

js / ts - comando !!

1
Comments
2 min read
Como usar o BEM na Refatoração de codigos com CSS/Sass

Como usar o BEM na Refatoração de codigos com CSS/Sass

6
Comments
1 min read
How to Integrate SMTP in Next.js 14 Using Nodemailer

How to Integrate SMTP in Next.js 14 Using Nodemailer

7
Comments 2
3 min read
11 in 11: Concepts Learnt or Relearnt from Zero Day

11 in 11: Concepts Learnt or Relearnt from Zero Day

4
Comments 1
11 min read
How I built my first bot using Typescript - Part #3: Code Coverage Reports

How I built my first bot using Typescript - Part #3: Code Coverage Reports

6
Comments
5 min read
NPM SETUP

NPM SETUP

5
Comments
1 min read
Types of Promises in JavaScript

Types of Promises in JavaScript

15
Comments 3
4 min read
Building a community database with GitHub : A guide to Webhook and API integration with hono.js

Building a community database with GitHub : A guide to Webhook and API integration with hono.js

7
Comments
8 min read
Friendly TypeScript Errors: Custom Messages for Easier Debugging

Friendly TypeScript Errors: Custom Messages for Easier Debugging

11
Comments
3 min read
Mastering TypeScript with React: A Step-by-Step Guide

Mastering TypeScript with React: A Step-by-Step Guide

2
Comments 1
3 min read
The Ultimate Guide to Hosting Angular Applications on NGINX

The Ultimate Guide to Hosting Angular Applications on NGINX

2
Comments
2 min read
How Boring It Is to Write Articles or Talk to Certain Types of Developers These Days.

How Boring It Is to Write Articles or Talk to Certain Types of Developers These Days.

16
Comments 13
2 min read
Tutorial: Implement Authentication in Next.js

Tutorial: Implement Authentication in Next.js

1
Comments
43 min read
Optimizing File Uploads in Full-Stack Applications with Amazon S3: A Case Study

Optimizing File Uploads in Full-Stack Applications with Amazon S3: A Case Study

Comments
3 min read
Write Reusable Code with Typescript Generics

Write Reusable Code with Typescript Generics

6
Comments
1 min read
🚀 10 Game-Changing Node.js Features You Can't Afford to Miss 🌟

🚀 10 Game-Changing Node.js Features You Can't Afford to Miss 🌟

7
Comments 2
4 min read
Migrating Encache to TS

Migrating Encache to TS

1
Comments
1 min read
I create a custom Modal component in react + typescript.

I create a custom Modal component in react + typescript.

1
Comments
2 min read
Encapsulating the Past: How We Tamed a Legacy System with Timeless Software Engineering Principles

Encapsulating the Past: How We Tamed a Legacy System with Timeless Software Engineering Principles

28
Comments
10 min read
Introducing the Swirl Component in Eldora UI

Introducing the Swirl Component in Eldora UI

Comments
1 min read
Interesting TypeScript issue

Interesting TypeScript issue

1
Comments
1 min read
5 Top Tools for Task Scheduling in Next.js (2024)

5 Top Tools for Task Scheduling in Next.js (2024)

10
Comments
2 min read
Da li je uvek potrebno definisati `props` i `state` u konstruktoru kod klasnih komponenti u TypeScript-u?

Da li je uvek potrebno definisati `props` i `state` u konstruktoru kod klasnih komponenti u TypeScript-u?

14
Comments 1
2 min read
Debouncing State in React

Debouncing State in React

1
Comments
3 min read
The Article I Took So Long to Write: Concepts about Reactive Programming and RxJS

The Article I Took So Long to Write: Concepts about Reactive Programming and RxJS

8
Comments
15 min read
Funkcionalne i Klasne Komponente u React-u sa TypeScript-om

Funkcionalne i Klasne Komponente u React-u sa TypeScript-om

11
Comments
3 min read
Using TypeORM with TSX: A Smoother Development Experience

Using TypeORM with TSX: A Smoother Development Experience

1
Comments
3 min read
Building Micro Frontends with Vite, React, and TypeScript: A Step-by-Step Guide

Building Micro Frontends with Vite, React, and TypeScript: A Step-by-Step Guide

6
Comments
11 min read
High performance Node.js static file serving — using Rust

High performance Node.js static file serving — using Rust

29
Comments 2
2 min read
TypeScript WebRTC. How to implement a Deno Signaling Server 🌐GameLinkSafe

TypeScript WebRTC. How to implement a Deno Signaling Server 🌐GameLinkSafe

2
Comments
5 min read
Implementing Prefetching in Vue apps

Implementing Prefetching in Vue apps

12
Comments
3 min read
Build an image editor with Fabric.js v6

Build an image editor with Fabric.js v6

21
Comments
15 min read
How to Create a Type to Retrieve All Keys of an Object in TypeScript

How to Create a Type to Retrieve All Keys of an Object in TypeScript

12
Comments 1
4 min read
Kada koristiti type, a kada interface u TypeScript-u?

Kada koristiti type, a kada interface u TypeScript-u?

13
Comments
3 min read
Building a Robust API Layer with TypeScript, Tanstack Query, Zod, and Zodios

Building a Robust API Layer with TypeScript, Tanstack Query, Zod, and Zodios

1
Comments
2 min read
An introduction to rust for the typescript developer

An introduction to rust for the typescript developer

Comments
4 min read
Simplify Facebook Login in React with react-fb-login-btn

Simplify Facebook Login in React with react-fb-login-btn

Comments
2 min read
Using my side project to get noticed in this brutal job market

Using my side project to get noticed in this brutal job market

2
Comments
1 min read
Using Potree from code written in TypeScript 1

Using Potree from code written in TypeScript 1

2
Comments
2 min read
A Guide in Developing a Financial Dashboard in Next.js

A Guide in Developing a Financial Dashboard in Next.js

2
Comments
4 min read
How ts-pattern can improve your code readability?

How ts-pattern can improve your code readability?

209
Comments 54
2 min read
useEventEmitter: A react hook to emit and listen to custom events

useEventEmitter: A react hook to emit and listen to custom events

3
Comments
4 min read
SSR in Next.js 14: What’s New in App Routing Compared to Page Routing

SSR in Next.js 14: What’s New in App Routing Compared to Page Routing

7
Comments 2
5 min read
How to Test Functions That Return Functions in TypeScript with Jest

How to Test Functions That Return Functions in TypeScript with Jest

2
Comments
3 min read
Understanding Single Responsibility Principle in TypeScript: A Quick Guide

Understanding Single Responsibility Principle in TypeScript: A Quick Guide

1
Comments 2
2 min read
loading...