CI/CD Jenkins Project

Posted on December 30, 2022 in projects

As a continuation of recent forays into automation with Ansible, I decided to up my DevOps game further by creating a Jenkins CI/CD pipeline for my wellness app. This would allow me to automate the testing and deployment of my application, ensuring that code changes aren’t breaking the …


Continue reading

Deploying my Wellness App

Posted on August 10, 2022 in projects

I’ve recently been working a lot with Ansible, a configuration management platform, which allows users to automate the setup of their infrastructure. My biggest project to date has been completely automating the deployment of my wellness app with an Ansible playbook. Although it took a lot of toggling--particularly with …


Continue reading