#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 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

dev.to

What is Tuple in TypeScript

Intro As I have mentioned multiple times in my previous articles that I have been learning...


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.

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🧵

欲しかったフィルターゲットできたのでフィルターに合わせてコロニー作ってみました!フィルターに合わせて作るの難しい!

reimio_pokecolo's tweet image. 欲しかったフィルターゲットできたのでフィルターに合わせてコロニー作ってみました!フィルターに合わせて作るの難しい!

Day 83 of #100DaysOfCode 🚀 I started learning about Typescript in React. I learnt how to: -type useState, react components and their props -create custom prop types -import and export types -type function props

LaTechGirly's tweet image. Day 83 of #100DaysOfCode 🚀
 I started learning about Typescript in React. I learnt how to:
-type useState, react components and their props
-create custom prop types
-import and export types
-type function props

⚡ 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

new to typescript? here's a handy little type for parsing regular expressions:

arktypeio's tweet image. new to typescript?

here's a handy little type for parsing regular expressions:

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!

Filter & Sort - Uxercon Icon Library 🎛️

uxercon's tweet image. Filter & Sort - Uxercon Icon Library 🎛️

Today I learned about some java script array method and the set of object : forEach()-used to iterate through each element in an array. filter()-creates a new array with elements that pass a condition . map()-transform each element and return a new array.and reduce, set.

preeti_kus2007's tweet image. Today I learned  about some java script array method and the set of object :
forEach()-used to iterate  through  each element  in an array.
filter()-creates  a new array with elements that pass a condition .
map()-transform  each element  and return  a new array.and reduce, set.

⚡️ 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's a clean TypeScript pattern 👇

- Reusable 
- Composable   
- Type-Safe

#TypeScript #WebDev #CleanCode

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 ต่อไปนะคะ😸💗

I found this cheat sheet that explains filter and splice methods in Javascript very well.

csaba_kissi's tweet image. I found this cheat sheet that explains filter and splice methods in Javascript very well.

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

>  Based on earlier tweet-tip

A cheatsheet with handy TypeScript built-in types

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

Javascript explained: Filter method in Arrays

sumitsaurabh927's tweet image. Javascript explained:

Filter method in Arrays

💡TypeScript trick: Require at least one field

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

💡 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

Loading...

Something went wrong.


Something went wrong.


United States Trends