gsentblog.hashnode.devUsing a CSV file as a false backend for my React applicationHave you ever wanted to make a part of your React application dynamic? Might be something very little, like in my case it was just the "src" attribute of an embedded youtube video. Setting up a whole backend or database just to handle the youtube lin...Mar 8, 2023·5 min read
gsentblog.hashnode.devHow to Send Form Data directly to your EmailHave you ever created a simple form, probably a contact form on your portfolio website but had to remove it because you didn't know how to collect or handle the user's data😔😔. Forms are an essential part of every website, they are used to collect i...Mar 5, 2023·5 min read