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

Another Project Update!

Posted on October 17, 2022 in projects

It’s been a long time since I’ve written a project update, and since my last post, I’ve been back to working consistently on my wellness dashboard project since July. Rather than write a long wall of text, here’s a list of some of the features I …


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

More Algo Practice

Posted on June 15, 2022 in data-structures

Recently, I’ve taken a bit of a break from developing my app and have been putting the bulk of my focus into practicing algorithms. I’ve been tackling the Blind 75 Leetcode Problems , a curated list of leetcode problems grouped into type of problem/data structure with increasing difficulty …


Continue reading

Data Structures and Algorithms

Posted on April 21, 2022 in data-structures

In addition to my wellness app, I’ve also been focusing on improving my practical knowledge of data structures and algorithms. I am using AlgoExpert, a service which combines instructional videos on the different types of data structures with 160 practice problems. What I like about it so far is …


Continue reading