Articles about process
How to upload multiple files to a Rails model
With the advent of ActiveStorage uploading files to your Rails application has become easier than ever. However, we recently encountered a blind spot; how to upload more than one file in a user-friendly manner.
How to be a decent technical lead
Some thoughts on what it means be a technical lead on a team, whatever you call yourself a CTO or team lead or senior developer or something else.
GitHub pull request suggestions considered harmful
I recently started working with a development team that uses GitHubs “Insert a suggestion”-feature heavily during the pull request review process.
Building features iteratively
Many customers find hard to release something that they know to not be completely, 100% done. Yet, that is exactly what iterative, agile development asks you to do.