Rob Shepherd

Hello, I'm Rob Shepherd

A Fullstack developer. Get to know me!

Twitter GitHub

Recent Posts

Creating a lambda Layer with Pulumi & Typescript.

April 1, 2021

Creating a lambda layer with a custom class that can be re used from other lambdas

Using Magento2's JsonEncoded class

July 22, 2018

Recently i wanted to add a new EAV attribute for customers so i could save some data to the customer based on some order information.

Add custom eav customer attribute in Magento.

October 23, 2017

Recently i needed to create a custom field that would save a customer's industry on signup I wanted to achieve this with as little custom code as possible and this is how.

PhpStorm + Magento2: Handy Tips

February 22, 2017

This post is going to be more of a living document where i'll be noting down all of the handy tips and tricks i've come across to make working with magento2 and phpstorm easier.

Add wysiwyg editor (TinyMCE) in Magento Custom Module.

February 2, 2017

In this short blog post I'm going to go through the steps on how to add a wysiwyg(TinyMCE) to a custom magento module form.