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

Card image cap

See App | Source Code

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

Card image cap

See App | Source Code

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

Project one image

See App | Source Code

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

Card image cap

See App | Source Code

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:

Weather Map

Card image cap

See App | Source Code

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.

Simon

Card image cap

Play Game | Source Code

Simon Says memory game. Made in JavaScript/HTML/CSS without any libraries.

Business Mockup

Card image cap

See Website | Source Code

A mockup of a 'trendy' business website.

Calculator

Card image cap

See App | Source Code

A handheld calculator app. Made in JavaScript/HTML/CSS without any libraries.

Path of Exile Indexer

Card image cap

Source Code

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

Pomodoro Clock

Card image cap

See App | Source Code

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

Full Stack Starter

Card image cap

Source Code

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

Save the Date

Project one image

See Website | Source Code

A save the date website. Made with Bootstrap and Sass.

React Recipe Box

Project one image

See App | Source Code

The "to-do" app I used to learn a new tech stack. Made with:

  • React
  • Node.js/Express
  • PostgreSQL

Tic Tac Toe

Card image cap

Play Game | Source Code

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

type_id matcher

Card image cap

Source Code

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

JavaScript Blackjack

Card image cap

See App | Source Code

Text based blackjack with simple strategy suggestions. One of my first front-end projects, from 2016!