React App Blank Screen fix on Firebase Deployment (firebase.json public: build)
If your React app has a blank screen when you first deploy it on firebase, there’s an easy fix for this that I made a video for. Check it out –
If your React app has a blank screen when you first deploy it on firebase, there’s an easy fix for this that I made a video for. Check it out –
Earlier this week I dropped a video on Youtube about how to make your photo editing workflow more efficient by applying a preset to a whole group of photos on import. The basic steps are these: Import all your photos to Adobe Lightroom CC Create a preset that fits your images well Click on one…
I really enjoyed the challenge of sourcing this data and I only almost pulled my hair out two or three times in the process. Election data is seriously difficult to get a hold of because every state has some very specific and different ways of exposing what their results are. First, I’m just going to…
Up to this point, everything I’ve learned about coding + software/web development has been self taught. I’ve tapped into Youtube, Github, Stackoverflow and Google searches to figure out how to code. It’s really just a shitton of research and identifying your problems, as well as figuring out how to ask the question correctly that will…
I’ve been making tutorials on various software and technology “things” for a little over a year now, and I’m finally starting to provide structured courses instead of smaller one off videos. I’m also monetizing these videos on Skillshare and Gumroad, as well as publishing them openly on Youtube and the various other video venues. One…
I’m going to show you how to create this simple billing/invoicing app in AppSheet without writing any code. Let’s start out by focusing on what we want to accomplish. In plain English: An app where my company can send out and track invoices, see who’s paid and who hasn’t, and also send them reminders if…
One of my main focuses recently is diving into Flutter, a really interesting coding language developed by Google on top of Dart. I’m going to show off some some simple code you can use to get a basic understanding of how Flutter buttons can be styled and modified for functionality. Here’s the video tutorial I…