#learntypescript risultati di ricerca

Day 9,10,11/100 in Typescript Let’s dive in! #100DaysOfCode #LearnTypeScript #buildinpublic Made Portfolio for Myself 😎

anup23257's tweet image. Day 9,10,11/100 in Typescript Let’s dive in! 
#100DaysOfCode #LearnTypeScript #buildinpublic
Made Portfolio for Myself 😎

Day 7,8/100 in Typescript Let’s dive in! #100DaysOfCode #LearnTypeScript #buildinpublic Made a ToDo app

anup23257's tweet image. Day 7,8/100 in Typescript Let’s dive in!    #100DaysOfCode #LearnTypeScript #buildinpublic   
Made a ToDo app

Day 1/100 in Typescript Let’s dive in! 🌊 #100DaysOfCode #LearnTypeScript #buildinpublic 🔹 What is TypeScript? TypeScript = JavaScript + Types. It's a superset of JS that adds static typing, making your code robust and easier to maintain.

anup23257's tweet image. Day 1/100 in Typescript 
Let’s dive in! 🌊

#100DaysOfCode #LearnTypeScript
#buildinpublic 
🔹 What is TypeScript?
TypeScript = JavaScript + Types. It's a superset of JS that adds static typing, making your code robust and easier to maintain.

Day 3/100 in Typescript Let’s dive in! #100DaysOfCode #LearnTypeScript #buildinpublic Let’s explore type aliases and interfaces => 🔹 Type Aliases: A flexible way to define data shapes (objects, unions, etc.). 🔹Interface: Defines object structures and is extendable for OOP.

anup23257's tweet image. Day 3/100 in Typescript
Let’s dive in! 
#100DaysOfCode #LearnTypeScript #buildinpublic
Let’s explore type aliases and interfaces =>
🔹 Type Aliases: A flexible way to define data shapes (objects, unions, etc.).
🔹Interface: Defines object structures and is extendable for OOP.

Day 6/100 in Typescript Let’s dive in! #100DaysOfCode #LearnTypeScript #buildinpublic A narrow in TypeScript is when you refine a broad type (like string | number) to a more specific type (like string or number) based on conditions in your code.

anup23257's tweet image. Day 6/100 in Typescript Let’s dive in!    #100DaysOfCode #LearnTypeScript #buildinpublic 

 A narrow in TypeScript is when you refine a broad type (like string | number) to a more specific type (like string or number) based on conditions in your code.

Day 5/100 in Typescript Let’s dive in! #100DaysOfCode #LearnTypeScript #buildinpublic Using #TypeScript to handle user roles with Union & Intersection Types: Union (|): Flexible type selection Intersection (&): Combine types for richer structures

anup23257's tweet image. Day 5/100 in Typescript Let’s dive in!   #100DaysOfCode #LearnTypeScript #buildinpublic 

Using #TypeScript to handle user roles with Union & Intersection Types:  

Union (|): Flexible type selection 
Intersection (&): Combine types for richer structures

Day 4/100 in Typescript Let’s dive in! #100DaysOfCode #LearnTypeScript #buildinpublic -- Union & Intersection Why Learn These? 1️⃣ Union provides flexibility. 2️⃣ Intersection enforces structure. 3️⃣ Together, they make code precise yet adaptable.


it was great to learn them. During our session, my peers brought up a question and discovered a new command together! Collaborative learning is truly beautiful. #LearnTypeScript


Tuple type is one of the most valuable findings for me in the TypeScript world. From this week’s book club session, I could learn how useful it is and write a quick summary of it as an article! #DEVCommunity dev.to/keento0809/wha… #learntypescript


TypeScript is a superset of #JavaScript that adds static typing, classes, and other features. It's used in large-scale projects, especially those built with #Angular. #LearnTypeScript in 2023 and level up your #JavaScript skills. #ATC


Day 2/100 in Typescript Let’s dive in! 🌊 #100DaysOfCode #LearnTypeScript #buildinpublic 🛠️ Setting Up: 1️⃣ Install Node.js: nodejs.org 2️⃣ Install TypeScript globally: npmjs.com/package/typesc… Lets start with basic Concepts : freecodecamp.org/news/typescrip…


8️⃣ 📚 Amplia disponibilidad de recursos: Hay muchos recursos disponibles para aprender TypeScript, desde documentación oficial hasta tutoriales, cursos en línea y libros. Nunca ha sido más fácil aprender. #LearnTypeScript


Day 9,10,11/100 in Typescript Let’s dive in! #100DaysOfCode #LearnTypeScript #buildinpublic Made Portfolio for Myself 😎

anup23257's tweet image. Day 9,10,11/100 in Typescript Let’s dive in! 
#100DaysOfCode #LearnTypeScript #buildinpublic
Made Portfolio for Myself 😎

Day 7,8/100 in Typescript Let’s dive in! #100DaysOfCode #LearnTypeScript #buildinpublic Made a ToDo app

anup23257's tweet image. Day 7,8/100 in Typescript Let’s dive in!    #100DaysOfCode #LearnTypeScript #buildinpublic   
Made a ToDo app

Day 6/100 in Typescript Let’s dive in! #100DaysOfCode #LearnTypeScript #buildinpublic A narrow in TypeScript is when you refine a broad type (like string | number) to a more specific type (like string or number) based on conditions in your code.

anup23257's tweet image. Day 6/100 in Typescript Let’s dive in!    #100DaysOfCode #LearnTypeScript #buildinpublic 

 A narrow in TypeScript is when you refine a broad type (like string | number) to a more specific type (like string or number) based on conditions in your code.

vibe coded Image-viewer mcp server. View images from URL's and filesystem.

Eccex_'s tweet image. vibe coded Image-viewer mcp server.
View images from URL's and filesystem.
Eccex_'s tweet image. vibe coded Image-viewer mcp server.
View images from URL's and filesystem.
Eccex_'s tweet image. vibe coded Image-viewer mcp server.
View images from URL's and filesystem.
Eccex_'s tweet image. vibe coded Image-viewer mcp server.
View images from URL's and filesystem.

⚡ 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

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

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

A cheatsheet with handy TypeScript built-in types

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

Good morning ⛅️ midjourney style update

D_studioproject's tweet image. Good morning ⛅️ midjourney style update
D_studioproject's tweet image. Good morning ⛅️ midjourney style update
D_studioproject's tweet image. Good morning ⛅️ midjourney style update
D_studioproject's tweet image. Good morning ⛅️ midjourney style update

We're launching our first style explorer today. Go to Explore on our website and press "styles". Click "Try Style" to quickly test them with whatever you have in your prompt bar. Fuzzy search works too! Type photo or anime in the search bar to narrow styles to just those domains

midjourney's tweet image. We&apos;re launching our first style explorer today. Go to Explore on our website and press &quot;styles&quot;. Click &quot;Try Style&quot; to quickly test them with whatever you have in your prompt bar. Fuzzy search works too! Type photo or anime in the search bar to narrow styles to just those domains


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 🤯

💡TypeScript trick: Require at least one field

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

1. เข้าไปตรง effect 2. ใช้ filter02 70-80% 3. ใช้ filter01 10% 4. ใช้ filter15 50% 5. ปรับเเต่งตามชอบเลยค่า Ps. หลังใช้เสร็จ filter นึงเเล้วกดติ้กถูกให้มันเซฟก่อนเเล้วค่อยลง filter ต่อไปนะคะ😸💗

kannlita's tweet image. 1. เข้าไปตรง effect 
2. ใช้ filter02 70-80%
3. ใช้ filter01 10%
4. ใช้ filter15 50%
5. ปรับเเต่งตามชอบเลยค่า 

Ps. หลังใช้เสร็จ filter นึงเเล้วกดติ้กถูกให้มันเซฟก่อนเเล้วค่อยลง filter ต่อไปนะคะ😸💗
kannlita's tweet image. 1. เข้าไปตรง effect 
2. ใช้ filter02 70-80%
3. ใช้ filter01 10%
4. ใช้ filter15 50%
5. ปรับเเต่งตามชอบเลยค่า 

Ps. หลังใช้เสร็จ filter นึงเเล้วกดติ้กถูกให้มันเซฟก่อนเเล้วค่อยลง filter ต่อไปนะคะ😸💗
kannlita's tweet image. 1. เข้าไปตรง effect 
2. ใช้ filter02 70-80%
3. ใช้ filter01 10%
4. ใช้ filter15 50%
5. ปรับเเต่งตามชอบเลยค่า 

Ps. หลังใช้เสร็จ filter นึงเเล้วกดติ้กถูกให้มันเซฟก่อนเเล้วค่อยลง filter ต่อไปนะคะ😸💗

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

We're launching our first style explorer today. Go to Explore on our website and press "styles". Click "Try Style" to quickly test them with whatever you have in your prompt bar. Fuzzy search works too! Type photo or anime in the search bar to narrow styles to just those domains

midjourney's tweet image. We&apos;re launching our first style explorer today. Go to Explore on our website and press &quot;styles&quot;. Click &quot;Try Style&quot; to quickly test them with whatever you have in your prompt bar. Fuzzy search works too! Type photo or anime in the search bar to narrow styles to just those domains

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🧵

Here are some filter templates that you see a bunch of people using. I found them last night. You can use the apps PicsArt or phonto and just put them over your pictures.

amourclarissa's tweet image. Here are some filter templates that you see a bunch of people using. I found them last night. You can use the apps PicsArt or phonto and just put them over your pictures.
amourclarissa's tweet image. Here are some filter templates that you see a bunch of people using. I found them last night. You can use the apps PicsArt or phonto and just put them over your pictures.
amourclarissa's tweet image. Here are some filter templates that you see a bunch of people using. I found them last night. You can use the apps PicsArt or phonto and just put them over your pictures.
amourclarissa's tweet image. Here are some filter templates that you see a bunch of people using. I found them last night. You can use the apps PicsArt or phonto and just put them over your pictures.

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

you might be crashing around in the land of javascript when

luke_pighetti's tweet image. you might be crashing around in the land of javascript when

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

💙 Array.prototype.find and similar methods in JavaScript Let's learn by comparing the use cases of ❍ findIndex() ❍ indexOf() ❍ lastIndexOf() ❍ includes() ❍ some() ❍ every() ❍ find() ❍ filter()

swapnakpanda's tweet image. 💙 Array.prototype.find and similar methods in JavaScript

Let&apos;s learn by comparing the use cases of

❍  findIndex()
❍  indexOf()
❍  lastIndexOf()
❍  includes()
❍  some()
❍  every()
❍  find()
❍  filter()

Loading...

Something went wrong.


Something went wrong.


United States Trends