
Hi, I'm Eric!
I'm a software engineer in Philadelphia. I work daily with Elixir, Vue, and PostgreSQL.
Here are some old projects from earlier in my career!
eqmvii@gmail.com | github.com/eqmvii | linkedin.com/in/eric-mancini | @eqmvii
Portfolio
Some of my recent projects
echat

A live chat application built in 2017 that allows multiple users to chat in real-time.
Initially built with React, then refactored to use Redux for state management. Node.js/Express/PostgreSQL on the back-end. Uses Jest for tests.
Data Body

My entry for the 2017 Node Knockout 48-hour hackathon. Converts daily weigh-ins to calorie data, using Statistics and Math and Hackathon Magic. Built with:
- React/React Router
- Node.js/Express/Express Session
- PostgreSQL
- 96 ounces of Diet Mountain Dew
Fun Money

Fantasy portfolio app allowing users to make an account and trade stocks with $10,000 in fake money. The premise is from one of Harvard CS50's problem sets, but the app was coded from scratch. Built together with my wife in the summer of 2017 using:
- Python/Flask/Jinja2
- JavaScript/jQuery
- PostgreSQL/SQLAlchemy
Market Watch

A snapshot of EVE Online's player-driven market. Processes over 300,000 orders to calculate the highest buy and lowest sell prices for items selected by the user for their dashboard. Built with:
- React
- EVE Online Swagger API
- Node.js/Express
Weather Map

Broken now due to Google Maps payment changes.
This creatively named app used to let a user search for weather information. Built using the OpenWeatherMap and Google Maps APIs. Uses and abuses jQuery. Weather images made lovingly by hand in MSPaint.
Path of Exile Indexer

A Python script that uses the Path of Exile stashes API to search for items available for trade.
Pomodoro Clock

A productivity tool for timing work/break cycles. Made in JavaScript/HTML/CSS without any libraries.
Full Stack Starter

React/Node.js/Express/PostgreSQL starter project to quickly prototype a full-stack application and deploy it to Heroku.
React Recipe Box

The "to-do" app I used to learn a new tech stack. Made with:
- React
- Node.js/Express
- PostgreSQL
Tic Tac Toe

Tic Tac Toe with customizable AI difficulty. Made in JavaScript/HTML/CSS without any libraries.
type_id matcher

A Node.js script that uses EVE's Swagger API to match name and type_id properties for roughly 36,000 database entries.