.s
- Show the stack+
,-
,*
,mod
- Math operators/mod
- performs both / and mod
drop
and2drop
- drop a stack item (once / twice)dup
- duplicate a stack itemrot
- rotate the stack
Contents
Contents
Contents
Contents
Document purpose
The purpose of this document is to provide an overview of the auction software I'm writing that uses a microservice based design pattern. Detailed below are the various microservices (with links to their individual Github repo's) and an explantion of how they all fit together to form an auction application. Also discussed are why I chose the approaches I did and some of the advantages and disadvantages of my choices.
Contents