My plans for a SAAS multi-tenant security microservice

I have been thinking a lot recently about how microservice based approaches can work for me in resolving many of the problems I encounter. The trouble is there is a tonne of information on the subject and working out a clear definition of a microservice is not easy. I needed to work out what I think a microservice actually is. (See https://code.metcarob.com/node/245). To do this I want to build an experimental microservice to see how the technical challenges pan out.

Tmux

Submitted by code_admin on Fri, 01/18/2019 - 08:59

Tmux

Prefix is ctrl + b

prefix -> c - new window
prefix -> w - choose from list of windows

prefix -> " - split horirzontally
prefix -> % - split vertically

prefix -> arrow - switch pane

prefix -> [ to go into copy mode, use arrows or page up and down, then use q to exit

Codefresh notes

Submitted by code_admin on Sat, 12/08/2018 - 09:51

Configuring my cloud server to use

Generate a codefresh public/private key pair on catness

  1. ssh-keygen -t rsa -b 4096 -f ~/.ssh/id_rsa_codefresh

CHANGED

Java Package Names Maven Group Names etc

Submitted by code_admin on Wed, 11/28/2018 - 15:27
Project Group Name Artifact ID Packages
Dev Projects metcarob.com.devplay * metcarob.com.devplay.*
Java Common metcarob.com.common RJM_Common2 metcarob.com.common.*

OLD:
Java Common
metcarob.com.common.general
metcarob.com.common.io
metcarob.com.common.io.db
metcarob.com.common.security
metcarob.com.common.security.secret
metcarob.com.common.testing