Home
Bwilliamson's Blog
Cancel

Migrate and Sync Craft CMS data in minutes with n8n

Using Craft CMS Built in Graphql explorer Feed-Me Craft Plugin n8n We can move almost any data between environments, public or not, in just minutes. Recently I had...

Meili-Manager Update!

This is Meili-Manager, a Quasar app built to help manage your Meilisearch instance(s). It’s been a little side project of mine for a few weekends. I’ve made some posts about it already, but this p...

All about Meilisearch

In four videos this post covers stuff for leadership, security, and devs. If you work in web development, take a look at this. It’s a very cool piece of tech that makes life a lot easier. Intro ...

Intro to n8n - how to work with a spreadsheet

This is a little course I made to help those new to n8n. It has three parts: Upload a spreadsheet to n8n Change the data in the spreadsheet Download the spreadsheet Pretty common stuff, b...

Ten n8n tips

n8n is a new-ish ETL tool I’ve been using for the better part of a year. It’s built with Typescript and Vue, and is Open Source, self hosted and free. Their cloud offering is a good price compared ...

The Silo Problem

What is The silo problem? The silo problem is a name I’m using for any knowledge or experience based bottlenecks in projects. It's all too common these days to be expected to know everything. ...

MeiliSearch Manager

So I built this thingy Meilisearch is an open source, drop in, direct replacement for Algolia. A lot like Klevu, this tool allows us to stand up a powerful search and index engine to make our fron...

SITREP 02 2023

Hiya! I haven’t contributed to my own darn blog in a while now so I figured an easy way to get back into things was just to write a little update. Pivot! Pivvott! I’ve been hard at work for Reli...

How to ... Entities Part 1

A very common question in Magento development is How to bla bla entity(ies). I find myself doing this from time to time as well, either out of laziness or because I’ve run into something quirky. ...

Xdebug 3 and Magento 2

Xdebug - you should use it Xdebug is an extension for PHP, and provides a range of features to improve the PHP development experience. This post will focus on the feature we use most often - ...