Blog - Ruby


Store Netlify build data with Supabase
#Software engineering #Netlify #Ruby #JavaScript
Posted on

I’ve found it useful in the past to keep a close eye on build times because it can be easy to introduce code over time that drives the build time up. By the time you notice that this is becoming a pain point, it’s very difficult to track down the offending pieces of code to resolve the issue.

Read more
Building view components in Middleman
#Ruby #Software engineering
Posted on

This site is styled using the wonderful Terminal CSS which has multiple components included. One feature of Javascript frameworks that I like is this concept of components.

Read more