Andrew Pillar

Andrew Pillar @andrewpillar

About: Just some guy.

Location:
UK
Joined:
Jul 16, 2019

Andrew Pillar
articles - 16 total

systemd.timer, an alternative to cron

There will come a point in time during your time administering a Linux server where you will want to...

Learn More 7 0Dec 8 '22

Fast embedded templates in Go with quicktemplate

Wrote a new post on my site about using quicktemplate in Go to generate efficient HTML documents. I...

Learn More 0 0Nov 29 '22

From WampServer, to Vagrant, to QEMU

When I first dipped my toe into web development it was with PHP. Building quick and dirty inelegant...

Learn More 3 0Nov 8 '22

A simple CRUD library for PostgreSQL with generics in Go

I've written previously about my thoughts on ORMs in Go and how the typical Active Record style ORMs...

Learn More 13 0Oct 25 '22

Using multiple repositories in your CI builds

Djinn CI makes working with multiple repositoriesin a build simple via the sourcesparameter in the...

Learn More 0 0Aug 16 '22

Running your CI builds without the server

Perhaps the one feature that sets Djinn CI out from other CI platforms is the fact that is has an...

Learn More 1 0Aug 6 '22

v1.1.0 of req released

v1.1.0 of req was just released. For those wondering, req is an HTTP scripting language designed with...

Learn More 4 0Jun 14 '22

Djinn CI v1.2

I've written about Djinn CI before. Since that post, more work has gone into it to weed out bugs, and...

Learn More 5 0Apr 10 '22

Structured configuration in Go

There comes a point in time during the development of a piece of software when a configuration...

Learn More 10 0Apr 9 '22

req, an HTTP scripting language

Programming languages are always something that have fascinated me, how they're designed, how they're...

Learn More 5 0Feb 26 '22

Djinn CI a simple continuous integration platform

Djinn CI is a simple continuous integration platform that I have been developing in my free time. It...

Learn More 1 0Oct 26 '21

Working with SQL Relations in Go - Part 5

Over these series of posts I have been exploring an approach that could be taken when working with SQ...

Learn More 4 0Apr 13 '20

Working with SQL Relations in Go - Part 4

Previously, we implemented some new interfaces, and utility functions to aid in the loading and bindi...

Learn More 3 0Apr 11 '20

Working with SQL Relations in Go - Part 3

Last time, we refactored our code, and implemented the loading of the relationships for the Post enti...

Learn More 2 0Apr 10 '20

Working with SQL Relations in Go - Part 2

In the previous post we setup the entity models for the blogging application, and built some custom q...

Learn More 5 0Apr 8 '20

Working with SQL Relations in Go - Part 1

In my last post I touched on the idea of using query builders for building up somewhat complex SQL qu...

Learn More 10 0Apr 7 '20