-
BB Test Post
This is a test test test test test
-
Test this is a test post
-
Adding Arguments to WordPress Filters
Introduction This is a somewhat advanced article about WordPress filters. If you're not familiar with WordPress actions and filters, I suggest reading the WordPress plugin…
-
Moving from gulp 3 to 4
Introduction We typically create boilerplates for project types that come up a lot (e.g. WordPress plugins, themes, etc...). They get updated every so often with…
-
Opacity Layers and Text
Introduction Creating a design element that includes text and an opacity layer can be tricky. First, I'm going to walk through how not to do it.…
-
Use the WordPress Customizer to Create Color Schemes
Introduction The WordPress customizer is a great tool that lets you easily make changes to the theme of a site. One way it's helpful is…
-
Sending Mock Emails with Docker
Introduction I've been working on a new version of the plugin that allows people to subscribe to UConn Today. One of the goals was to…
-
Creating a Private Docker Registry - APIs/docker networks (Part 3)
Introduction One of the great things about using docker-compose is that the containers are automatically networked together even if they're not exposed to the outside…
-
Weird adventures in javascript
This is the introduction.... The page needed to display: the page title a sorted list of links to articles Pretty simple right? Well..... There were…
-
Creating a Private Docker Registry – Local Development (Part 2)
Introduction This post is going to describe how I created a frontend for the private docker registry made in part 1. Docker setup uconn/express image…