코딩Coding/TypeScript
-
-
타입스크립트TypeScript 공식 문서코딩Coding/TypeScript 2023. 7. 23. 15:34
https://www.typescriptlang.org/docs/The starting point for learning TypeScriptFind TypeScript starter projects: from Angular to React or Node.js and CLIs.www.typescriptlang.org interface https://www.typescriptlang.org/docs/handbook/declaration-files/deep-dive.htmlDocumentation - Deep DiveHow do d.ts files work, a deep divewww.typescriptlang.org 인터페이스는 클래스에서 구현부가 빠졌다고 이해하면 편하다. 즉, 어떠한 객체가 이러이러한 프..
-
TypeScript & C# 개발자는 동일한 사람Anders Hejlsberg 👏앤더스 헤일즈버그코딩Coding/TypeScript 2023. 7. 15. 17:28
https://dev.to/destrodevshow/typescript-and-c-both-created-by-the-same-person-named-anders-hejlsberg-42g4 TypeScript and C# both were created by the same person named Anders Hejlsberg 👏 💪 🔥(with video) I went to one TypeScript meetup recently and talked to a few developers there. Surprisingly, a lot o... dev.to https://youtu.be/gieEQFIfgYc https://www.csharpstudy.com/Story/Article/2 C# 스토리 - C# ..
-
-
Unofficial, Reverse-Engineered Node.js/TypeScript client for Meta's Threads.코딩Coding/TypeScript 2023. 7. 12. 11:20
https://news.hada.io/topic?id=9688 Threads API - 첫 번째 비공식 스레드 API 클라이언트 | GeekNews 배경어제 아침에 메타(인스타그램)가 트위터 대항마로 내놓은 앱, 스레드(Threads)가 출시, 런칭 7시간 만에 천만 유저에 도달스레드의 하입을 지켜만 볼 수는 없겠다는 생각, 이 기회를 어떻게 활 news.hada.io https://github.com/junhoyeo/threads-api GitHub - junhoyeo/threads-api: Unofficial, Reverse-Engineered Node.js/TypeScript client for Meta's Threads. Supports Read and Wr Unofficial, Reverse-E..
-
-
VSCode에서 ESLint와 Prettier (+ TypeScript) 사용하기코딩Coding/TypeScript 2023. 7. 2. 14:17
https://velog.io/@das01063/VSCode%EC%97%90%EC%84%9C-ESLint%EC%99%80-Prettier-TypeScript-%EC%82%AC%EC%9A%A9%ED%95%98%EA%B8%B0 VSCode에서 ESLint와 Prettier (+ TypeScript) 사용하기VSCode 환경에서 ESLint와 Prettier를 TypeScript를 사용하는 프로젝트에 활용하기 위해 설정하는 방법을 알아봅니다.velog.io