Writing Code For VR

I have been exploring with React VR recently and it is quite interesting to write code for Virtual Reality compared to web. I mean for the most part you are still writing React code so a lot is very similar. But since you are working within a 3D space you have to think in terms of meters instead of pixels. Your canvas is no longer of rectangular shape but a sphere (or cube) that wraps around you. The viewport is now a camera with a horizontal and vertical Field OF View (FOV). And of course, you can position elements or the user (camera) anywhere on the X, Y or Z axes. Continue reading “Writing Code For VR”

A programmer’s advice to marketing agencies

For the past few years I have done consulting work for digital agencies. I have worked with agencies from California, DC and Chicago performing roles from Front End Developer to Project Architect. Some of the agencies I have worked with really have their s**t together and it shows. Others not so much, and it also shows! Here is some advice for those agencies. Continue reading “A programmer’s advice to marketing agencies”

WordPress VS Magento

As a programmer, I get asked a lot if Magento is better than WordPress? Most people say you are better off going with Magento if you are building an e-commerce site and WordPress for non-commerce websites. Usually, I hear arguments like “An e-commerce store is not scalable in WordPress”. I think there is a little bit more to it. Continue reading “WordPress VS Magento”