
Currently working on:
Here are a few courses that I'm working through:

Data Structures and Performance, University of California, San Diego, 2nd course in Object Oriented Java Programming: Data Structures and Beyond Specialization
This course will allow me to use and analyze data structures that are used in industry-level applications, such as linked lists, trees, and hashtables. I will be able to explain how these data structures make programs more efficient and flexible. I will apply asymptotic Big-O analysis to describe the performance of algorithms and evaluate which strategy to use for efficient data retrieval, addition of new data, deletion of elements, and/or memory usage. The program I will build throughout this course allows its user to manage, manipulate and reason about large sets of textual data.

Finding Hidden Messages in DNA (Bioinformatics I), University of California, San Diego
This course is one in a series that is illustrating the power of computing in modern biology. In the first half of the course, we will try to answer the question where in the genome does DNA replication begin? We will learn that we can answer this question for many bacteria using only some straightforward algorithms to look for hidden messages in the genome. In the second half of the course, we examine a different biological question, when we ask which DNA patterns play the role of molecular clocks.

FreeCodeCamp
I'm working towards earning my Front End Development Certificate. You can click here to see my progress.