AAajay adsuleinajayadsule.hashnode.dev·Mar 23, 2024 · 3 min readTypes of functions in JavaScriptIntroduction Functions are like little helpers in your code. You can give them a name and tell them what to do, and then you can use them over and over again whenever you need that task done. Function statement/ declaration This is the standard metho...00
AAajay adsuleinajayadsule.hashnode.dev·Mar 21, 2024 · 4 min readtRPC setup for NextJs app routerWhat is tRPC? tRPC stands for Typescript Remote Procedure Call. Instead of producing APIs from backend tRPC can directly infers and applies your typescript endpoint. With the help of tRPC you can build typesafe APIs without schemas or code generation...00