PinnedFaezinStackademicTypeScript Advanced ConceptsExploring the advanced concepts in TypeScript: Generics, Union Type, Intersection Type, Type Guards, Nullish Coalescing etc.Aug 7, 2023Aug 7, 2023
PinnedFaezinStackademicLeveraging 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
PinnedFaezinStackademicTypeScript: 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
PinnedFaezinDev 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
PinnedFaezinDev 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
FaezinDev 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 20Feb 20
FaezinStackademicNextjs Best Optimization ToolsLighthouse: Lighthouse is an open-source, automated tool for improving the quality of web pages. It has audits for performance…Feb 13Feb 13
FaezinStackademicDynamic Controlled ValuesTypeScript: Leveraging the Power of Generics and Index SignaturesJan 30Jan 30