Brandon's Dev Blog

Just Release

Release Early And Release Often This is an extension to my previous post about Automate All the Things. You should really read that before you continue. In the last section of that post, I mentioned about automating pushing code to production. Well I have left that job and was never able to fully automate all the things. The place that I’m at now has really taught me the importance of the phrase “release early and release often”. Read more →

Automate All the Things

Forward This year I was supposed to go to Open Apereo 2018 and do a talk on devops and uPortal. Unfortunately I am not able to go, but I had some people contact me about writing something up about the talk. This post will focus more on the automation section of what I was going to present about. Introduction One of the things that devops helps with is automating parts of the development cycle. Read more →

Git Workflow

You Got Your New Task, Now What? Before code is even written, an issue has to be created in the project’s code repository. The title of the issue should be rather short, but descriptive. Important details should be added to the description. Make sure to assign yourself to the issue if you are the one doing the work. If the project you are working on uses milestones and labels, be sure to apply those as well. Read more →