Coding For Life
  • Home
  • About Me
  • GitHub
  • LinkedIn

Test Driven Development with Infrastructure Code

Mar 18, 2018 4 min read ansiblechefkitchentddiacvagrantvirtualboxrubyinfrastructure as codetest driven development
TDD(Test Driven Development) IS possible with IaC (Infrastructure as Code). Especially if you use Ansible! Ansible roles can be tested using a test tool kitchen-ansible which was built using test kitchen. How
Read Now Read Later
John Roach
By: John Roach

gRPC and protobuf Awesome Microservices Communication Introduction

Feb 2, 2018 2 min read grpcprotobufmicroservice
gRPC is a remote procedure call (RPC) system released by Google. It uses HTTP/2 for transport, Protocol Buffers as the interface description language (IDL) and provides some awesome features such as authentication
Read Now Read Later
John Roach
By: John Roach

Endeca Cartridge Mapper

Dec 31, 2017 1 min read oracleendecagogolangcartridge
Oracle Commerce Platform provides a very good way of re-using certain objects within a web page via Endeca Cartridges. This post is not much about Endeca however it is more about how to
Read Now Read Later
John Roach
By: John Roach

Integration Contract Testing and its potentials for API development and maintenance

Aug 6, 2017 1 min read python
The slides below are the slides I had shared for my PyOhio 2017 talk.
Read Now Read Later
John Roach
By: John Roach

Setting up SSL in WebLogic starting from SSL certs and key

Mar 26, 2017 2 min read weblogicSSLdevopsopsoracle
I would like to share something that I had to solve with WebLogic. It took me some time to compile the list of things that needed to be done to set SSL using
Read Now Read Later
John Roach
By: John Roach
Newer Posts
Page 2 of 17
Older Posts
Powered by Ghost
Coding For Life