As previously mentioned, I was invited to speak today as part of the VU alumni spotlight series.
Thoughts on cloud, observability, appdev, architecture, and open source software, but not always in that order...
Pages
Thursday, February 25, 2021
VU Alumni Spotlight - Open Key to Every Career (slides)
Business optimisation architecture - Common architectural elements
![]() |
Part 2 - Common architecture elements |
This article starts the real journey at the very top, with a generic architecture from which we'll discuss the common architectural elements one by one.
Monday, February 22, 2021
Business optimisation architecture - An introduction
![]() |
Part 1 - An introduction |
What's that mean?
It means that it's going to provide you with a way to implement a solution using open source technologies by focusing on the integrations, structures and interactions that actually have been proven to work. What's not included are any vendor promises that you'll find in normal marketing content. Those promised that when it gets down to implementation crunch time, might not fully deliver on their promises.
Enter the term Portfolio Architecture.
Let's look at these architectures, how they're created and what value they provide for your solution designs.
Thursday, February 18, 2021
VU Alumni Spotlight - Open Key to Every Career
Tuesday, February 16, 2021
RefCard - Getting started with OpenShift published
Earlier this month a writing project I was working on, a getting started with OpenShift reference card, went live online at DZone.
The project was to put together a getting started guide that walks a developer through getting OpenShift, installing it on a local machine, and a quick start to using one of the provided operators.
Basically, providing the first steps any developer would need to get started experiencing cloud-native application development. Even better, it's using CodeReady Containers to allow any developer to follow along with this refcard and experience OpenShift on their own local developer machine.
Everything shown in this refcard is freely available for download and the process followed has been put into a project that anyone can use. The entire document is eight pages and includes code examples to help you on your journey to exploring and using cloud-native development on a Kubernetes based platform.
Wednesday, February 3, 2021
4 Easy Steps for Migrating Projects to OpenShift Container Platform
The idea is to share four easy steps taking you on a journey from local to cloud native container based application deployments. The base project was an old demo project I had running on JBoss BPM Suite a few years back, polished up and now running on Red Hat Process Automation Manager using Red Hat Enterprise Application Server (EAP).
The project will be outlined, followed by installing it locally on your developer machine. After that, you'll need to install the OpenShift Container Platform and I'll show you how using CodeReady Containers. This puts a container platform running on your developer machine, at which point it's a matter of installing the provided business automation operator and pushing the existing project without any changes into the container. You can observe it deploying right on your OpenShift web console or explore the details with the command line client.
Ready to get started?