DEV Community

TypeScript

Optional static type-checking for JavaScript.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Boilerplate para TypeScript

Boilerplate para TypeScript

3
Comments 2
2 min read
Mastering Indexed Access Types in TypeScript

Mastering Indexed Access Types in TypeScript

2
Comments
2 min read
Javascript VS TypeScript : Going Back to JavaScript and stop using TypeScript

Javascript VS TypeScript : Going Back to JavaScript and stop using TypeScript

40
Comments 39
2 min read
On Turbo Dropping TypeScript

On Turbo Dropping TypeScript

4
Comments
2 min read
Update eslint-config-ts-prefixer@v0.23.3

Update eslint-config-ts-prefixer@v0.23.3

1
Comments
2 min read
How to Make a CLI App with NestJS: Step-by-Step

How to Make a CLI App with NestJS: Step-by-Step

4
Comments
3 min read
Mastering Unit Testing With NestJS

Mastering Unit Testing With NestJS

79
Comments
4 min read
Day 49: Conditional Types

Day 49: Conditional Types

8
Comments
2 min read
How to conditionally render React UI based on user permissions

How to conditionally render React UI based on user permissions

7
Comments
7 min read
Will Bun replace Node.js? First try with NestJS

Will Bun replace Node.js? First try with NestJS

2
Comments
1 min read
The Complete Guide to CRUD Operations in Angular Using NgRx

The Complete Guide to CRUD Operations in Angular Using NgRx

4
Comments
4 min read
TypeScript's Discriminated Unions and How I Began to Worry Less

TypeScript's Discriminated Unions and How I Began to Worry Less

Comments
2 min read
Angular DI: the genetic tokens pitfall

Angular DI: the genetic tokens pitfall

Comments
3 min read
How to create a React components ESM+CJS library

How to create a React components ESM+CJS library

2
Comments
12 min read
Day 48: Mapped Types

Day 48: Mapped Types

6
Comments
2 min read
Basic concepts of Routing and Navigation in Web Applications with Angular

Basic concepts of Routing and Navigation in Web Applications with Angular

4
Comments
3 min read
Bun 1.0: A No-Nonsense Look at the New Kid on the JavaScript Block?

Bun 1.0: A No-Nonsense Look at the New Kid on the JavaScript Block?

1
Comments
2 min read
Pezzo v0.5 - Dashboards, Caching, Python Client, and More!

Pezzo v0.5 - Dashboards, Caching, Python Client, and More!

19
Comments
2 min read
A simplified prospective in sharing Redux Store between Federated React Apps

A simplified prospective in sharing Redux Store between Federated React Apps

14
Comments 1
3 min read
Full Stack Nuxt Typescript App without tRPC

Full Stack Nuxt Typescript App without tRPC

3
Comments
5 min read
You might not need TypeScript Enum

You might not need TypeScript Enum

77
Comments 22
2 min read
Day 47: Utility Types

Day 47: Utility Types

8
Comments
2 min read
Angular State Management: A Comparison of the Different Options Available

Angular State Management: A Comparison of the Different Options Available

124
Comments 3
5 min read
Bun 1.0: The Next Big Thing in JavaScript Runtime?

Bun 1.0: The Next Big Thing in JavaScript Runtime?

8
Comments
2 min read
Building a TypeScript-Compatible Webpack Loader: A PlantUML Mind Map Example

Building a TypeScript-Compatible Webpack Loader: A PlantUML Mind Map Example

Comments
6 min read
Simplify your React state management with react-state-factory

Simplify your React state management with react-state-factory

1
Comments
2 min read
Mastering Angular Unit Testing: A Comprehensive Guide with Examples

Mastering Angular Unit Testing: A Comprehensive Guide with Examples

19
Comments
4 min read
Out-Of-The-Box DTO Validator

Out-Of-The-Box DTO Validator

8
Comments
1 min read
JavaScript Objects: The Keeper’s Chest

JavaScript Objects: The Keeper’s Chest

Comments 1
2 min read
Brewing a Full-Stack Breakfast with ExpressoTS, Bun, and Elysia

Brewing a Full-Stack Breakfast with ExpressoTS, Bun, and Elysia

34
Comments 4
5 min read
Starting a startup? A word on Common Lisp VS TypeScript

Starting a startup? A word on Common Lisp VS TypeScript

1
Comments
1 min read
From zero to production with Fastify

From zero to production with Fastify

7
Comments
2 min read
DOM reading and writing with new lifecycle hooks in Angular

DOM reading and writing with new lifecycle hooks in Angular

30
Comments
4 min read
Day 46: Memoization

Day 46: Memoization

Comments
2 min read
A first project with ExpressoTS

A first project with ExpressoTS

246
Comments 35
5 min read
Getting Started with React Native in 2023: An Comprehensive Guide for Beginners

Getting Started with React Native in 2023: An Comprehensive Guide for Beginners

1
Comments
3 min read
Angular Addicts #17: Angular v16.2, Combining Signals and Observables & more

Angular Addicts #17: Angular v16.2, Combining Signals and Observables & more

4
Comments
4 min read
Making TypeScript Truly "Strongly Typed"

Making TypeScript Truly "Strongly Typed"

2
Comments
10 min read
Building & Testing React Hooks with NPM

Building & Testing React Hooks with NPM

1
Comments
5 min read
PURISTA: Build with rimraf, esbuild, Turbo & git-cliff

PURISTA: Build with rimraf, esbuild, Turbo & git-cliff

5
Comments
2 min read
Bun 101: Bun for JavaScript Developers

Bun 101: Bun for JavaScript Developers

3
Comments
3 min read
Bun overview

Bun overview

1
Comments
3 min read
Example chat app - Clerk makes auth dead simple

Example chat app - Clerk makes auth dead simple

7
Comments
2 min read
Day 45: Dependency Injection

Day 45: Dependency Injection

7
Comments 1
2 min read
how much % you have used out of your life???

how much % you have used out of your life???

8
Comments 1
1 min read
TypeScript Generics

TypeScript Generics

1
Comments
10 min read
Managing Life-Cycle Methods Using React Hooks

Managing Life-Cycle Methods Using React Hooks

Comments
2 min read
Explicit Design, Part 9. Decoupling Features with Events

Explicit Design, Part 9. Decoupling Features with Events

4
Comments
8 min read
Empowering Your Azure Projects with a Secure CLI: A Step-by-Step Guide

Empowering Your Azure Projects with a Secure CLI: A Step-by-Step Guide

1
Comments
6 min read
"Satisfies" operator, Typescript

"Satisfies" operator, Typescript

Comments
2 min read
Dark Mode with Next.js, TypeScript, Styled Components and Redux Toolkit🔯🔮

Dark Mode with Next.js, TypeScript, Styled Components and Redux Toolkit🔯🔮

5
Comments 1
6 min read
Bun, Hono, Vite, TailwindCSS: An amazing combination has just been revealed!

Bun, Hono, Vite, TailwindCSS: An amazing combination has just been revealed!

15
Comments
4 min read
TILvert, my first open-source project

TILvert, my first open-source project

1
Comments
1 min read
Cómo usar el patrón facade para crear componentes personalizados y desacoplar tu código de librerías de terceros

Cómo usar el patrón facade para crear componentes personalizados y desacoplar tu código de librerías de terceros

1
Comments
5 min read
Building a State Management System with React

Building a State Management System with React

6
Comments
7 min read
Moving from Typescript and Langchain to Rust and Loops

Moving from Typescript and Langchain to Rust and Loops

49
Comments 7
6 min read
Angular Cheatsheet

Angular Cheatsheet

8
Comments 1
2 min read
Authentication in Next.js using NextAuth.js

Authentication in Next.js using NextAuth.js

5
Comments
5 min read
Build A Full-Stack Typescript Application with Nuxt and tRPC

Build A Full-Stack Typescript Application with Nuxt and tRPC

13
Comments 2
4 min read
Streamline Your Typescript Projects with These Useful Abstract Utils and Helpers

Streamline Your Typescript Projects with These Useful Abstract Utils and Helpers

Comments
5 min read
loading...