How TypeScript Interfaces Work β Explained with Examples
https://www.freecodecamp.org/news/how-typescript-interfaces-work/
#typescript #interfaces
https://www.freecodecamp.org/news/how-typescript-interfaces-work/
#typescript #interfaces
freeCodeCamp.org
How TypeScript Interfaces Work β Explained with Examples
TypeScript, a superset of JavaScript, has gained widespread adoption among developers due to its ability to provide static typing, enhancing code robustness and maintainability. One of TypeScript's key features is interfaces, which play a pivotal rol...
June 14, 2024
How to Setup Jest on Typescript Monorepo Projects
https://dev.to/mikhaelesa/how-to-setup-jest-on-typescript-monorepo-projects-o4d
---
I've been writing TypeScript without understanding it
https://dev.to/wasp/ive-been-writing-typescript-without-understanding-it-5ef4
#typescript
https://dev.to/mikhaelesa/how-to-setup-jest-on-typescript-monorepo-projects-o4d
---
I've been writing TypeScript without understanding it
https://dev.to/wasp/ive-been-writing-typescript-without-understanding-it-5ef4
#typescript
DEV Community
How to Setup Jest on Typescript Monorepo Projects
TL;DR When I started making open source libraries, I didn't know much about unit testing...
June 21, 2024
Typescrypt: Make your life easier with decorators
https://dev.to/rizkiiqbal36/typescrypt-make-your-life-easier-with-decorators-3ppp?context=digest
#typescript #decorator
https://dev.to/rizkiiqbal36/typescrypt-make-your-life-easier-with-decorators-3ppp?context=digest
#typescript #decorator
DEV Community
Typescrypt: Make your life easier with decorators
What is decorator? In TypeScript, decorator is a special type of declaration that uses the...
π1
June 26, 2024
Whatβs New in React 19: Exploring Actions, use(), Compiler, and more
https://www.youtube.com/watch?v=81uAxzeyL2I
β-
Build An Expense Tracker with Next.js Server Actions, TS, Prisma, Neon & Clerk
https://www.youtube.com/watch?v=I6DCo5RwHBE
#react #nextjs #typescript #prisma #actions #compiler
https://www.youtube.com/watch?v=81uAxzeyL2I
β-
Build An Expense Tracker with Next.js Server Actions, TS, Prisma, Neon & Clerk
https://www.youtube.com/watch?v=I6DCo5RwHBE
#react #nextjs #typescript #prisma #actions #compiler
YouTube
Whatβs New in React 19: Exploring Actions, use(), Compiler, and more
βοΈ Study this course interactively on Scrimba:
https://v2.scrimba.com/whats-new-in-react-19-c03d?utm_source=youtube&utm_medium=video&utm_campaign=fcc-react19
Learn all about the exciting new features coming with React 19, including baked-in ways to handleβ¦
https://v2.scrimba.com/whats-new-in-react-19-c03d?utm_source=youtube&utm_medium=video&utm_campaign=fcc-react19
Learn all about the exciting new features coming with React 19, including baked-in ways to handleβ¦
June 26, 2024
Build a real-time voting app with WebSockets, React & TypeScript πβ‘οΈ
https://dev.to/wasp/build-a-real-time-voting-app-with-websockets-react-typescript-3oof?context=digest
#nodejs #react #socket #typescript
https://dev.to/wasp/build-a-real-time-voting-app-with-websockets-react-typescript-3oof?context=digest
#nodejs #react #socket #typescript
DEV Community
Build a real-time voting app with WebSockets, React & TypeScript πβ‘οΈ
TL;DR WebSockets allow your app to have βreal timeβ features, where updates are instant...
June 29, 2024
Array Some β In 2 Minutes β JavaScript
https://www.youtube.com/watch?v=vR81eJHYRRI
ββ
Array At β In 2 Minutes β JavaScript
https://www.youtube.com/watch?v=7COSh2UGHrE
β-
4 NEW TypeScript 5.5 Features!
https://www.youtube.com/watch?v=FhT87_CqPug
ββ
#array #typescript
https://www.youtube.com/watch?v=vR81eJHYRRI
ββ
Array At β In 2 Minutes β JavaScript
https://www.youtube.com/watch?v=7COSh2UGHrE
β-
4 NEW TypeScript 5.5 Features!
https://www.youtube.com/watch?v=FhT87_CqPug
ββ
#array #typescript
YouTube
Array Some β In 2 Minutes β JavaScript
The array "some" method in JavaScript lets you test whether or not at least 1 element in your array passes a specified condition. Perfect for knowing when to display something like an error message if "some" operations have failed on your web app π
For yourβ¦
For yourβ¦
July 5, 2024
How to Make Your TypeScript Code More Elegant
https://javascript.plainenglish.io/how-to-make-your-typescript-code-more-elegant-73645401b9b1
β-
Typescript Was A Mistake
https://andrewzuo.com/typescript-was-a-mistake-be68adeafc0d
β-
Deep Dive into TypeScriptβs Keyof Operator for Safer and More Flexible Code
https://javascript.plainenglish.io/deep-dive-into-typescripts-keyof-operator-for-safer-and-more-flexible-code-f5bf678d1a0b
β-
Angular Tips & Tricks: Initialize SignalStore from Resolver
https://itnext.io/angular-tips-tricks-initialize-ngrx-signalstore-from-resolver-738c9ff58369
β-
Angular Signals: Best Practices
https://medium.com/@eugeniyoz/angular-signals-best-practices-9ac837ab1cec
β-
#angular #typescript
https://javascript.plainenglish.io/how-to-make-your-typescript-code-more-elegant-73645401b9b1
β-
Typescript Was A Mistake
https://andrewzuo.com/typescript-was-a-mistake-be68adeafc0d
β-
Deep Dive into TypeScriptβs Keyof Operator for Safer and More Flexible Code
https://javascript.plainenglish.io/deep-dive-into-typescripts-keyof-operator-for-safer-and-more-flexible-code-f5bf678d1a0b
β-
Angular Tips & Tricks: Initialize SignalStore from Resolver
https://itnext.io/angular-tips-tricks-initialize-ngrx-signalstore-from-resolver-738c9ff58369
β-
Angular Signals: Best Practices
https://medium.com/@eugeniyoz/angular-signals-best-practices-9ac837ab1cec
β-
#angular #typescript
Medium
How to Make Your TypeScript Code More Elegant
TypeScript, as a superset language, encompasses all the features of JavaScript and builds upon them by offering more powerfulβ¦
July 16, 2024
What is the tRPC Library? Explained with a Demo Project
https://www.freecodecamp.org/news/what-is-trpc/
#typescript #trpc
https://www.freecodecamp.org/news/what-is-trpc/
#typescript #trpc
freeCodeCamp.org
What is the tRPC Library? Explained with a Demo Project
For a while now, I've been noticing a technology named tRPC that's cited in many modern tech stacks, including T3. But I didn't know what it was or why it had become so popular. So I began researching and learning about it. I didn't know what it mean...
July 19, 2024
The Differences Between 'Object', '{}', and 'object' in TypeScript
https://dev.to/zacharylee/the-differences-between-object-and-object-in-typescript-f6f
---
Announcing NgRx Signals v18: State Encapsulation, Private Store Members, Enhanced Entity Management, and more!
https://dev.to/ngrx/announcing-ngrx-signals-v18-state-encapsulation-private-store-members-enhanced-entity-management-and-more-2lo6
#typescript #ngrx
https://dev.to/zacharylee/the-differences-between-object-and-object-in-typescript-f6f
---
Announcing NgRx Signals v18: State Encapsulation, Private Store Members, Enhanced Entity Management, and more!
https://dev.to/ngrx/announcing-ngrx-signals-v18-state-encapsulation-private-store-members-enhanced-entity-management-and-more-2lo6
#typescript #ngrx
DEV Community
The Differences Between 'Object', '{}', and 'object' in TypeScript
Latest updates in my newsletter. In TypeScript, when we want to define an object type, there are...
July 31, 2024