#typescript 검색 결과

Most blockchains create their own smart contract languages ✍️✍️✍️ Mina did it differently - it chose TypeScript. Smart move: familiar syntax, lower barrier, more innovation. Everything you need to move from Web2 to Web3 🚀🚀🚀 #MinaProtocol #TypeScript youtube.com/watch?v=tPgQ9o…

somyckOV's tweet image. Most blockchains create their own smart contract languages ✍️✍️✍️
Mina did it differently - it chose TypeScript.
Smart move: familiar syntax, lower barrier, more innovation. 
Everything you need to move from Web2 to Web3
🚀🚀🚀

#MinaProtocol #TypeScript 
youtube.com/watch?v=tPgQ9o…

⚡ This tiny TypeScript utility makes your code type-safe, reusable, and fully inferred! #TypeScript #JavaScript

KaraBharat's tweet image. ⚡ This tiny TypeScript utility makes your code type-safe, reusable, and fully inferred!

#TypeScript #JavaScript

The only Ocean eyes am seeing o #Portfolio #TypeScript #Frontend


⚡ String Literal Unions are cleaner, faster, and have zero runtime overhead! #TypeScript #DevTips

KaraBharat's tweet image. ⚡ String Literal Unions are cleaner, faster, and have zero runtime overhead!

#TypeScript #DevTips

Easy use case to understand how TypeScript's keyof with Generic Type Inference works 👇 #TypeScript

KaraBharat's tweet image. Easy use case to understand how TypeScript's keyof with Generic Type Inference works 👇

#TypeScript

Just made my first contribution to VS Code 🎉 Fixed a bug that now lets you stage deleted files from the multi-file diff editor toolbar. Huge thanks to the maintainers for the review & merge 🙌 #opensource #vscode #typescript #devcommunity

codeAbinash's tweet image. Just made my first contribution to VS Code 🎉
Fixed a bug that now lets you stage deleted files from the multi-file diff editor toolbar.
Huge thanks to the maintainers for the review & merge 🙌

#opensource #vscode #typescript #devcommunity

In TypeScript v5.5, type predicates are inferred automatically from functions that return a narrowing statement. It’s not necessary to use "x is string" anymore to force TypeScript to infer the proper type. #typescript

petarivanovv9's tweet image. In TypeScript v5.5, type predicates are inferred automatically from functions that return a narrowing statement.

It’s not necessary to use "x is string" anymore to force TypeScript to infer the proper type.

#typescript

While types weren't initially widespread in frontend development, many developers have since embraced them. #typescript #frontend #typescript #javascript #programming


【TSKaigi Hokuriku 2025 基調講演決定🎤】 この度、TSKaigi Hokuriku 2025 の基調講演が決定しました。 うひょ(@uhyo_)さんにご登壇いただきます! #TSKaigi #TSKaigiHokuriku #TypeScript

tskaigi's tweet image. 【TSKaigi Hokuriku 2025 基調講演決定🎤】
この度、TSKaigi Hokuriku 2025 の基調講演が決定しました。
うひょ(@uhyo_)さんにご登壇いただきます!
#TSKaigi #TSKaigiHokuriku #TypeScript

Routes Autocomplete is one of my favorite features in @tan_stack Router 💡 No more guessing route names or messing up params — TypeScript just guides you there. It feels like @tan_stack router reads your mind 🤯 #TanStackRouter #TypeScript #React #DX

kowalski_devops's tweet image. Routes Autocomplete is one of my favorite features in @tan_stack  Router 💡

No more guessing route names or messing up params — TypeScript just guides you there.
It feels like @tan_stack router reads your mind 🤯
#TanStackRouter #TypeScript #React #DX

New TypeScript trick! Use satisfies to ensure type safety without casting. Cleaner code, no compromises! #TypeScript #javascriptlearning

iamanuragsarkar's tweet image. New TypeScript trick!  Use satisfies to ensure type safety without casting. Cleaner code, no compromises!  #TypeScript #javascriptlearning

Learn Nest.js with this comprehensive tutorial. Covers framework basics, features, and related tech. #nestjs #typescript #nodejs

essamamdani's tweet image. Learn Nest.js with this comprehensive tutorial. Covers framework basics, features, and related tech.
#nestjs #typescript #nodejs

Leveling up! 🚀 Started learning TypeScript to make my JS code more powerful ⚡ Next step — mastering types, interfaces & generics! #TypeScript #CodingJourney #WebDev

CoderShaswat's tweet image. Leveling up! 🚀
Started learning TypeScript to make my JS code more powerful ⚡
Next step — mastering types, interfaces & generics!

#TypeScript #CodingJourney #WebDev
CoderShaswat's tweet image. Leveling up! 🚀
Started learning TypeScript to make my JS code more powerful ⚡
Next step — mastering types, interfaces & generics!

#TypeScript #CodingJourney #WebDev

Backend: NestJS (secure modular APIs + Prisma) Frontend: Next.js (SSR + smooth routing) State management: ⚡ TanStack Query → server state 🧠 Zustand → client state JWT for Auth Auto data caching Type safety #NestJS #NextJS #TypeScript #ReactQuery #Zustand #Fullstack

Mana_boy07's tweet image. Backend: NestJS (secure modular APIs + Prisma)
Frontend: Next.js (SSR + smooth routing)
State management:
⚡ TanStack Query → server state
🧠 Zustand → client state
JWT for Auth
Auto data caching 
Type safety

#NestJS #NextJS #TypeScript #ReactQuery #Zustand  #Fullstack
Mana_boy07's tweet image. Backend: NestJS (secure modular APIs + Prisma)
Frontend: Next.js (SSR + smooth routing)
State management:
⚡ TanStack Query → server state
🧠 Zustand → client state
JWT for Auth
Auto data caching 
Type safety

#NestJS #NextJS #TypeScript #ReactQuery #Zustand  #Fullstack
Mana_boy07's tweet image. Backend: NestJS (secure modular APIs + Prisma)
Frontend: Next.js (SSR + smooth routing)
State management:
⚡ TanStack Query → server state
🧠 Zustand → client state
JWT for Auth
Auto data caching 
Type safety

#NestJS #NextJS #TypeScript #ReactQuery #Zustand  #Fullstack
Mana_boy07's tweet image. Backend: NestJS (secure modular APIs + Prisma)
Frontend: Next.js (SSR + smooth routing)
State management:
⚡ TanStack Query → server state
🧠 Zustand → client state
JWT for Auth
Auto data caching 
Type safety

#NestJS #NextJS #TypeScript #ReactQuery #Zustand  #Fullstack

🧠 Day 12/30: Generic interfaces/classes How generics power interfaces and classes, and how default type parameters make our APIs safer and more convenient. Full Guide 👉 medium.com/@devFemzy/day-… #TypeScript #30DaysOfTypeScript

devFemzy's tweet image. 🧠 Day 12/30: Generic interfaces/classes

How generics power interfaces and classes, and how default type parameters make our APIs safer and more convenient.

Full Guide 👉 medium.com/@devFemzy/day-…

#TypeScript #30DaysOfTypeScript

🧠 Day 11/30 — Generics Basics Write reusable functions without losing type safety. <T> lets your code stay flexible — but still smart. Let’s master Generics 👇 medium.com/@devFemzy/day-… #TypeScript #30DaysOfTypeScript

devFemzy's tweet image. 🧠 Day 11/30 — Generics Basics

Write reusable functions without losing type safety.
 &amp;lt;T&amp;gt; lets your code stay flexible — but still smart.

Let’s master Generics 👇
medium.com/@devFemzy/day-…

#TypeScript #30DaysOfTypeScript


📌 NocoBase is the most extensible AI-powered no-code/low-code platform for building business applications and enterprise solutions. 🔹 Gestion flexible 🔹 Personnalisation avancée 🔗 github.com/nocobase/nocob… #TypeScript


Learn Nest.js with this comprehensive tutorial. Covers framework basics, features, and related tech. #nestjs #typescript #nodejs

essamamdani's tweet image. Learn Nest.js with this comprehensive tutorial. Covers framework basics, features, and related tech.
#nestjs #typescript #nodejs

Most blockchains create their own smart contract languages ✍️✍️✍️ Mina did it differently - it chose TypeScript. Smart move: familiar syntax, lower barrier, more innovation. Everything you need to move from Web2 to Web3 🚀🚀🚀 #MinaProtocol #TypeScript youtube.com/watch?v=tPgQ9o…

somyckOV's tweet image. Most blockchains create their own smart contract languages ✍️✍️✍️
Mina did it differently - it chose TypeScript.
Smart move: familiar syntax, lower barrier, more innovation. 
Everything you need to move from Web2 to Web3
🚀🚀🚀

#MinaProtocol #TypeScript 
youtube.com/watch?v=tPgQ9o…

📌 Kortix – build, manage and train AI Agents. Fully Open Source. 🔹 1. Création d'agents IA 🔹 2. Gestion centralisée 🔗 github.com/kortix-ai/suna #TypeScript


my Mini-Payment-App! A full-stack platform to register, login, check balance & transfer funds securely. Built with Node.js, TypeScript, React & MongoDB. Check it out on GitHub: github.com/inaveed-git/mi… #FullStack #JavaScript #TypeScript #React #NodeJS #MongoDB #OpenSource


[PR]📚今日の1冊📕8 タイトル:ITエンジニアの転職学 2万人の選択から見えた、後悔しないキャリア戦略 価格:2,420円 #Typescript #赤川朗 #講談社 #入門書 #技術書 #楽天Kobo #楽天Books hb.afl.rakuten.co.jp/hgc/g00q0726.r…


Just made my first contribution to VS Code 🎉 Fixed a bug that now lets you stage deleted files from the multi-file diff editor toolbar. Huge thanks to the maintainers for the review & merge 🙌 #opensource #vscode #typescript #devcommunity

codeAbinash's tweet image. Just made my first contribution to VS Code 🎉
Fixed a bug that now lets you stage deleted files from the multi-file diff editor toolbar.
Huge thanks to the maintainers for the review &amp;amp; merge 🙌

#opensource #vscode #typescript #devcommunity

TypeScriptの研修に登壇しました。 アロー関数、ユニオン型、非同期処理などの基本を解説。 #TypeScript #プログラミング #駆け出しエンジニア

LighthouselabP's tweet image. TypeScriptの研修に登壇しました。
アロー関数、ユニオン型、非同期処理などの基本を解説。

#TypeScript #プログラミング #駆け出しエンジニア

何気に最近まで知らなかったんですが、お手軽にTypeScriptのコードをそのまま実行できるツールがあったんですね。 tsconfig.jsonの設定に影響しないのでnode.jsのコードをTypeScriptでサッと書いてサッと実行できるのがGood! github.com/privatenumber/… #プログラミング #エンジニア #TypeScript


⚡ Make any entity extendable with TypeScript generics! #typescript

KaraBharat's tweet image. ⚡ Make any entity extendable with TypeScript generics!

#typescript

TypeScript Readonly<T>: Shallow Immutability Explained 👇 #TypeScript

KaraBharat's tweet image. TypeScript Readonly&amp;lt;T&amp;gt;: Shallow Immutability Explained 👇

#TypeScript

聞こえますか… 今あなたの心に直接問いかけています… 大切な配列を、破壊しないでください…🥹 中途半端に破壊にするのも、やめてください…🥹 #JavaScript #TypeScript

tonkotsuboy_com's tweet image. 聞こえますか…
今あなたの心に直接問いかけています…
大切な配列を、破壊しないでください…🥹
中途半端に破壊にするのも、やめてください…🥹

#JavaScript #TypeScript

Most blockchains create their own smart contract languages ✍️✍️✍️ Mina did it differently - it chose TypeScript. Smart move: familiar syntax, lower barrier, more innovation. Everything you need to move from Web2 to Web3 🚀🚀🚀 #MinaProtocol #TypeScript youtube.com/watch?v=tPgQ9o…

somyckOV's tweet image. Most blockchains create their own smart contract languages ✍️✍️✍️
Mina did it differently - it chose TypeScript.
Smart move: familiar syntax, lower barrier, more innovation. 
Everything you need to move from Web2 to Web3
🚀🚀🚀

#MinaProtocol #TypeScript 
youtube.com/watch?v=tPgQ9o…

Sharing another completed project from @frontendmentor , a REST Countries web app built with React, TypeScript, Redux, Styled Components, and even TailwindCSS at some point. Big thanks to @GeorgeOlatoyan for testing and helping me spot a few bugs! #React #TypeScript #Redux

_devPRIME's tweet image. Sharing another completed project from  @frontendmentor , a REST Countries web app built with React, TypeScript, Redux, Styled Components, and even TailwindCSS at some point. Big thanks to @GeorgeOlatoyan for testing and helping me spot a few bugs!
#React #TypeScript #Redux
_devPRIME's tweet image. Sharing another completed project from  @frontendmentor , a REST Countries web app built with React, TypeScript, Redux, Styled Components, and even TailwindCSS at some point. Big thanks to @GeorgeOlatoyan for testing and helping me spot a few bugs!
#React #TypeScript #Redux

I’m starting “30 Days of Mastering TypeScript”—bite-sized, practical posts for JS devs who want confidence and scale. I’ll cover inference, generics, unions, React/Next, runtime validation & more. Follow along, build with me. Day 1 drops tomorrow. #TypeScript #Javascript

devFemzy's tweet image. I’m starting “30 Days of Mastering TypeScript”—bite-sized, practical posts for JS devs who want confidence and scale.

I’ll cover inference, generics, unions, React/Next, runtime validation &amp;amp; more.

Follow along, build with me. Day 1 drops tomorrow. 
 #TypeScript  #Javascript

My PC gave up on me, but the TypeScript journey must go on 😂 Learning on my phone tonight No excuses 💪 #TypeScript #Coding #buildinpublic

devadedejimike's tweet image. My PC gave up on me, but the TypeScript journey must go on 😂
Learning on my phone tonight
No excuses 💪
#TypeScript #Coding #buildinpublic

👩🏽‍💻 J’ai rejoins un projet d’entreprise en React + TypeScript, alors que je venais de React JS. Des tips pour bien m’adapter rapidement ? 🙏 Paix et joie câlin 🤗 #React #TypeScript #DevCommunity

MissGaye98's tweet image. 👩🏽‍💻 J’ai rejoins un projet d’entreprise en React + TypeScript, alors que je venais de React JS.
Des tips pour bien m’adapter rapidement ? 🙏
Paix et joie câlin 🤗 
#React #TypeScript #DevCommunity

It is Ready! #SPFx Schema Extensions Management App! Let's create the PR to lnkd.in/dxzNc6J Available soon 🙏 😊 #PnP #TypeScript #ReactJS #FluentUI9

joaojmendes's tweet image. It is Ready! #SPFx Schema Extensions Management App! 
Let&apos;s create the PR to lnkd.in/dxzNc6J 
Available soon 🙏 😊

#PnP #TypeScript #ReactJS #FluentUI9
joaojmendes's tweet image. It is Ready! #SPFx Schema Extensions Management App! 
Let&apos;s create the PR to lnkd.in/dxzNc6J 
Available soon 🙏 😊

#PnP #TypeScript #ReactJS #FluentUI9
joaojmendes's tweet image. It is Ready! #SPFx Schema Extensions Management App! 
Let&apos;s create the PR to lnkd.in/dxzNc6J 
Available soon 🙏 😊

#PnP #TypeScript #ReactJS #FluentUI9

✨ Aujourd’hui petite victoire : j’ai réussi à typer mes props en TypeScript Team débutante mais la satisfaction est réelle 🥹 ({ text }: { text: string }) => ... never felt so good #TypeScript #React

MissGaye98's tweet image. ✨ Aujourd’hui petite victoire : j’ai réussi à typer mes props en TypeScript 
Team débutante mais la satisfaction est réelle 🥹
 ({ text }: { text: string }) =&amp;gt; ... never felt so good #TypeScript #React

Just made my first contribution to VS Code 🎉 Fixed a bug that now lets you stage deleted files from the multi-file diff editor toolbar. Huge thanks to the maintainers for the review & merge 🙌 #opensource #vscode #typescript #devcommunity

codeAbinash's tweet image. Just made my first contribution to VS Code 🎉
Fixed a bug that now lets you stage deleted files from the multi-file diff editor toolbar.
Huge thanks to the maintainers for the review &amp;amp; merge 🙌

#opensource #vscode #typescript #devcommunity

I was assigned to build the frontend of a project during my internship at Telnet Nigeria Using Next.js, TypeScript, and TailwindCSS — a great opportunity to learn, contribute, and apply technology to real-world challenges. #NextJS #TypeScript #TailwindCSS #WebDevelopment

BackCodes704's tweet image. I was assigned to build the frontend of a project during my internship at Telnet Nigeria 
Using Next.js, TypeScript, and TailwindCSS — a great opportunity to learn, contribute, and apply technology to real-world challenges.
#NextJS #TypeScript #TailwindCSS #WebDevelopment

しんちょくー! めっちゃ怖い体育教師みたいにルールでガチガチにして、校則違反を認めずに、校則違反したやつは罰則まみれにして、先生ちょっとやりすぎですよーって言われても、これが教育なんだ!って感じのやつできた。 設定ファイルやコードみたい人います? #TypeScript #Svelte

joshuafolkken's tweet image. しんちょくー!

めっちゃ怖い体育教師みたいにルールでガチガチにして、校則違反を認めずに、校則違反したやつは罰則まみれにして、先生ちょっとやりすぎですよーって言われても、これが教育なんだ!って感じのやつできた。

設定ファイルやコードみたい人います?

#TypeScript #Svelte
joshuafolkken's tweet image. しんちょくー!

めっちゃ怖い体育教師みたいにルールでガチガチにして、校則違反を認めずに、校則違反したやつは罰則まみれにして、先生ちょっとやりすぎですよーって言われても、これが教育なんだ!って感じのやつできた。

設定ファイルやコードみたい人います?

#TypeScript #Svelte
joshuafolkken's tweet image. しんちょくー!

めっちゃ怖い体育教師みたいにルールでガチガチにして、校則違反を認めずに、校則違反したやつは罰則まみれにして、先生ちょっとやりすぎですよーって言われても、これが教育なんだ!って感じのやつできた。

設定ファイルやコードみたい人います?

#TypeScript #Svelte

In TypeScript v5.5, type predicates are inferred automatically from functions that return a narrowing statement. It’s not necessary to use "x is string" anymore to force TypeScript to infer the proper type. #typescript

petarivanovv9's tweet image. In TypeScript v5.5, type predicates are inferred automatically from functions that return a narrowing statement.

It’s not necessary to use &quot;x is string&quot; anymore to force TypeScript to infer the proper type.

#typescript

Currently building an education management platform with Next.js, TypeScript, Better Auth, and Prisma (PostgreSQL). About 50% complete and making steady progress 🚀 #Nextjs #TypeScript #Prisma #PostgreSQL #BetterAuth #WebDev #IndieDev #BuildInPublic #Coding #DevCommunity

BackCodes704's tweet image. Currently building an education management platform with Next.js, TypeScript, Better Auth, and Prisma (PostgreSQL). About 50% complete and making steady progress 🚀
#Nextjs #TypeScript #Prisma #PostgreSQL #BetterAuth #WebDev #IndieDev #BuildInPublic #Coding #DevCommunity

⚡ This tiny TypeScript utility makes your code type-safe, reusable, and fully inferred! #TypeScript #JavaScript

KaraBharat's tweet image. ⚡ This tiny TypeScript utility makes your code type-safe, reusable, and fully inferred!

#TypeScript #JavaScript

Loading...

Something went wrong.


Something went wrong.


United States Trends