Steven Spads
Full-Stack Web Developer
Passionate about web development. I enjoy helping others improve their JavaScript, TypeScript, and React skills.

Recent Blog Posts
Get the key of an object by its value
January 22, 2023 • 3 min read • TypeScript
Learn how you can get the key of an object by its value with JavaScript and TypeScript.
Select box component with React and TypeScript
January 21, 2023 • 4 min read • React
Learn how to create a reusable select box component with React and TypeScript.
Should we use TypeScript enums?
January 12, 2023 • 9 min read • TypeScript
Should we use TypeScript enums? Looking to replace your TypeScript enums? Consider union types or POJOs with as const annotations.
Check if a value is a number in JavaScript
November 08, 2022 • 4 min read • JavaScript
Learn the best way to check if a value is a number in JavaScript.
Conditionally adding attributes and props in React
October 20, 2022 • 4 min read • React
Learn how to conditionally add attributes and props in your React components.