I recently got bit by this scenario. Using a theme, had it working under HTTP, and when I went to switch HTTPS on I…
Archive
Month: June 2018
Mobile Development
Making a Day Pass Clone in React Native
Going to use Expo for this since it provides a nice wrapper around the development tools and includes a lot of good libraries. https://expo.io/learn…
Media Processing
Getting Started with CV2 in Python
Getting Started First we may want to install the python library pip install --upgrade opencv-python Then we can open a python shell and start…