PinnedPublished inStackademicTypeScript Advanced ConceptsExploring the advanced concepts in TypeScript: Generics, Union Type, Intersection Type, Type Guards, Nullish Coalescing etc.Aug 7, 2023Aug 7, 2023
PinnedPublished inStackademicLeveraging Union Types and Union Autocomplete Helper in TypeScriptAs we navigate our way through the TypeScript wilderness, one of the compelling features we encounter is the power of Union Types. Couple…Dec 6, 20231Dec 6, 20231
PinnedPublished inStackademicTypeScript: Mastering Overloading and GenericsTypeScript, a statically typed superset of JavaScript, brings in optional static types and class-based object-oriented programming to the…Nov 21, 20231Nov 21, 20231
PinnedPublished inDev GeniusLeveraging TypeScript’s Advanced Types: Module Types and Indexed Access TypesAdvanced types in TypeScript open up a plethora of possibilities to create complex type relationships that can greatly enhance the…Nov 21, 2023Nov 21, 2023
PinnedPublished inDev GeniusA Deep Dive Into TypeScript’s Infer KeywordIn this article, we will be discussing a powerful tool TypeScript provides for dynamic type inference — the infer keyword. This concept is…Dec 4, 20231Dec 4, 20231
Published inDev GeniususeEffect vs useLayoutEffectIn this article, we’ll dive into the specifics of two important hooks in React: useEffect and useLayoutEffect. We will learn about their…Feb 20, 2024Feb 20, 2024
Published inStackademicNextjs Best Optimization ToolsLighthouse: Lighthouse is an open-source, automated tool for improving the quality of web pages. It has audits for performance…Feb 13, 2024Feb 13, 2024
Published inStackademicDynamic Controlled ValuesTypeScript: Leveraging the Power of Generics and Index SignaturesJan 30, 2024Jan 30, 2024