#typescriptbasics zoekresultaten

TypeScript basics | Complete Guide to TypeScript basics buff.ly/3sqic73 #TypeScriptbasics

corporatebridge's tweet image. TypeScript basics | Complete Guide to TypeScript basics
buff.ly/3sqic73

#TypeScriptbasics

🧠 😎 ¿Sabías que en @typescript puedes exportar el mismo alias para un solo (namespace, tipo y valor) sin generar conflictos? 👨🏽‍💻 esto es "declaration merging" #TypeScriptBasics #TypeScriptFundamentals #TypeScriptDeveloper #SoftwareEngineering

ronnyfreites's tweet image. 🧠 😎 ¿Sabías que en @typescript puedes exportar el mismo alias para un solo (namespace, tipo y valor) sin generar conflictos? 👨🏽‍💻 esto es "declaration merging"

#TypeScriptBasics #TypeScriptFundamentals #TypeScriptDeveloper
#SoftwareEngineering

TypeScript 101: TypeScript brings types to JavaScript, allowing developers to declare the data types of variables, parameters, and return values. This not only catches errors early but also improves code readability. 👩‍💻🔍 #TypeScriptBasics #TypeStrong


🚀 Build a strong foundation in #TypeScript! Start with the basics, understand the syntax, and progress to advanced topics. 📚💻 #TypeScriptBasics


👉 Basic Types: - number - string - boolean These are the foundational blocks of any TypeScript program. #BasicTypes #TypeScriptBasics


🧠 😎 ¿Sabías que en @typescript puedes exportar el mismo alias para un solo (namespace, tipo y valor) sin generar conflictos? 👨🏽‍💻 esto es "declaration merging" #TypeScriptBasics #TypeScriptFundamentals #TypeScriptDeveloper #SoftwareEngineering

ronnyfreites's tweet image. 🧠 😎 ¿Sabías que en @typescript puedes exportar el mismo alias para un solo (namespace, tipo y valor) sin generar conflictos? 👨🏽‍💻 esto es "declaration merging"

#TypeScriptBasics #TypeScriptFundamentals #TypeScriptDeveloper
#SoftwareEngineering

TypeScript 101: TypeScript brings types to JavaScript, allowing developers to declare the data types of variables, parameters, and return values. This not only catches errors early but also improves code readability. 👩‍💻🔍 #TypeScriptBasics #TypeStrong


🚀 Build a strong foundation in #TypeScript! Start with the basics, understand the syntax, and progress to advanced topics. 📚💻 #TypeScriptBasics


👉 Basic Types: - number - string - boolean These are the foundational blocks of any TypeScript program. #BasicTypes #TypeScriptBasics


TypeScript basics | Complete Guide to TypeScript basics buff.ly/3sqic73 #TypeScriptbasics

corporatebridge's tweet image. TypeScript basics | Complete Guide to TypeScript basics
buff.ly/3sqic73

#TypeScriptbasics

Geen resultaten voor "#typescriptbasics"

TypeScript. JavaScript.

_devJNS's tweet image. TypeScript.                             JavaScript.

⚡ TypeScript trick that'll level up your team's code! See the advanced patterns in action 👇 #TypeScript #WebDev #CleanCode

KaraBharat's tweet image. ⚡ TypeScript trick that'll level up your team's code!

See the advanced patterns in action 👇

#TypeScript #WebDev #CleanCode

typescript is amazing, think of it as type-safe javascript

icanvardar's tweet image. typescript is amazing, think of it as type-safe javascript

🔥 Use TypeScript template literal types to quickly generate a type with all permutations / options based on other types

wesbos's tweet image. 🔥 Use TypeScript template literal types to quickly generate a type with all permutations / options based on other types

📌사진을 보고 레이어 기능을 써서 비슷한 색감을 만들 수 있어야 원하는 색감을 참고해서 그릴 수도 있다! By looking at a photo and using the layer function, you should be able to recreate a similar color tone — that way, you can refer to the desired color scheme while drawing!

kun_mang_'s tweet image. 📌사진을 보고 레이어 기능을 써서 비슷한 색감을 만들 수 있어야 원하는 색감을 참고해서 그릴 수도 있다!

By looking at a photo and using the layer function, you should be able to recreate a similar color tone — that way, you can refer to the desired color scheme while drawing!

⚡️ Elegant TypeScript Solutions in Practice! → Union `|` → Conditional `?:` → Intersection `&` → Generics `<T>` → Constraints `extends` → Literals `'exact'` → Optional `?` See it in action 👇 #TypeScript #WebDev #JavaScript

KaraBharat's tweet image. ⚡️ Elegant TypeScript Solutions in Practice!

→ Union `|` 
→ Conditional `?:` 
→ Intersection `&amp;amp;` 
→ Generics `&amp;lt;T&amp;gt;`
→ Constraints `extends` 
→ Literals `&apos;exact&apos;` 
→ Optional `?`

See it in action 👇
#TypeScript #WebDev #JavaScript

A cheatsheet with handy TypeScript built-in types

mgechev's tweet image. A cheatsheet with handy TypeScript built-in types

Javascript array functions map filter find reduce

profulsadangi's tweet image. Javascript array functions map filter find reduce

You’re writing extra code if you’re not using this TypeScript trick!

KaraBharat's tweet image. You’re writing extra code if you’re not using this TypeScript trick!

Did y'all know you can do this in typescript? it checks to make sure the string type passed in matches a certain pattern 🤯

webdevcody's tweet image. Did y&apos;all know you can do this in typescript? it checks to make sure the string type passed in matches a certain pattern 🤯

🔥 Four ways to define an object type in TypeScript

wesbos's tweet image. 🔥 Four ways to define an object type in TypeScript

Stop memorizing TypeScript utility types. Here's the clean cheat sheet you'll need! 🔥 Bookmark this!👇

KaraBharat's tweet image. Stop memorizing TypeScript utility types. 
Here&apos;s the clean cheat sheet you&apos;ll need!

🔥 Bookmark this!👇

⚡️ Stop writing repetitive filter logic! Here's a clean TypeScript pattern 👇 - Reusable - Composable - Type-Safe #TypeScript #WebDev #CleanCode

KaraBharat's tweet image. ⚡️ Stop writing repetitive filter logic! Here&apos;s a clean TypeScript pattern 👇

- Reusable 
- Composable   
- Type-Safe

#TypeScript #WebDev #CleanCode

💡TypeScript trick: Require at least one field

KaraBharat's tweet image. 💡TypeScript trick: Require at least one field

TypeScript tip: Avoid making a property optional when the property isn’t valid in a certain case. Instead, declare 2 separate types, and use Omit to avoid copy/paste. Example: Many objects lack an id until they're saved. So declare a separate "Unsaved" type. #typescript

housecor's tweet image. TypeScript tip:

Avoid making a property optional when the property isn’t valid in a certain case.

Instead, declare 2 separate types, and use Omit to avoid copy/paste.

Example: Many objects lack an id until they&apos;re saved. So declare a separate &quot;Unsaved&quot; type.

#typescript

Do you want to know how much of your TypeScript code is type-safe? If yes, use type-coverage. Why? See more in 🧵 👇

petarivanovv9's tweet image. Do you want to know how much of your TypeScript code is type-safe?

If yes, use type-coverage.

Why?

See more in 🧵 👇

Here's a handy guide for understanding some of TypeScript's utility types:

mattpocockuk's tweet image. Here&apos;s a handy guide for understanding some of TypeScript&apos;s utility types:

Loading...

Something went wrong.


Something went wrong.


United States Trends