#typescript resultados da pesquisa
Day1 of 30days of code!. 🎉 I got started with Typescript today, learnt some of it's major advantages to JS. I also got some hands on practice using the types!, and i can't wait to start building 👨🍳🔥. #buildinpublic #javascript #typescript #30daysofcode #nextjs #web3 #tech
✨ markdown-exit is finally out! A TypeScript rewrite of markdown-it with built-in types, async rendering and more. ⚡️ Drop-in ready and works with markdown-it plugins. 🔌 #typescript #markdown #web GitHub repo link below 🏃⬇️
⚡ This tiny TypeScript utility makes your code type-safe, reusable, and fully inferred! #TypeScript #JavaScript
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
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
しんちょくー! めっちゃ怖い体育教師みたいにルールでガチガチにして、校則違反を認めずに、校則違反したやつは罰則まみれにして、先生ちょっとやりすぎですよーって言われても、これが教育なんだ!って感じのやつできた。 設定ファイルやコードみたい人います? #TypeScript #Svelte
"Please don't use enums." Why this review comment sparked a major shift for @elvisautet's Typescript syntax. Read it here: dev.to/elvissautet/th… #Javascript #Typescript #Webdevelopment
💙 Finally done with TypeScript! Started like: “bro it’s just JS with types 💀” Now: “Wait... why does JS even exist?” 😅 Learned about interfaces, generics, type narrowing & all that typed sorcery 🧙♂️ Feels good writing bug-free code ⚡ #TypeScript #WebDev #BuildInPublic
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
Half the day went in college. ✅ Solved a LeetCode problem there ✅ Later, started learning TypeScript — explored how transpilation works, how .ts files compile, and concepts like strict types, arrays, interfaces, types, intersections & unions. #TypeScript #WebDev
New TypeScript trick! Use satisfies to ensure type safety without casting. Cleaner code, no compromises! #TypeScript #javascriptlearning
The “Result Pattern” improves code flow and developer experience. No more guessing error codes; everything is typed, so you know what to handle. #javascript #typescript #developerexperience
Whole night with hashtag#Fumadocs to build the developer experiance documentation in #Nextjs with #types ---> #typescript
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
Destructuring assignment is a game-changer for clean code. Unpack values from arrays or properties from objects into distinct variables. #JavaScript #TypeScript #CleanCode #CodeReact #react #DeveloperCommunity #developer #developerlearning #developerproblems
📌 ⚡ Lingo.dev - open-source, AI-powered i18n toolkit for instant localization with LLMs. Bring your own LLM or use Localization Engine. Join discord: 🔹 Projet open source 🔹 Code de qualité 🔗 github.com/lingodotdev/li… #TypeScript
Day 3 of 7, what I learned about express & middleware Common mistake - forgetting to call next() 1. If you forget next(), your request hangs forever 2. Always end middleware properly (either send a response or call next()). #typescript #jwt #middleware #express #mern #internships
Been using Axios for most of my projects, but thinking about moving to tRPC for cleaner frontend–backend communication. Not sure if it’s worth the switch yet — should I stick with Axios or try tRPC? #tRPC #TypeScript #WebDev
A Simple encryption library in Node.js with TypeScript #Nodejs #Typescript #Webdevelopment #Encoding #Encryption plainenglish.io/blog/a-simple-…
🔥 Meet the new Nalth CLI — faster, cleaner, Vite-inspired. nalth install nalth ui nalth test nalth build All power. No clutter. opensource: github.com/nalikiru-dev/n… Please make sure to vote on product hunt: producthunt.com/products/nalth #nalth #webdev #TypeScript #framework
🧰 株価と配当金の取得を1つのボタンに統合しました! APIでの取得で、日本株の場合に末尾へ「.T」を付ける必要がありますが、日本株/米国株を判定して「.T」を自動で付与するようにしました✨ #個人開発 #React #TypeScript #Tauri #Rust #開発ログ
Add Days to a Date in #TypeScript pythonguides.com/add-days-to-da…
Building a2a ai agent with mastra framework is really cool! for #TypeScript devs. I just build an exchange rate a2a agent and integrate to telex.im Saas for hng.tech @mastra , @markessien , @NanouuSymeon
📌 The AI coding agent built for the terminal. 🔹 1. **Assistant IA** 🔹 2. **Terminal intégré** 🔗 github.com/sst/opencode #TypeScript
🧠 Day 10/30: type vs interface Prefer type for unions & utilities; interface for OO/merge cases. Both describe shapes — choose the one that fits your intent. Full Guide 👉 medium.com/@devFemzy/day-… #TypeScript #30DaysOfTypeScript
🧠 Day 9 — Type Narrowing & Control-Flow Analysis Type Narrowing & Control-Flow Analysis are how TypeScript turns “maybe” types into the exact thing you can safely use.... Full Guide 👉 medium.com/@devFemzy/day-… #TypescriptIn30Days #30DaysOfTypeScript
JavaScript and TypeScript are the real pillars of the web of the present day! 🌐 Check out here - lnkd.in/gurUJg8k #JavaScript #TypeScript #WebDevelopment #Programming #SoftwareEngineering #ReactJS #NodeJS #askpromptai #coding
🚀 Did you know? In #JavaScript, `Object.freeze()` makes an object immutable, while in #TypeScript, `readonly` only protects its references. Choose wisely! 🛡️ #JSEssentials #TSEssentials #devtips
Day1 of 30days of code!. 🎉 I got started with Typescript today, learnt some of it's major advantages to JS. I also got some hands on practice using the types!, and i can't wait to start building 👨🍳🔥. #buildinpublic #javascript #typescript #30daysofcode #nextjs #web3 #tech
💙 Finally done with TypeScript! Started like: “bro it’s just JS with types 💀” Now: “Wait... why does JS even exist?” 😅 Learned about interfaces, generics, type narrowing & all that typed sorcery 🧙♂️ Feels good writing bug-free code ⚡ #TypeScript #WebDev #BuildInPublic
Starter repo for E2E tests using Cucumber(7) with Playwright and Typescript. #cucumber #playwright #typescript #e2etesting
📌 The only AI app builder that knows backend 🔹 Développement full-stack 🔹 Base de données intégrée 🔗 github.com/get-convex/chef #TypeScript
Day1 of 30days of code!. 🎉 I got started with Typescript today, learnt some of it's major advantages to JS. I also got some hands on practice using the types!, and i can't wait to start building 👨🍳🔥. #buildinpublic #javascript #typescript #30daysofcode #nextjs #web3 #tech
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
It is Ready! #SPFx Schema Extensions Management App! Let's create the PR to lnkd.in/dxzNc6J Available soon 🙏 😊 #PnP #TypeScript #ReactJS #FluentUI9
👩🏽💻 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
しんちょくー! めっちゃ怖い体育教師みたいにルールでガチガチにして、校則違反を認めずに、校則違反したやつは罰則まみれにして、先生ちょっとやりすぎですよーって言われても、これが教育なんだ!って感じのやつできた。 設定ファイルやコードみたい人います? #TypeScript #Svelte
✨ 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
My PC gave up on me, but the TypeScript journey must go on 😂 Learning on my phone tonight No excuses 💪 #TypeScript #Coding #buildinpublic
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
Leveling up! 🚀 Started learning TypeScript to make my JS code more powerful ⚡ Next step — mastering types, interfaces & generics! #TypeScript #CodingJourney #WebDev
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
⚡️ TypeScript: Event processor with generic constraints and exhaustive pattern matching! 🛡️ Zero runtime errors, maximum type safety See how it works 👇 #TypeScript #WebDev #JavaScript
Something went wrong.
Something went wrong.
United States Trends
- 1. Dodgers 752K posts
- 2. World Series 398K posts
- 3. World Series 398K posts
- 4. Blue Jays 154K posts
- 5. Yamamoto 235K posts
- 6. Will Smith 52.8K posts
- 7. Miguel Rojas 45.6K posts
- 8. jungkook 334K posts
- 9. Yankees 16.4K posts
- 10. Kershaw 39K posts
- 11. Carlos Manzo 307K posts
- 12. Baseball 172K posts
- 13. Kendrick 18.8K posts
- 14. #Worlds2025 32.5K posts
- 15. Vladdy 23.2K posts
- 16. Dave Roberts 15.1K posts
- 17. Ohtani 92.7K posts
- 18. Mets 11.8K posts
- 19. Hoffman 12.8K posts
- 20. Cubs 7,816 posts