Chris HarwellOptions available for Health Checks with Helm ChartsWhile Helm does not inherently provide health checks, alerting, or automatic pod restarting, it leverages Kubernetes’ features for these…Jun 5, 2023Jun 5, 2023
Chris HarwellHow CPUs work — Part 2:In my previous post I discussed in depth how the Memory, and Buses in a computer work and briefly discussed how the ALU, CU, PC, and…Jan 20, 2022Jan 20, 2022
Chris HarwellHow computers work — Part 1In this article I will be discussing a few of the components that make up a computer and briefly discuss how they work without being too…Jan 13, 2022Jan 13, 2022
Chris HarwellHow to validate an exact match with Regex in TypeScriptRegex is one of those tools you may or may not never use but nonetheless it is helpful to now.Jul 20, 2021Jul 20, 2021
Chris HarwellWhat I have learned writing Mock Unit TestsThis past week I have had the opportunity to brush up on my testing skills. I started out the week excitedly thinking, “Finally, a…Feb 22, 2021Feb 22, 2021
Chris HarwellMy experience as a developer working for a non-profit with a dev teamThe nonprofit organization that I worked with is called Story Squad. The goal of Story Squad is to give children between the ages of 8 and…Nov 19, 2020Nov 19, 2020
Chris Harwell9 things you didn’t know about static array data structuresMost arrays we encounter are dynamic arrays, the difference between a dynamic and a static array is that a dynamic array does not have a…Oct 5, 2020Oct 5, 2020
Chris HarwellAdvantages of ADTs for program modularity.ADTs(Abstract Data Types) can be quite difficult to grasp if you don’t have a computer science background or if you have never used a…May 2, 2019May 2, 2019