summaryrefslogtreecommitdiff
path: root/_data/projects.yml
blob: 8ac84fd21b8de627f2bb773b36eabe7135f0eb38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
- name: BergEMS.org
  description: An EMS agency management web application for tracking member records, scheduling shifts, and more.
  tech: Node.js, Express, MongoDB, Heroku, jQuery
  github: benburwell/MCEMS-Site
  live: https://www.bergems.org/

- name: actiondoc
  description: A documentation generator for the Actionhero.js API framework.
  tech: Angular
  github: benburwell/actiondoc
  live: http://actiondoc.benburwell.com/

- name: Simple Weather App
  description: A simple demo web app showcasing the HTML5 geolocation API
  tech: HTML5 Geolocation API, JavaScript, OpenWeatherMap API
  github: benburwell/weather
  live: http://weather.benburwell.com/

- name: Forest Printer Management System API
  description: In Software Engineering class, my team created a printer monitoring platform called Forest to gather and display statistics about network printers.
  tech: Node.js, Actionhero.js, Heroku
  github: printerSystemCSI210/api-server
  live: /posts/forest-printer-management/

- name: Article Management Interface
  description: A web application I created for my high school newspaper to help manage the publishing workflow.
  tech: HTML, PHP, JavaScript, CSS, MySQL
  github: benburwell/ami

- name: MPX
  description: A small operating system developed for class. After booting into DOS, running this program overwrote the system interrupt vector table to transfer control to the program. I/O happened.
  tech: C, DOS, dumb terminals, line printers, and more!
  github: benburwell/mpx

- name: Music Analysis Project
  description: For an independent study project, we created an npm package, API server, and browser extensions to analyze the difficulty of music posted to Musescore.org.
  tech: Node.js, Heroku, Actionhero.js, Google Chrome extensions, Firefox extensions, Safari extensions, npm
  github: csi970

- name: Helvetica
  description: A browser extension for Google Chrome and Safari that transforms all text to Helvetica.
  tech: Google Chrome extension framework, Safari extension framework
  github: benburwell/Helvetica

- name: Resume
  description: My resume, created in LaTeX.
  tech: LaTeX
  github: benburwell/resume
  live: /assets/pdf/Ben_Burwell_Resume.pdf

- name: MDEngine
  description: A stupidly simple Markdown to HTML framework for Apache
  tech: Apache web server, PHP, HTML, CSS
  github: benburwell/MDEngine