Marketing A Developers Guide to Conversion (Link Click) Tracking with Google Tag Manger, Google Adwords, and… Say you’re marketing department comes to and they want to run an ad campaign with Google AdWords and they want to be able to track…
Tutorial The need for HOCs (Higher Order Components) in React This week I found myself in need of a way to pass data and functions as props to a component. Due to the constraints of the library I was…
Development How to use ONE language to create native Mobile, Desktop, and Web applications (Plus Chrome… The language that gives you the power to write code for almost any platform is JavaScript.
Tutorial Integrating React, Redux, and Webpack into a Ruby on Rails project Ruby on Rails(RoR) is great for web development but when you want more dynamic pages on your front end, it might be time to bring a library…
Tutorial Push Notifications with React Native (iOS) and Firebase Cloud Messaging (FCM) Push notifications are an essential and powerful way to communicate with your users and one way to implement them with React Native is by…
Tutorial Deploying a React Native Application to your iPhone If you’ve created a React Native application and now want to put it on your iPhone so that you can use it yourself or show it off to all of…
Tutorial Setting up your Macbook for React Native and Android If you were like me and had never used Android Studio before, setting up your Mac for use with React Native and Android might be an error…
Tutorial 5 steps to uploading files and images to S3 in React using Express, SuperAgent, Multer, and… Using Amazon’s S3 service is a cheap and easy way to store files and images for your web applications in the cloud and today I’m going to…