dev.resolve()

dev.resolve()

Welcome to dev.resolve – your go-to source for fast, clean coding tips in modern web development. I post short-form content with ...

@dev.resolve subscribers

How to disable console.log in production (ESLint Trick)

dev.resolve()

How to disable console.log in production (ESLint Trick)

1 month ago - 0:35

The Ultimate Dev Stack: ESLint + Vue + Quasar + TypeScript 🚀

dev.resolve()

The Ultimate Dev Stack: ESLint + Vue + Quasar + TypeScript 🚀

1 month ago - 0:15

never vs void – What TypeScript Didn't Teach You

dev.resolve()

never vs void – What TypeScript Didn't Teach You

1 month ago - 0:29

Why Rust Makes Everything Immutable (By Default)

dev.resolve()

Why Rust Makes Everything Immutable (By Default)

1 month ago - 0:40

The “I” in SOLID – Stop forcing fat interfaces

dev.resolve()

The “I” in SOLID – Stop forcing fat interfaces

1 month ago - 0:15

YAGNI explained: Stop overengineering your code

dev.resolve()

YAGNI explained: Stop overengineering your code

1 month ago - 0:17

What is ESLint – and why every dev should use it

dev.resolve()

What is ESLint – and why every dev should use it

1 month ago - 0:37

typeof null === 'object'? Here's the truth.

dev.resolve()

typeof null === 'object'? Here's the truth.

2 months ago - 0:21

Prefer types over interfaces (most of the time) - What to use in modern TypeScript?

dev.resolve()

Prefer types over interfaces (most of the time) - What to use in modern TypeScript?

1 month ago - 0:37

Traits vs Interfaces — Rust Does It Better

dev.resolve()

Traits vs Interfaces — Rust Does It Better

1 month ago - 0:32

Is Rust OOP or Functional? Here's the Answer!

dev.resolve()

Is Rust OOP or Functional? Here's the Answer!

1 month ago - 0:35

Why you should never use any in TypeScript (ESLint Tip)

dev.resolve()

Why you should never use any in TypeScript (ESLint Tip)

3 weeks ago - 0:33

JS got classes in 2015… but they’re not what you think

dev.resolve()

JS got classes in 2015… but they’re not what you think

1 month ago - 0:33

Why did Microsoft build TypeScript? (2012 origins)

dev.resolve()

Why did Microsoft build TypeScript? (2012 origins)

1 month ago - 0:35

TS 5.0 Fix für catch-Errors! 🚀 | TypeScript Tip

dev.resolve()

TS 5.0 Fix für catch-Errors! 🚀 | TypeScript Tip

1 month ago - 0:36

Avoid magic values – make your code speak

dev.resolve()

Avoid magic values – make your code speak

1 month ago - 0:33

Mutating a const array? Yes. Reassigning? Nope.

dev.resolve()

Mutating a const array? Yes. Reassigning? Nope.

1 month ago - 0:23

== vs === – here’s when it actually matters

dev.resolve()

== vs === – here’s when it actually matters

2 months ago - 0:21

Why You Should Use unknown Instead of any | TypeScript Tip

dev.resolve()

Why You Should Use unknown Instead of any | TypeScript Tip

1 month ago - 0:27

Why setTimeout(..., 0) doesn’t run instantly

dev.resolve()

Why setTimeout(..., 0) doesn’t run instantly

2 months ago - 0:21

Clean Arrays? TypeScript Makes It Clear! 📦 | Dev Tip

dev.resolve()

Clean Arrays? TypeScript Makes It Clear! 📦 | Dev Tip

1 month ago - 0:37

Tip: Always Type Your Functions! ✍️ | TypeScript Advice

dev.resolve()

Tip: Always Type Your Functions! ✍️ | TypeScript Advice

1 month ago - 0:35

WTF? Why that missing semicolon broke your code (ESLint Fix)

dev.resolve()

WTF? Why that missing semicolon broke your code (ESLint Fix)

1 month ago - 0:41

Fast tests  perfect tests — here’s why it matters 🔴🟢

dev.resolve()

Fast tests perfect tests — here’s why it matters 🔴🟢

1 month ago - 0:33

Why Optional Chaining + Nullish Coalescing is Genius

dev.resolve()

Why Optional Chaining + Nullish Coalescing is Genius

1 month ago - 0:28

Why was JavaScript created in just 10 days? (Brendan Eich’s story)

dev.resolve()

Why was JavaScript created in just 10 days? (Brendan Eich’s story)

1 month ago - 0:19

devfix

devfix

https://github.com/devfix/

@devfixus subscribers

DevFix

DevFix

DevFix – Live Debugging & Development Solutions Welcome to DevFix, the ultimate destination for real-time problem-solving ...

@DevFixLive subscribers

The “D” in SOLID – Code to abstractions, not implementations

dev.resolve()

The “D” in SOLID – Code to abstractions, not implementations

1 month ago - 0:15

Stop testing internal logic – focus on behavior 🔴🟢

dev.resolve()

Stop testing internal logic – focus on behavior 🔴🟢

1 month ago - 0:31

ESLint’s no-floating-promises rule – Why your code needs it

dev.resolve()

ESLint’s no-floating-promises rule – Why your code needs it

1 month ago - 0:45

Why Do We Have Both null and undefined in JavaScript?

dev.resolve()

Why Do We Have Both null and undefined in JavaScript?

1 month ago - 0:23

Never use delete on JS arrays – here's why

dev.resolve()

Never use delete on JS arrays – here's why

2 months ago - 0:22

Don’t import deep – use no-internal-modules to stay clean

dev.resolve()

Don’t import deep – use no-internal-modules to stay clean

3 weeks ago - 0:34

In JavaScript, [] + [] doesn’t add arrays — it turns them into strings. Because of type coercion, bo

dev.resolve()

In JavaScript, [] + [] doesn’t add arrays — it turns them into strings. Because of type coercion, bo

1 month ago - 0:26