DEV Community

TypeScript

Optional static type-checking for JavaScript.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Cracking the Code: Solving Angular Bugs and Glitches

Cracking the Code: Solving Angular Bugs and Glitches

2
Comments
4 min read
Explicit Design, Part 6. Cross-Cutting Concerns and Extendable Infrastructure

Explicit Design, Part 6. Cross-Cutting Concerns and Extendable Infrastructure

5
Comments 2
11 min read
Exploring the difference between "any" and "unknown" in TypeScript

Exploring the difference between "any" and "unknown" in TypeScript

2
Comments
4 min read
Discover the Power and Simplicity of Daxus: Take Control of Your Data with Ease

Discover the Power and Simplicity of Daxus: Take Control of Your Data with Ease

5
Comments 1
2 min read
Understanding Node.js Event Emitters

Understanding Node.js Event Emitters

2
Comments
2 min read
Enhancing Finance Experiences with Open Banking

Enhancing Finance Experiences with Open Banking

Comments
5 min read
Tuntunan Praktis TypeScript - Bagian 1

Tuntunan Praktis TypeScript - Bagian 1

Comments
3 min read
Implementing the CQRS Pattern in NestJS with a Note API Example

Implementing the CQRS Pattern in NestJS with a Note API Example

3
Comments 2
4 min read
From Vue 2 to 3: A long journey

From Vue 2 to 3: A long journey

21
Comments 4
6 min read
Factory Method: Simplifying Object Instantiation

Factory Method: Simplifying Object Instantiation

5
Comments
9 min read
Use Precise types instead of String types

Use Precise types instead of String types

11
Comments
3 min read
Typed fetch with Sveltekit and Hono using RPC

Typed fetch with Sveltekit and Hono using RPC

6
Comments 2
3 min read
From Instability to Reliability: Using Puppeteer and Bubanai for e2e stabilization

From Instability to Reliability: Using Puppeteer and Bubanai for e2e stabilization

Comments
5 min read
A Guide to Using the Option Type in TypeScript

A Guide to Using the Option Type in TypeScript

13
Comments 2
6 min read
Simplified Micro Front-Ends: Mastering Global State Management with Redux and Redux Toolkit

Simplified Micro Front-Ends: Mastering Global State Management with Redux and Redux Toolkit

16
Comments
12 min read
Heard about DENO?

Heard about DENO?

Comments
2 min read
Building A B.M.I Calculator using Typescript

Building A B.M.I Calculator using Typescript

3
Comments
4 min read
Create a monorepo using PNPM workspace

Create a monorepo using PNPM workspace

122
Comments 10
9 min read
Basic CRUD operations with NestJs, TypeScript, Fastify & MongoDB

Basic CRUD operations with NestJs, TypeScript, Fastify & MongoDB

12
Comments
4 min read
Svelte + PocketBase + OAuth = 90 lines of code

Svelte + PocketBase + OAuth = 90 lines of code

32
Comments 4
7 min read
Celebrating Modular Mastery: Navigating JavaScript's Module Landscape

Celebrating Modular Mastery: Navigating JavaScript's Module Landscape

3
Comments
10 min read
Svelte + PocketBase + Nginx = Amazingness

Svelte + PocketBase + Nginx = Amazingness

9
Comments 3
4 min read
Write Unit Test for your Typescript GitHub Action

Write Unit Test for your Typescript GitHub Action

12
Comments 1
4 min read
The Future Is Here: Qwik Meets Prisma Innovatively

The Future Is Here: Qwik Meets Prisma Innovatively

13
Comments
6 min read
Typescript - Function Overloads

Typescript - Function Overloads

1
Comments
2 min read
Feature Contexts

Feature Contexts

Comments
3 min read
Typescript + Vue linter config step by step

Typescript + Vue linter config step by step

5
Comments
2 min read
Create a typescript utility library using Vite

Create a typescript utility library using Vite

32
Comments 9
7 min read
Establishing PostgreSQL Connection with Prisma in NestJS: A Comprehensive Guide with Bookmark API Example

Establishing PostgreSQL Connection with Prisma in NestJS: A Comprehensive Guide with Bookmark API Example

4
Comments
4 min read
Demystifying JavaScript Property Descriptors: A Deep Dive

Demystifying JavaScript Property Descriptors: A Deep Dive

1
Comments
2 min read
Improving Serverless Function response time on Vercel

Improving Serverless Function response time on Vercel

3
Comments
2 min read
toolkit-use npm package have added some functions

toolkit-use npm package have added some functions

5
Comments
1 min read
Integrate 🦜🔗LangChain with Orama for semantic search

Integrate 🦜🔗LangChain with Orama for semantic search

9
Comments 3
5 min read
What is React-Query and How to fetch data using react query?

What is React-Query and How to fetch data using react query?

3
Comments
3 min read
The JavaScript Odyssey

The JavaScript Odyssey

2
Comments
19 min read
Visualizing Data in React: A Guide to Beautiful Charts with React-Chartsjs-2

Visualizing Data in React: A Guide to Beautiful Charts with React-Chartsjs-2

30
Comments
6 min read
A Practical Introduction to Reactive Forms in Angular

A Practical Introduction to Reactive Forms in Angular

Comments
4 min read
Typescript Type vs Interface

Typescript Type vs Interface

2
Comments
3 min read
Unleashing the Power of TypeScript: Improving Standard Library Types

Unleashing the Power of TypeScript: Improving Standard Library Types

13
Comments
10 min read
New storage utility methods added to the toolkit-use npm package

New storage utility methods added to the toolkit-use npm package

1
Comments
1 min read
How we improved our Serverless API 300x

How we improved our Serverless API 300x

74
Comments 8
5 min read
Explicit Design, Part 5. App Composition

Explicit Design, Part 5. App Composition

4
Comments
19 min read
Intersection events and loose ends

Intersection events and loose ends

2
Comments
6 min read
The Frontend newsletter #10 - Discover the latest trends

The Frontend newsletter #10 - Discover the latest trends

1
Comments
4 min read
When Use Arrays, Tuples, Maps, and Sets In Typescript with Examples

When Use Arrays, Tuples, Maps, and Sets In Typescript with Examples

6
Comments 1
3 min read
Simple Data Validation in NestJS: A Practical Guide

Simple Data Validation in NestJS: A Practical Guide

3
Comments
3 min read
Exploring Network Graph Visualization: Graphology and Sigma.js

Exploring Network Graph Visualization: Graphology and Sigma.js

14
Comments 1
2 min read
The toolkit-use npm package has added commonly used DOM methods.

The toolkit-use npm package has added commonly used DOM methods.

6
Comments
1 min read
Create and Publish Your First NPM Package: A Comprehensive Guide

Create and Publish Your First NPM Package: A Comprehensive Guide

22
Comments 8
9 min read
How To Use Record Type In Typescript

How To Use Record Type In Typescript

3
Comments 2
2 min read
Better Code Quality with TypeScript’s Utility Types: Pick, Partial, and Omit

Better Code Quality with TypeScript’s Utility Types: Pick, Partial, and Omit

4
Comments
3 min read
Safely typing full/partial objects

Safely typing full/partial objects

Comments
3 min read
Managing Configuration and Environment Variables in NestJS

Managing Configuration and Environment Variables in NestJS

2
Comments
3 min read
Computer Science 4 Newbies - Understanding Binary Search

Computer Science 4 Newbies - Understanding Binary Search

4
Comments 3
3 min read
Easy Encryption in Typescript 2: Libsodium Boogaloo

Easy Encryption in Typescript 2: Libsodium Boogaloo

1
Comments
3 min read
Exploring the Depths of Observables and RxJS in Angular Applications

Exploring the Depths of Observables and RxJS in Angular Applications

12
Comments
3 min read
Mastering Micro Frontends: Creating Scalable Applications with React, Webpack 5, and TypeScript Type Safety

Mastering Micro Frontends: Creating Scalable Applications with React, Webpack 5, and TypeScript Type Safety

14
Comments 3
11 min read
Yet Another Newsletter LOL: Liftoff!

Yet Another Newsletter LOL: Liftoff!

7
Comments
3 min read
Converting a Gatsby Site to Use TypeScript

Converting a Gatsby Site to Use TypeScript

4
Comments
3 min read
Building a Custom React Hook: useIsAppOffline

Building a Custom React Hook: useIsAppOffline

1
Comments
4 min read
loading...