Recent Posts
-
PR Review Request Reminders
- Walking the Line Between Responsive and Distracted
- July 14, 2022, 11:20 a.m.
The OpenShift Test Platform team at Red Hat maintains and operates the CI system for OpenShift. This includes maintaining and enhancing: the kubernetes/test-infra, all of the openshift/ci-too...
- Continue reading
-
Making a Decision
- Getting started is always the right choice
- March 19, 2019, 9:31 p.m.
It's a story as old as time (or at least computers): a programmer has an idea for a hobby project, perhaps something that he thinks will make him a little extra money on the side. The idea flows from his mind straight to his notepad and he is feeling on top of the world with a brand new projec...
- Continue reading
-
JSON File Reading and Writing
- Short term storage with JSON and Java
- March 12, 2019, 9:38 p.m.
It is sometimes necessary to implement a short term storage solution to move data to and from memory in a piece of software. There are certainly libraries available like Redis that allow for similar, albeit more cumbersome, functionality by utilizing the memory o...
- Continue reading
-
Adventures in Merge Sorting with Parallelism
- Some parallel algorithms aren't actually faster
- Feb. 19, 2019, 9:14 p.m.
I was recently tasked with implementing a parallel version of a common sorting algorithm, specifically MergeSort. When I first started thinking about how to tackle this problem I thought it would be a simple task. Naively, I assumed that I...
- Continue reading
-
Fixing the Actual Problem
- To provide real value don't just use bandages
- Feb. 12, 2019, 9 p.m.
As Software Engineers, we are often tasked with implementing specific requirements that have been gathered from our customers. During this "requirements gathering" stage the customer may request certain "fixes" to troublesome workflows she encounters when using our software on a daily basis. F...
- Continue reading
Categories
Stephen Goeddel
Software Engineer from Charleston, SC
For more information about me or my projects, check out my portfolio.
Recent Posts
- Deploying Alpha Go App Versions to OpenShift
- Build it, Tag it, Push it, Run it
- Oct. 16, 2023, 12:27 p.m.
- Memory Profiling Go Applications in OpenShift
- Using PProf to check for memory leaks
- Aug. 1, 2023, 7:06 a.m.
- CI Rehearsal Job Runner Plugin
- Saving on CI Costs with an Plugin Conversion
- Jan. 31, 2023, 12:55 p.m.