Dyce & Sons Ltd.

Helping IT since 1993

Dog Food...

Saturday 4th April, 2020

… or how to roll your own

Time for Dyce & Sons to eat their own dog food.

From today, the new website is statically generated from a FileMaker only solution. As with all “cobbler’s children” projects, it remains a work in progress, but right now it can already handle some fancy code formatting, courtesy of Prism.js:

client.connect()
return client
  .query(updateQuery, params)
  .then(result => res.status(200).json(result.rowCount))
  .catch(err => res.status(400).json(err.severity))
  .then(() => client.end())

… as well as some simple image handling.

Yummy, a custom function!
Yummy, a custom function!

More to follow soon!