Monthly Archives: October, 2022
JavaScript
Getting the value of an input element as a number without parseInt
Every once in a while, you come across something and you think, how did I not know this earlier? valueAsNumber is that thing...
React
Using Font Awesome with React
Font Awesome is a great resource to use various types of icons in your project including well-known social media icons and a...
Collaboration
The best domain for your applications
Depending on the industry you are in, the domain that is best suited for you will vary. The ever-increasing popularity of mobile...
React
How to write comments in React (JSX)?
I was recently trying to comment out some logic inside my JSX to add context about what a potentially complex logic, but...
Development
How to write more readable JavaScript conditionals
One of the practices of clean code is to make it more readable. And a fairly common use case in code bases...