Aaron Shivers

Aaron Shivers

Follow
home

Kubernetes Multi-Node Cluster

Apr 10, 20223 min read

Multi-Node Cluster Deploy a service locally on a multi-node cluster. Setup This article assumes you have Minikube and Kubectl installed. Create these...

Kubernetes Multi-Node Cluster

Pagination with React Hooks and Material-UI

Apr 18, 20215 min read

In this demo, we'll set up pagination for a table using React Hooks and Material-UI. Setup If you'd like to follow along, fork the starter...

Pagination with React Hooks and Material-UI

React Starter Template - Part 2

Mar 6, 20213 min read

This is part two where we'll be adding testing and linting to our React Starter Template. Here's React Starter Template - Part 1 where we setup React...

React Starter Template - Part 2

React Starter Template - Part 1

Feb 28, 20213 min read

Probably the easiest way to get started with React is to use an online editor like codesandbox.io or repl.it. If you'd rather develop locally, Create...

React Starter Template - Part 1

Stop Pushing Build Breaking Code

Feb 21, 20214 min read

I'm going to show you an easy way to prevent pushing code that will break your continuous integration pipelines. This can be achieved by simply...

Stop Pushing Build Breaking Code

Combine Arrays of Objects and Replace Duplicates

Feb 14, 20216 min read

I ran into a situation recently where I was working with an API that only returned one item at a time, but all the items had to be sent back...

Combine Arrays of Objects and Replace Duplicates