Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.93 KB

README.md

File metadata and controls

25 lines (19 loc) · 1.93 KB

Resume Portfolio of Erik Roosendahl

Recipes & Groceries App - Recipes and Groceries commerce app in React Native

  • A mobile grocery marketplace that presents customers with recipes made up of stores' discounted goods.
  • Includes thorough documentation of features and code in subsequent ReadMe's.
  • Javascript, Typescript, React Native, Firebase, Node.js

Python Exploratory Data Analysis - EDA application on public Uber/Lyft ride data to seek profitable insights.

  • Data wrangling and profiling, developing and testing a hypothesis, forming conclusions and applications to the real world.
  • Python, Jupyter Notebook, Pandas, Numpy, Matplotlib

Web Discussion Forum - Discussion Forum website in Django

  • Rapid Prototype Web Forum with features like acccount and thread creation, source linking, and like metrics.
  • Python, Django, MongoDB

Console Health Tracker - Console Health Tracking app in Java

  • Command driven console health tracker, logging accounts and health metrics into a generated csv. Used by bash script, usage messages, and commands.
  • Java, OOP Design (Command Design Pattern among others), Unit Testing (JUnit)

Fan Webpage Redesign - Fanmade Redesign of Website Homepage

  • Simply a redesign of a page of a favorite developer of mine, included to show some experience with HTML and CSS

System Memory Simulation (External "pastebin" link, password: erikroosendahl) - C

  • Intimate simulation of components of system memory management (caching).
  • Systems Software, C, Linux, GDB