A TornadoFx gui for wrapper around the mule secure properties configuration.
Category Archives: Frameworks
Preparing for the IOT
When it comes to developing for the IOT you’ll need easy access to your GPIO ind ports. My old case was ready for a refresh and this new Miuzei design was a perfect solutions.
Securing Mule 4 config properties
In this post we discuss how you can keep your Mule 4 properties secure from prying eyes. Strong security will better protect your assets.
Simple micro service in Go
Create a simple microservice in Go for use in our Kubernetes cluster.
Getting started with Etcd
Install and configure the etcd distributed Key/Value store.
Fixing annoying color scheme
Change your terminal colors to more pleasing values which suit your liking.
Getting started with the G007 Spy Camera
For Christmas of 2019 I purchased the G007 Spy Camera from Sir Gawain, both to tinker with and to impress upon my grand kids how small, discreet and pervasive surveillance has become. I enjoy reading the reviewer comments to get ideas on how others are using the G007. A gal posted in a review – …
Distinct properties in Mule runtime environments
There’s several ways of propagating properties in Mule deployments based on the environment Mule is running in. Typically we find our projects having at least a Dev, Text and Prod environment, sometimes you may have more like Stage, Perf and others. The property approach follows the same pattern no matter how many differing environments you …
Continue reading “Distinct properties in Mule runtime environments”
Cross compile for Raspberry Pi
Cross compiling your go application on Windows 10 for a Raspberry Pi
Importing components into Mule
Bootstrapping component technologies into Mule can be accomplished using Spring beans. In the example below we demonstrates how to pull in Mule flows from a common component and changing the behavior of database caching to utilize C3P0. The import-resource XML stanza looks on the classpath for a resource named common-flows.xml. In our case, the common …