Skip to content

Stephen Nimmo

Development, DevOps and Delivery

  • Home
  • About
  • Favorites
  • Cheatsheet

Latest Posts

Microservices and the Foreign Key Dilemma

January 6, 2023 stephennimmo System Design

The journey to microservices is focused on breaking down monolithic applications into compose, domain driven services. There are many valuable[…]

Read more

Kafka Stream Transformation Patterns and Message Reprocessing

December 23, 2022 stephennimmo System Design

This blog post assumes you have at least a basic understanding of Kafka – topics, partitioning, offsets. If you have[…]

Read more

Why Continuous Delivery?

December 19, 2022 stephennimmo Culture

The need for continuous delivery is predicated on the fact that software is continuously deteriorating. From the second the code[…]

Read more

Using Podman with Quarkus and Testcontainers on MacOS M1

October 19, 2022 stephennimmo Configuration

Switching to use Podman instead of Docker for spinning up Testcontainers on MacOS just takes a bit of install and[…]

Read more

NFS PVC Dynamic Provisioning on OpenShift

May 12, 2022 stephennimmo Configuration

Setting Up the NFS Server I run a RHEL box which provides all the supporting services needed for my POCs[…]

Read more

Using Lombok and MapStruct in a Maven Project

January 4, 2022 stephennimmo Coding

Lombok is a java library providing annotations for boilerplate generation. It will handle getters, setters, toStrings, hashCodes, equals, constructors, builders[…]

Read more

Let’s Encrypt Certificate Management on OpenShift using cert-manager Operator

November 22, 2021 stephennimmo Configuration

I love me some Let’s Encrypt. This nonprofit certificate authority brought a no-nonsense set of tools and practices to managing[…]

Read more

The avro-maven-plugin configuration doesn’t work in the execution definition

November 2, 2021 stephennimmo Coding

I wanted to write a quick blog because I’ve wasted a full hour figuring out why the imports on the[…]

Read more

Angular Project from Scratch

October 12, 2021 stephennimmo Coding

Last updated: 8/23/2024 This is a writeup for building a very rudimentary, yet clean, web UI using Angular and Bootstrap.[…]

Read more

Angular Reactive Forms with ng-bootstrap

September 27, 2021 stephennimmo Coding

The Angular + Bootstrap is still my favorite front end development stack. I love Angular because of the clear separation[…]

Read more

Posts pagination

«Previous Posts 1 2 3 4 5 6 7 Next Posts»

Recent Posts

  • Running iperf3 tests in OpenShift
  • Running an OpenShift Virtualization VM Connected to a VLAN
  • Python to Bootstrap OpenShift Gitops
  • Home Lab OpenShift using Agent Based Installer
  • Running Jfrog Artifactory on Podman

Angular Bootstrap CICD CTO Culture docker GitOps Java Kafka Keycloak Kubernetes Kubevirt Linux MapStruct maven OpenShift Operators Postgres PostgreSQL Quarkus Spring Boot Tekton Testcontainers testing Virtualization