Published onMarch 13, 2022JSX vs HTMLreactjsxhtmlSo many people have asked me about JSX vs HTML. I will try to answer them here.
Published onMarch 3, 2022Basic Template for TypeScript ApptypescripttemplatestarterOutlines the commands and steps to get a basic TypeScript app up and running.
Published onMarch 1, 2022Generics In TypeScripttypescriptgenericsMaking code reusable in TypeScript by using generics.
Published onFebruary 28, 2022Interfaces in TypeScripttypescriptInterfacesHow to create code reuse in TypeScript by using interfaces and classes.
Published onFebruary 28, 2022Functionality with ClassestypescriptclassesUnderstanding the class keyword and how it works in TypeScript.