Implementing a CICD pipeline for the VotingApp

Implementing a CICD pipeline for the VotingApp

This is the fourth part in a series focused on teaching the fundamentals of building and developing applications using Acorn. In the previous step we introduced Acorn development mode, a feature which allows to develop an application in an interactive and iterative...
Getting Started with Acorn Workshop

Getting Started with Acorn Workshop

When I discovered Acorn a few months ago, I first wrote a blog post which details how to use it to specify, run, package, and distribute a microservice application. Then I started a series of posts which define the use of Acorn in a more progressive way. Creating a...
Rapid code iteration with Acorn development mode

Rapid code iteration with Acorn development mode

This is the fourth part in a series focused on teaching the fundamentals of building and developing applications using Acorn. In the previous post of this series we enhanced the Acornfile of the VotingApp defining volumes for both db and redis containers. In this post...
Adding Acorn volumes in the VotingApp

Adding Acorn volumes in the VotingApp

This is the third post in a series that uses the Docker Voting app to showcase how to use Acorn. in the previous post of the series we modified the Acornfile of the VotingApp adding Acorn secrets inside of it. In this step we will add a storage definition for both...