The Enterprise Services Bus (ESB) has been around for a while now. What new features would you expect from the next generation?
Category Archives: Languages
Mutual Authentication with Go
Secure you micro services in Go using Mutual TLS (mTLS) and Self Signed Certificates.
Persistent API’s using ORM in Go with Beego
A deeper look into using the Beego framework in Go for persisting stateful data In a recent post we discussed the merits of using the Beego framework in Go to create Web and API projects. We went on to create a sample Web and API project using the CLI. The projects were simple to implement …
Continue reading “Persistent API’s using ORM in Go with Beego”
Get going with Beego Framework
Using the Beego web framework in Go you can create sophisticated web applications very quickly.
Some assembly required
In some-assembly-required we discuss how you can build Docker containers which run on different target hardware architectures.
A TornadoFx wrapper for Mule 4 Secure Properties
A TornadoFx gui for wrapper around the mule secure properties configuration.
Simple micro service in Go
Create a simple microservice in Go for use in our Kubernetes cluster.
Batten down the Etcd hatches
In this post we add TLS security to our etcd application as part of our DevSecOps iteration.
Environment variables in Go
Configure Go environment variables
Getting started with Etcd
Install and configure the etcd distributed Key/Value store.