Harry Yates
I'm a web developer focused on TypeScript, React, and Three.js.
Tue, 30th Apr 2024
Manage data and keep code neat and error-free.
Mon, 22nd Apr 2024
TypeScript's ReturnType enhances code maintainability by automating type consistency across functions, ensuring robust and error-free development.
Fri, 22nd Mar 2024
In TypeScript, generic constraints are like bouncers at a club, allowing only certain types to enter.
Fri, 8th Mar 2024
Generics ensure functions handle various types while maintaining input-output type consistency, crucial for flexible, type-safe coding.
Wed, 28th Feb 2024
A callback is essentially a function that you pass into another function as an argument, which is then invoked inside the outer function to complete some kind of routine or action.
Sat, 24th Feb 2024
TypeScript tuples ensure type safety and clarity in arrays, allowing fixed sizes and easy integration with other features. They're like smart, labelled boxes for data.
Mon, 19th Feb 2024
Creating a custom name type using a type alias
Fri, 16th Feb 2024
To ban or not to ban?
Thu, 15th Feb 2024
How does it work, and what are the tangible benefits and potential downsides of adopting TypeScript in your projects?
Wed, 14th Feb 2024
Back to basics with TypeScript. Documenting my notes as I work through the course by Jad Joubran.