PinnedPublished inInteresting CodingAmbient Modules in TypeScript — with a Special ExampleIn TypeScript, we have a feature known as ambient modules. These allow us to import libraries written in JavaScript and use them as if…Nov 8, 2023Nov 8, 2023
PinnedPublished inInteresting CodingMastering External Modules in TypeScriptIn TypeScript, external modules, often called “module systems”, provide a way to organize our code into reusable and manageable units.Nov 1, 20233Nov 1, 20233
PinnedPublished inInteresting CodingMastering Literal-Template Literal-Recursive Types in TypeScript — with Unique ExamplesDiscover TypeScript’s magic trio: literals, template literals, and recursion, through practical and distinct examples.Sep 28, 2023Sep 28, 2023
PinnedPublished inInteresting CodingMastering Mapped Types in TypeScript — with Specific ExamplesIn TypeScript, mapped types enables to generate new types based on existing types. Mapped types work by using a technique called “mapping…Oct 6, 2023Oct 6, 2023
PinnedPublished inInteresting CodingMastering Conditional Types in TypeScript — A Full GuideIn TypeScript, conditional types are a powerful feature that allow us to define types that depend on certain conditions. They are…Sep 18, 2023Sep 18, 2023
Published inInteresting CodingMastering Generics in TypeScriptGenerics in TypeScript can seem confusing at first, especially if you are new to the language. But don’t worry, once you get used to them…Sep 18, 2023Sep 18, 2023
Published inInteresting CodingUnderstanding and Using TypeScript InterfacesLet’s learn how to unravel the intricacies of interfaces and how we can leverage their potential to write more robust and maintainable code…Sep 18, 2023Sep 18, 2023
Published inInteresting CodingCreating and Using Type Aliases in TypeScriptElevate your TypeScript development with Type Aliases: concise, reusable, and type-safe definitions for enhanced code clarity and…Sep 18, 2023Sep 18, 2023
Published inInteresting CodingFrom Zero to Hero with TypeScript Enums: A Practical GuideExploring the fundamentals of TypeScript enums and how to leverage them to write better codeSep 18, 2023Sep 18, 2023
Published inInteresting CodingUnderstanding Object Types in TypeScriptGain a deeper understanding of object types in TypeScript for more effective programming.Sep 18, 2023Sep 18, 2023