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

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

Wellness App Update

Posted on April 18, 2022 in projects

Over the past 3 weeks, I’ve really focused in on my wellness app project, consistently adding features bit by bit. I started out by using the Oura API to output my sleep metrics into a page with radio selectors to track my energy levels, mood, and focus on a …


Continue reading

Wellness App Project

Posted on March 28, 2022 in projects

I’ve just started the very beginnings of a new coding project. As I’ve been studying Miguel Grinberg’s Flask book, I wanted to take a stab at my own project to implement some of the features I am learning about in a more creative environment. I find that …


Continue reading