#typescriptexplained Suchergebnisse

Keine Ergebnisse für "#typescriptexplained"
Keine Ergebnisse für "#typescriptexplained"

When you create a beautiful API for your helper, but the implementation turns into a small nightmare 😅 #TypeScript

Kacper_Kozak's tweet image. When you create a beautiful API for your helper, but the implementation turns into a small nightmare 😅 #TypeScript
Kacper_Kozak's tweet image. When you create a beautiful API for your helper, but the implementation turns into a small nightmare 😅 #TypeScript

⚡️ 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

⚡ 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&apos;ll level up your team&apos;s code!

See the advanced patterns in action 👇

#TypeScript #WebDev #CleanCode

💛 TypeScript explained 💛 Interfaces let you define the structure of objects. You can type function parameters, variables, and function return types explicitly with them. ↓

oliverjumpertz's tweet image. 💛 TypeScript explained 💛

Interfaces let you define the structure of objects.

You can type function parameters, variables, and function return types explicitly with them. ↓

A cheatsheet with handy TypeScript built-in types

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

💡TypeScript trick: Require at least one field

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

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 🤯

All you need to know about CSS filter methods 🎨 A thread🧵

Prathkum's tweet image. All you need to know about CSS filter methods 🎨 

A thread🧵

The pivotal moment of transitioning from intermediate to advanced @typescript was realizing the type system is a programming language in itself, w/ variables, functions, conditionals, & loops. Utility types like Required, Record, Pick, Omit are all built with these primitives.

flybayer's tweet image. The pivotal moment of transitioning from intermediate to advanced @typescript was realizing the type system is a programming language in itself, w/ variables, functions, conditionals, &amp;amp; loops.

Utility types like Required, Record, Pick, Omit are all built with these primitives.

⚡️ 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

You know you could just put this way … saves you from writing the same lines of codes 🧑‍💻 over and over #csstricks

thatTech_bro's tweet image. You know you could just put this way … 

saves you from writing the same lines of codes 🧑‍💻 over and over 
#csstricks

💡 CSS Tip With a transparent image, use the filter property instead of box-shadow:

YannBrds's tweet image. 💡 CSS Tip

With a transparent image, use the filter property instead of box-shadow:

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!👇

You can use <image onerror=alert() src> and firefox will normalize this to <img onerror=alert() src> which will help you to bypass certain XSS filters. #bugbounty #XSS #bugbountytip

_xploiterr's tweet image. You can use &amp;lt;image onerror=alert() src&amp;gt; and firefox will normalize this to &amp;lt;img onerror=alert() src&amp;gt; which will help you to bypass certain XSS filters.
#bugbounty #XSS #bugbountytip

I never realized the power of Array.filter(Boolean) to filter null, undefined, and empty strings. #ftw > Based on earlier tweet-tip

ThomasBurleson's tweet image. I never realized the power of  Array.filter(Boolean) to filter null, undefined, and empty strings. #ftw

&amp;gt;  Based on earlier tweet-tip

💡 CSS Tip ➡️ With a transparent image, use the filter property instead of box-shadow: #100daysofcode #coding #javascript

YannBrds's tweet image. 💡 CSS Tip

➡️ With a transparent image, use the filter property instead of box-shadow:

#100daysofcode #coding #javascript

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!

Wanna speed up your TypeScript builds and improve your IDE's TypeScript language server performance? Replace type intersections with interfaces. Here's how: 1. Search for this: & { 2. Replace the type intersections with an interface. Why? Because type intersections are slow.…

housecor's tweet image. Wanna speed up your TypeScript builds and improve your IDE&apos;s TypeScript language server performance?

Replace type intersections with interfaces.

Here&apos;s how: 
1. Search for this: &amp;amp; {
2. Replace the type intersections with an interface.

Why? Because type intersections are slow.…

⚡️ TypeScript Template Literal Types: Clean, Powerful & Reusable See it in action 👇

KaraBharat's tweet image. ⚡️ TypeScript Template Literal Types: Clean, Powerful &amp;amp; Reusable

See it in action 👇

Loading...

Something went wrong.


Something went wrong.


United States Trends