Typescript-Guru Posts

Working with string in TypeScript
10 June 2025Strings are one of the most commonly used data types in any programming language, and TypeScript is no exception. Whether you’re handling user input, constructing dynamic messages, or working with APIs, understanding how to effectively use the string type is essential....
Read More
Infer in TypeScript: Automatic Type Inference for Powerful Typing
8 March 2025In Typescript, Infer is just a keyword used within conditional types to infer or learn types based on other types. It allows TypeScript to automatically deduce the types of variables or parameters based on their usage within the code....
Read More
TypeScript Tips and Tricks Part 1
2 January 2025Many of us incorporate TypeScript into our projects, but are we fully aware of its extensive capabilities? While TypeScript is often recognized for its ability to define data types....
Read More