InLevel Up CodingbyItsukiLittle Typescript Tip: A Better(?) Way to create Union of Literal TypesUnion types are pretty unique to Typescript and we use a union of literal types to get a enum-like behavior with strings.21h ago
InBetter ProgrammingbyChris BauerHandling Class Libraries in Node.js (With and Without TypeScript)Writing a node class library is more confusing than it needs to be. Here’s a guideJul 11, 20232
InLevel Up CodingbyImran Farooq10 Bad TypeScript Habits To Break In 2024TypeScript and JavaScript have continuously progressed over the last years, and some of the practices we built over the last decades have…Sep 131Sep 131
InDevSpherebyAsian Digital HubBuild Unstoppable Distributed Systems with TypeScript and gRPCEver wrestled with REST APIs in a distributed system? Sure, they’re simple on paper. But when systems grow, and teams need tight…17h ago17h ago
Nabendu BiswasTypeScript Interview QuestionsNowadays most modern ReactJS and NodeJS apps are created using TypeScript. Angular was already having it in-built. So, you go for a Reactt…Apr 142Apr 142
InLevel Up CodingbyItsukiLittle Typescript Tip: A Better(?) Way to create Union of Literal TypesUnion types are pretty unique to Typescript and we use a union of literal types to get a enum-like behavior with strings.21h ago
InBetter ProgrammingbyChris BauerHandling Class Libraries in Node.js (With and Without TypeScript)Writing a node class library is more confusing than it needs to be. Here’s a guideJul 11, 20232
InLevel Up CodingbyImran Farooq10 Bad TypeScript Habits To Break In 2024TypeScript and JavaScript have continuously progressed over the last years, and some of the practices we built over the last decades have…Sep 131
InDevSpherebyAsian Digital HubBuild Unstoppable Distributed Systems with TypeScript and gRPCEver wrestled with REST APIs in a distributed system? Sure, they’re simple on paper. But when systems grow, and teams need tight…17h ago
Nabendu BiswasTypeScript Interview QuestionsNowadays most modern ReactJS and NodeJS apps are created using TypeScript. Angular was already having it in-built. So, you go for a Reactt…Apr 142
Gabriela IriartThe Power of NonNullable<T> in TypeScriptNonNullable<T> in TypeScript is a utility type that plays a significant role in enhancing code safety and clarity. This is particularly…Mar 282