Joel MastersHow to record video from a camera using OpenCV and python on MacOpenCV has several nuances and silent fails that makes recording videos from cameras difficult and frustrating. Here’s how to record from…Jun 19, 2021Jun 19, 2021
Joel MastersHow to get the path of a local file in Electron.jsGetting the path of a local file in Electron.js may be easier than you think. Here are the steps:Feb 24, 20211Feb 24, 20211
Joel MastersinNerd For TechBuild a Next.js Website With Custom Domain in 10 MinutesIn this tutorial, we’re going to use create-next-app, Github, Netlify, and namescheap to deploy a Next.js static website with a custom…Jan 27, 2021Jan 27, 2021
Joel MastersBuild an Online Sentiment Analysis Tool With ml5.js and React in 10 MinutesSentiment analysis is one of the popular applications of machine learning. We’re going to use the ml5.js library (which is a wrapper…Nov 19, 2020Nov 19, 2020
Joel MastersHow to Build and Deploy a React Website With Custom Domain in 10 MinutesIn this tutorial, we’re going to use create-react-app, Github, Netlify, and namescheap to deploy a React website with a custom domain name.Nov 9, 2020Nov 9, 2020
Joel MastersBuild a Native(ish) React App in 5 MinutesSo you have a great idea for an app, but you don’t want to have to go through the App Store or the Google Play Store to get it on your…Oct 30, 2020Oct 30, 2020
Joel MastersSolidWorks — Navigating the 3D LandscapeOne of the greatest challenges beginners face when working in 3D CAD programs such as SolidWorks is simply how to orient themselves in the…Sep 28, 2020Sep 28, 2020
Joel MastersSetting up ESLint for NextJsESLint requires a few additional configurations to be set up optimally for use with Next JS.Jun 16, 20191Jun 16, 20191
Joel MastersDynamically Added Remove-able Content With jQueryPerhaps you are creating a to-do list, shopping cart, or something else that dynamically adds elements to the screen, but also requires the…Feb 20, 2018Feb 20, 2018
Joel MastersHow to reference dynamically created elements with jQueryIf your HTML looks like:Jan 13, 20181Jan 13, 20181