Skip to content

Stephen Nimmo

Development, DevOps and Delivery

  • Home
  • About
  • Favorites
  • Cheatsheet

Category: Coding

Intellij’s Java toString Update to Match Records

July 15, 2023 stephennimmo Coding

Intellij has code generation feature built into the IDE to allow Java developers to quickly generate boilerplate code including getters,[…]

Read more

My conversation with ChatGPT on trade data structures

March 19, 2023 stephennimmo Coding

I recently had a conversation with ChatGPT about helping me build some protobuf-based commodities trade structures. It was pretty amazing[…]

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

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

Running Testcontainers in OpenShift Pipelines with Docker-in-Docker

May 10, 2021 stephennimmo Coding

Container technologies have had a very strong influence in application development. In addition to the well documented value of containers[…]

Read more

Deploying the Red Hat Certified PostgreSQL Container on OpenShift using Kustomize and Sealed Secrets

April 13, 2021 stephennimmo Coding

This blog covers deployment of the Red Hat Certified container for PostgreSQL on OpenShift, which is using RHEL 8.3 UBI[…]

Read more

Fully Reactive Quarkus REST API

April 7, 2021 stephennimmo Coding

If you are not familiar with reactive, go check out the intro at: https://quarkus.io/guides/getting-started-reactive Reactive is a very powerful implementation[…]

Read more

Enterprise Integration Patterns – Trading

March 25, 2021 stephennimmo Coding

Energy trading (and trading in general) is heavily rooted in the consumption of external data feeds. In a traditional trading[…]

Read more

Posts pagination

«Previous Posts 1 2 3 4 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