Discover "stringly typed" development—where strings replace proper types in API calls and data exchanges.
Topic: TypeScript
TypeScript strictFunctionTypes only works for the function syntax and is ignored for the method syntax.
Use conditional types and the extends keyword to filter and transform union types.
Learn the difference between
@ts-ignore
and@ts-expect-error
in TypeScript, when to use them, and best practices for handling type errors.A snippet to enforce file name convention using TypeScript Template Literal Types.