DEV Community

TypeScript

Optional static type-checking for JavaScript.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Assigning default properties efficiently with Defu

Assigning default properties efficiently with Defu

5
Comments 4
3 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

6
Comments 2
8 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
Validate request data with @novice1/validator-joi

Validate request data with @novice1/validator-joi

1
Comments
4 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
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)

14
Comments 1
6 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
Construindo um Painel de Blog Dinâmico com Next.js

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

3
Comments
22 min read
Create Production-Ready SDKs for tRPC

Create Production-Ready SDKs for tRPC

3
Comments
11 min read
Stack and Queue in JavaScript

Stack and Queue in JavaScript

22
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
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
Why avoid using 'any' in TypeScript

Why avoid using 'any' in TypeScript

1
Comments
5 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

24
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

61
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

8
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
Evaluating a deeper penetration into Google's open-source project

Evaluating a deeper penetration into Google's open-source project

1
Comments
3 min read
Executing a deeper penetration into Google's open-source project

Executing a deeper penetration into Google's open-source project

1
Comments
12 min read
Demystifying IP Addresses with is.ipv4 and is.not_ipv4 from 'thiis': Your Friendly Guide to IP Validation

Demystifying IP Addresses with is.ipv4 and is.not_ipv4 from 'thiis': Your Friendly Guide to IP Validation

Comments 1
5 min read
How to solve the N plus 1 problem in GraphQL with Prisma and Apollo

How to solve the N plus 1 problem in GraphQL with Prisma and Apollo

3
Comments
8 min read
Digging Deeper with TypeScript: ESlint

Digging Deeper with TypeScript: ESlint

1
Comments
3 min read
Utility Type: PrependArgs

Utility Type: PrependArgs

Comments
3 min read
Redirecting mobile users to App or Play Store in NextJS

Redirecting mobile users to App or Play Store in NextJS

10
Comments 1
3 min read
Calculating Field Values In Five

Calculating Field Values In Five

Comments
10 min read
Type-strict coding with TypeScripts "strict" mode

Type-strict coding with TypeScripts "strict" mode

Comments
3 min read
Next.js Blog using Static Site Generation with MongoDB Atlas

Next.js Blog using Static Site Generation with MongoDB Atlas

6
Comments
7 min read
Javascript Made Simple!

Javascript Made Simple!

Comments
8 min read
Sorting Algorithms in JavaScript or TypeScript

Sorting Algorithms in JavaScript or TypeScript

6
Comments
6 min read
Building Git Commit Linter Type in Typescript (Medium Difficulty)

Building Git Commit Linter Type in Typescript (Medium Difficulty)

Comments
12 min read
Discover the Charm of is.char and is.not_char in JavaScript with 'thiis'

Discover the Charm of is.char and is.not_char in JavaScript with 'thiis'

Comments 1
3 min read
CQRS with Low-Code

CQRS with Low-Code

1
Comments
5 min read
Why Enums in Rust feel so much better

Why Enums in Rust feel so much better

6
Comments 1
7 min read
Typescript: Discriminated Type Union Pattern

Typescript: Discriminated Type Union Pattern

2
Comments
2 min read
Utility Type: WithPrefix

Utility Type: WithPrefix

1
Comments
2 min read
Yet Another Newsletter LOL: Getting Griddy

Yet Another Newsletter LOL: Getting Griddy

10
Comments
4 min read
loading...