#typescript 検索結果
Today I spent time refactoring one of my old JS project to TypeScript. I practiced: - typing useState - typing react components - typing components props - importing types - typing function props At this point I can say TypeScript is the best thing that happened to JS.
Turns out it’s possible to implement TypeScript’s type system in TypeScript’s type system 😳 Check out github.com/ronami/HypeScr…
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…
Started a new project: IntelliDoc — an AI-powered document assistant. Users will be able to upload, organize, and chat with their documents. - Landing page done - Auth pages next Building it full stack and I can’t wait to see it come alive! #React #TypeScript #TailwindCSS
TypeScript was created in October 2012 to solve an issue with JavaScript that hasn't existed since 2015. Unpopular opinion: But ...
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
Typeless release notes are back. We'll be posting every important update again. No more going quiet. typeless.com/help/release-n…
This year’s Octoverse report revealed that more than 1 developer joined GitHub every second. 👀 With GitHub, comes Copilot. And these new developers embraced it. 🚀 github.blog/news-insights/…
🧑🎄 Node.js now supports TypeScript by default 🤯 🎄
I discovered a fantastic GitHub repository called: typescript-book A Step by Step Guide to learn TypeScript. Link- github.com/basarat/typesc…
The interactive onboarding of JobTrackr is live. A short guided intro helps users understand the app in just 3 steps — no friction, no confusion. Next: the Kanban dashboard where candidates manage their job hunt visually. #buildinpublic #ReactJS #TypeScript #FrontendDev
📌 📦 Repomix is a powerful tool that packs your entire repository into a single, AI-friendly file. Perfect for when you need to feed your codebase to Large Language Models (LLMs) or other AI tools like Claude, ChatGPT, De... 🔗 github.com/yamadashy/repo… #TypeScript
Hiring for : #NET #Developer | Toronto Skills: Angular, Aws, Javascript, Nodejs, #Typescript [email protected] For Job Description, visit 50jobs.in/jobs/139216 #hiring #50Jobs #jobs #jobsearch #jobseekers
Can’t forget the GraalVM ecosystem. For example, we are in beta and can support running many languages in the same process, and even natively. Shared memory & GC etc. Currently support #Kotlin (2.2.20), #Java (JDK 25), #TypeScript, & #Python w/ support coming for LLVM and WASM
🧠 Day 14 — Utility Types II (Mapped Types) 30 Days of Mastering TypeScript by devFemzy medium.com/@devFemzy/day-… A Mapped Type lets you create a new type by taking the keys of another type and transforming them in some way. #TypeScript #30DaysOfTypeScript
🧠Day 13 — Utility Types I (Built-ins) 30 Days of Mastering TypeScript by devFemzy medium.com/@devFemzy/day-… Covered 20+ TypeScript utility types — from Partial & Pick to Awaited & ReturnType. These tiny built-ins reshape, filter, and reflect types so you write less code with…
crazy climb in traffic for mockhttp.org since it was launched. Now doing about 16k in traffic per month. Amazing replacement and scaled across 9 regions at no cost. Learn more here github.com/jaredwray/mock… #httpbin #typescript #javascript
Understanding #TypeScript’s ‘satisfies’ Operator: A Practical Guide pythonguides.com/typescript-sat…
Just built VideoHub - a modern video platform with Next.js 15! 🚀 ✨ Glassmorphism UI with Tailwind CSS 📤 Real-time upload progress with ImageKit 🔐 NextAuth.js authentication 🗄️ MongoDB Atlas database #NextJS #TypeScript #WebDev #FullStack 🔗 github.com/Santoshpatel11…
🔥 DAY 4/100 #100DaysOfCode 🔥 1️⃣ College 10-5 🏫 2️⃣ TS utilities: Pick, Partial, Readonly, Record, Map, Exclude ... 3️⃣ Linked List + 1 Q done 🔗 4️⃣ Hackathon PPT done 🎤 Keep working hard—one day you’ll give up Day 5 loading! Drop yours 👇 #WebDev #TypeScript #DSA
How to Format Currency to 2 Decimals in #TypeScript (With Practical Examples) spguides.com/typescript-for…
⚛️ ¡Y ahora nos toca aprender sobre las interfaces de TypeScript! ¡Aprende #React de cero a experto con #Typescript, con Fernando Herrera! 👉🏻youtu.be/nJvW38dv1dk?si… 👨🏻🏫👨🏻💻 Conoce más con esta pequeña prueba del curso, ¡Y recuerda que puedes obtenerlo completo en nuestra Web!
youtube.com
YouTube
[S3/L07] React: de cero a experto (con TypeScript) - Interfaces de...
GitHub’s latest Octoverse data: TypeScript has overtaken Python as the top language. In the AI coding era, typed languages seem to win on reliability. (PS: Rust usage is surging too.) #Programming #AI #TypeScript
TypeScript 101: Beginner’s Guide: Grab your copy now: abhaybharti.gumroad.com/l/osztvi #TypeScript
TypeScript 101: Beginner’s Guide: Grab your copy now: abhaybharti.gumroad.com/l/osztvi #TypeScript
🔥 Hot take: TypeScript isn't optional ✅ Catches bugs early ✅ Better DX ✅ Easier refactoring Saved me 10+ hours this week #TypeScript #WebDev
How to Loop Through Array in Typescript? spguides.com/loop-through-a… #Typescript
🚀 Hey TypeScript devs! Embrace the power of TypeScript for cleaner, safer code. 🎯 With static typing, catch errors early, enjoy powerful autocompletion, and improve team collaboration! 🛠️ Plus, it's JavaScript at heart—easy integration! 💙 #TypeScript #CodeSmart ✍ @openai
Clean code starts with smart types. Master Partial, Pick, Omit, Readonly, and more in our 4-part TypeScript guide 👉 Swipe to learn & level up! #TypeScript #LearnToCode #ChainAcademy #LimitlessLearning
SolidJS: The Complete Guide by Sinan Polat is on sale on Leanpub! Its suggested price is $44.00; get it for $28.80 with this coupon: leanpub.com/sh/71jKYvDl #Javascript #Typescript #ComputerProgramming #SolidJs #SolidStart #SoftwareEngineering
API broke your app? Zod validates data to stop crashes. Blog: madanbelbase.com.np/blog/why-your-… What's your fix? #Zod #TypeScript
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
My PC gave up on me, but the TypeScript journey must go on 😂 Learning on my phone tonight No excuses 💪 #TypeScript #Coding #buildinpublic
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
👩🏽💻 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
💰 開発中の株式管理ツールに配当金表示機能を追加しました! データはIRBANKからダウンロードしたJSONファイル(データのやり取りでよく使われるフォーマット)を利用。 最新の実績年度と1株あたりの配当金を表示できるようにしました📊 #個人開発 #React #TypeScript #Tauri #Rust #開発ログ
✨ 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
It is Ready! #SPFx Schema Extensions Management App! Let's create the PR to lnkd.in/dxzNc6J Available soon 🙏 😊 #PnP #TypeScript #ReactJS #FluentUI9
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
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
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
Something went wrong.
Something went wrong.
United States Trends
- 1. #AEWDynamite 4,279 posts
- 2. Godzilla 26.3K posts
- 3. Paige 26.1K posts
- 4. #Unrivaled N/A
- 5. Rickea N/A
- 6. #ChicagoMed N/A
- 7. Claudio 51.1K posts
- 8. #iubb N/A
- 9. Breeze 22K posts
- 10. #LetEmKnow 3,419 posts
- 11. Unplanned 3,102 posts
- 12. Shabbat 3,919 posts
- 13. Trench 7,831 posts
- 14. Jalen Duren N/A
- 15. Phee N/A
- 16. $DUOL 2,929 posts
- 17. Captain Kangaroo N/A
- 18. Brujas 30.8K posts
- 19. Lamine 70.1K posts
- 20. Doris Burke N/A