#javascript
Read more stories on Hashnode
Articles with this tag
Utility functions are part of every project. You might organize them in folders called helper, lib, or shared, but their function is the same: They...
Make money the same way web developers did twenty years ago · It was around 2003 when I discovered Dreamweaver, and it changed web development for me...
In our previous article, we explored how we can test React Component props by simply mocking the component and turning the props into...
Building a desktop app that helps you establish a writing routine · How often should I publish? - I'm getting the question now and then. The only writing...
In this post, we'll learn how to test the props a React Function Component receives with React Testing Library and Jest. 2023 October update: the...
Implement user sign-up and sign-in for cross browser extensions · Today we'll learn how to use Supabase to add sign-up and sign-in to a browser...