Author image

Andrew Rowland

I only want to help you...

Cover image

Develop a Gridsome source plugin

One method of importing data into a Gridsome build is to use a source plugin. In this post I'll walk you through how to build one.

Read Develop a Gridsome source plugin
Cover image

How to generate redirects in Gridsome

I've switched this site from a hosted Wordpress solution, to a static site generated by Gridsome. Here's a brief word on creating redirects for the old post URLs.

Read How to generate redirects in Gridsome

Create Episerver Find index using Puppeteer

Currently working with many clients who utilise Episerver CMS to managed their content. Almost all of then use Episerver Find to index content.

Read Create Episerver Find index using Puppeteer

Install Solr 5 and Zookeeper in a production environment

Recently I had to set up three Solr servers in an AWS environment. I couldn't find anything specific to help me, so had to locate all the information separately. Hopefully the following may be of use to anyone who has to go through the same. In my situation, I have 3 servers that will sit behind a load balancer. The following describes how I set up each server.

Read Install Solr 5 and Zookeeper in a production environment

TypeScript Sublime Text integration

Something interesting has happened in the world of JavaScript development. Of all people, the folk at Microsoft have developed TypeScript.

Read TypeScript Sublime Text integration