About me
Hello!
I am a full-stack engineer with over 10 years of experience with software development. I have a background in chemical and biological engineering, and have spent most of my career programming interactive scientific simulations. While working for a research professor at the University of Colorado Boulder, I learned how to program in Python, Matlab, Mathematica, and JavaScript. Since leaving that job, I have learned Ruby and Rails as part of the back-end program at Turing. I really enjoy building software, and I love seeing a project turn into something amazing out of nothing. I really love learning, which is a big part of why I worked for a research professor. I also enjoy teaching and sharing what I have learned with others.
Preferred locations
- Los Angeles, CA
- San Francisco, CA
- Denver, CO
- Boston, MA
- New York, NY
- Portland, OR
- Austin, TX
- Seattle, WA
- Washington, DC
Previous industries
Skills
Currently learning
Projects
World Geography Quiz
World Geography Quiz
Tools Used
Test your knowledge of world geography with this fun quiz. You will be asked a series of multiple choice questions and given a score at the end of the quiz. If you score high enough, you will appear on the high scores. Quiz questions are generated procedurally (that is, there is not a database of "quiz questions", but rather an algorithm that uses a database of world geographical information to generate questions). The front-end is designed with Ruby on Rails and vanilla JavaScript, while the back end is an API that is also designed with Rails.
RuneFall
RuneFall
Tools Used
RuneFall is a search engine for cards used in the card game RuneTerra. The front end is a single-page web application designed using React, React Router, and Tailwind. The back end is a RESTful API built with Ruby on Rails and PostgreSQL.
LearnChemE.com
LearnChemE.com
Tools Used
LearnChemE is a website that provides educational resources for chemical engineering students. The website is built on the WordPress platform, with custom widgets, components, and scripts designed by me. LearnChemE has thousands of educational screencasts on all sorts of engineering topics, as well as 100+ interactive simulations, many of which I authored. The website is used by thousands of students and instructors worldwide.
- Note: the repository given below is for the scientific simulations and some custom widgets. The website itself is a private repository.
Example of a Scientific Simulation - Reversible and Irreversible Expansion or Compression
Example of a Scientific Simulation - Reversible and Irreversible Expansion or Compression
Tools Used
This simulation demonstrates the difference between reversible and irreversible expansion or compression of a gas. The user can change the pressure and volume of the gas, and the simulation will show the work done on the gas. The simulation is written in JavaScript and uses the HTML5 canvas element for rendering.