Web Development WordPress – get_template_directory_uri() and HTTPS Paul·June 22, 2018 I recently got bit by this scenario. Using a theme, had it working under HTTP, and when I went to switch HTTPS on I… Read more Comment
Mobile Development Making a Day Pass Clone in React Native Paul·June 13, 2018 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… Read more Comment
Media Processing Getting Started with CV2 in Python Paul·June 4, 2018 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… Read more Comment
Web Development Maintaining Permissions with the Magento2 CLI Tool Paul·May 29, 2018 Magento2 can be very picky when it comes to file permissions; however the CLI tool that we must use will use the user that… Read more Comment
Web Development Facebook Pixels In Magento Paul·May 27, 2018 The Facebook pixel is an analytics tool that allows you to measure the effectiveness of your advertising by understanding the actions people take on… Read more Comment
Web Development Using Ink For Faster Prototyping Paul·January 10, 2017 As a web developer, you’ve probably used Bootstrap at least once, and many of you are quite familiar with it. It’s become one of… Read more Comment