Personal website for Seán Kelleher. Here I hope you will find learnings that I've recorded to share with others in the form of stories and opinion pieces, as well as overviews of my own development process.
Recent Posts
-
`with_build_env.sh`
In Docker for the Build Process, I introduced the idea of extracting the build phase of a project into a dedicated build_img.sh script, which uses the project's Dockerised build environment to build...
read article -
Docker for the Build Process
This article covers the use of Docker as part of the build process, for both local development and continuous integration builds. In particular, it addresses the practice of building projects using...
read article -
Docker Build `--replace`
This article covers "docker build replace", a script that I use in projects that contain Dockerfiles, which aims to help overcome some of the main drawbacks I encounter when using...
read article -
The Surprising Difficulty of a Simple String Problem
The Setup This story revolves around a feature I added to a recent side project, one which checks formatting of code comments based on opinionated rules. The feature was to add a heuristic check to...
read article