I attempted to follow a youtube tutorial by Clever Programmer. He was building an OpenSea Marketplace clone. I found it pretty difficult to follow. Here’s the video: I wouldn’t recommend following this tutorial. It doesn’t really explain much well....
My setup I am trying to setup Firebase in a react web app. I wanted to allow users to change the email that they signed up with. The docs for firebase say it should be as simple as using the updateEmail function:...
Why Recently I’ve been designing a ui that uses both dropzone and croppie. These weren’t exactly the most compatible and it took a bit of tinkering to get it working the way I wanted. I thought I’d share this in case anybody may have a similar use...
This is a solution for an ubuntu server running WordPress. This is the message that I was seeing under site health: First make sure you’re running a newer version of PHP. Run the command: php –version If you get 7.4 these are the commands you want to run....
I created a simple webpage using html, css, and javascript that showcases 4 properties of a css flexbox. The live demo can be found here: https://fosteeco.github.io/flexbox-demo/ . I also showed my process while making this on my youtube channel. Check it out here:...
Learning new tech can be a daunting task. How do you determine what tech is worth learning? One metric I like to use is how much is this tech being used. If you look at WordPress the data doesn’t lie. Upwards of 40% of the internet is still run with WordPress....