Skip to Main Content
Andrew profile

Planting Trees with Code

by Andrew A Digital, Code

A Digital are supporting tree planting projects through a partnership with Ecologi. For every piece of code we commit to our version control system, we're planting a tree!

Latest Code Posts

Matt profile

by Matt Craft CMS, Code

Exploring database connection methods in CraftCMS and Yii. We connect to a Microsoft Azure database and show examples of how we can handle the data in a number of different ways between our plugin code and templates

Matt profile

by Matt Craft CMS, Code

When connecting to enterprise systems we need to return the most recent data, this means we can't use caching but we end up with a slow loading page as a result. In this article we explain how to improve the speed whilst keeping the data fresh.

Matt profile

by Matt Craft CMS, eCommerce, Code

An honest look into some weaknesses in a site we've built, exposed by the perfect storm of situations. We set the scene and describe how we fixed it.

Mark profile

by Mark Code

Following up on a previous post, this is how we implemented Tachyons into our CSS build process with Gulp.

Mark profile

by Mark Craft CMS, Code

Using Redis for higher availability is great, but there is a potential pitfall.

Laura profile

by Laura Code

Getting to grips with HTML headings on each page of your website is a surprising simple, yet powerful way to improve both accessibility and technical SEO.

Matt profile

by Matt Craft CMS, Code

Optimising our font loading and htaccess file. Includes image manipulations using srcset, webp and lazy loading. Make your sites load faster!

Matt profile

by Matt Craft CMS, Code

Setting up local development with MAMP and composer without the need for valet, homestead, docker, etc. We also make use of project config and automation.

Matt profile

by Matt Craft CMS, Code

We look at how to build and configure a HA server environment using the command line. We also configure Craft to use external Redis and Database servers.

Matt profile

by Matt Code

A big part of our development process for our Craft and ExpressionEngine websites