My quest for the perfect TS monorepo
I have spent an embarrassing amount of time improving my tooling around monorepos. I’ll share this journey… - https://thijs-koerselman.medium.com/my-quest-for-the-perfect-ts-monorepo-62653d3047eb
#typescript
  
  I have spent an embarrassing amount of time improving my tooling around monorepos. I’ll share this journey… - https://thijs-koerselman.medium.com/my-quest-for-the-perfect-ts-monorepo-62653d3047eb
#typescript
Medium
  
  My quest for the perfect TS monorepo
  I have spent an embarrassing amount of time improving my tooling around monorepos. I’ll share this journey with you, so you don’t have to.
👍2
  The Builder Design Pattern in TypeScript
What is the Builder design pattern, when should you use it, and how to implement the Builder design pattern… - https://blog.bitsrc.io/the-builder-design-pattern-in-typescript-1ae601450cc
#typescript
  
  What is the Builder design pattern, when should you use it, and how to implement the Builder design pattern… - https://blog.bitsrc.io/the-builder-design-pattern-in-typescript-1ae601450cc
#typescript
Medium
  
  The Builder Design Pattern in TypeScript
  What is the Builder design pattern, when should you use it, and how to implement the Builder design pattern in TypeScript?
👍3
  Types vs. interfaces in TypeScript
When it comes to TypeScript, there are two ways to define types: “types” and “interfaces.” - https://medium.com/@Evelyn.Taylor/types-vs-interfaces-in-typescript-1b306644ebb6
#typescript
  
  When it comes to TypeScript, there are two ways to define types: “types” and “interfaces.” - https://medium.com/@Evelyn.Taylor/types-vs-interfaces-in-typescript-1b306644ebb6
#typescript
Medium
  
  Types vs. interfaces in TypeScript
  When it comes to TypeScript, there are two ways to define types: “types” and “interfaces.”
👍6👏1
  10 TypeScript Tips and Tricks for Advanced Developers
For a beginner, TypeScript can be overwhelming at times. However, with the right tips and techniques, you can… - https://codegirljs.medium.com/10-typescript-tips-and-tricks-for-advanced-developers-25db6fe6aa72
#typescript
  
  For a beginner, TypeScript can be overwhelming at times. However, with the right tips and techniques, you can… - https://codegirljs.medium.com/10-typescript-tips-and-tricks-for-advanced-developers-25db6fe6aa72
#typescript
Medium
  
  10 TypeScript Tips and Tricks for Advanced Developers
  For a beginner, TypeScript can be overwhelming at times. However, with the right tips and techniques, you can harness the power of…
👍5
  Live Types in a TypeScript Monorepo
Several strategies to make a TypeScript monorepo feel more “alive” in the sense of the propagation of changes. - https://colinhacks.com/essays/live-types-typescript-monorepo
#typescript
  
  Several strategies to make a TypeScript monorepo feel more “alive” in the sense of the propagation of changes. - https://colinhacks.com/essays/live-types-typescript-monorepo
#typescript
Colin McDonnell @colinhacks
  
  Live types in a TypeScript monorepo
  
👍5❤3
  TypeScript Interview Questions
Nowadays most modern ReactJS and NodeJS apps are created using TypeScript. Angular was already having it… - https://nabendu82.medium.com/typescript-interview-questions-80d4bb1e9733
#typescript
  
  Nowadays most modern ReactJS and NodeJS apps are created using TypeScript. Angular was already having it… - https://nabendu82.medium.com/typescript-interview-questions-80d4bb1e9733
#typescript
Medium
  
  TypeScript Interview Questions
  Nowadays most modern ReactJS and NodeJS apps are created using TypeScript. Angular was already having it in-built. So, you go for a Reactt…
👍4
  Implement a Dependency Injection Container in TypeScript from Scratch
IoC (also known as dependency injection container) from theory to implementation - https://medium.com/@vahid.vdn/implement-a-dependency-injection-container-from-scratch-7092c8a0ae7a
#typescript
  
  IoC (also known as dependency injection container) from theory to implementation - https://medium.com/@vahid.vdn/implement-a-dependency-injection-container-from-scratch-7092c8a0ae7a
#typescript
Medium
  
  Implement a Dependency Injection Container in TypeScript from Scratch
  IoC (also known as dependency injection container) from theory to implementation
👍3❤2
  Announcing TypeScript 5.7 Beta
The newest TypeScript is on the way. As always, there's a laundry list of enhancements and features, but the path rewriting for relative paths is a particularly welcome addition for those building server-side apps, enabling easy rewrites of .ts imports into .js at compile time. - https://devblogs.microsoft.com/typescript/announcing-typescript-5-7-beta/
#typescript
  
  The newest TypeScript is on the way. As always, there's a laundry list of enhancements and features, but the path rewriting for relative paths is a particularly welcome addition for those building server-side apps, enabling easy rewrites of .ts imports into .js at compile time. - https://devblogs.microsoft.com/typescript/announcing-typescript-5-7-beta/
#typescript
Microsoft News
  
  Announcing TypeScript 5.7 Beta
  Today we are announcing the availability of TypeScript 5.7 Beta. To get started using the beta, you can get it through npm with the following command: npm install -D typescript@beta Let’s take a look at what’s new in TypeScript 5.7! Checks for Never-Initialized…
❤1👍1😁1
  Caching Data With Nuxt (client-side)
This tutorial demonstrates how to cache data on the client-side within a Nuxt application using the getCacheData method. This allows you to easily cache your data and avoid unnecessary calls to an API for your users. The video includes a step-by-step guide on how to implement caching, including setting an expiration time for your cached data. - https://www.youtube.com/watch?v=taYtXvZJvLk
#vue
  
  This tutorial demonstrates how to cache data on the client-side within a Nuxt application using the getCacheData method. This allows you to easily cache your data and avoid unnecessary calls to an API for your users. The video includes a step-by-step guide on how to implement caching, including setting an expiration time for your cached data. - https://www.youtube.com/watch?v=taYtXvZJvLk
#vue
YouTube
  
  Caching Data With Nuxt (client-side)
  🤖 WebDevDaily: https://www.webdevdaily.io/
📕 Nuxt 3 Course: https://www.learnnuxt.dev/
📕 Vue 3 Crash Course: https://johnkomarnicki.gumroad.com/l/tqrmw
🚀 Join the channel :https://www.youtube.com/channel/UCr0D7PVNOHqB3Td7lVl_LKw/join
🤖 Website: https://…
📕 Nuxt 3 Course: https://www.learnnuxt.dev/
📕 Vue 3 Crash Course: https://johnkomarnicki.gumroad.com/l/tqrmw
🚀 Join the channel :https://www.youtube.com/channel/UCr0D7PVNOHqB3Td7lVl_LKw/join
🤖 Website: https://…
❤2👍2
  TypeScript Interview Questions
Nowadays most modern ReactJS and NodeJS apps are created using TypeScript. Angular was already having it… - https://nabendu82.medium.com/typescript-interview-questions-80d4bb1e9733
#typescript
  
  Nowadays most modern ReactJS and NodeJS apps are created using TypeScript. Angular was already having it… - https://nabendu82.medium.com/typescript-interview-questions-80d4bb1e9733
#typescript
Medium
  
  TypeScript Interview Questions
  Nowadays most modern ReactJS and NodeJS apps are created using TypeScript. Angular was already having it in-built. So, you go for a Reactt…
👍2❤1