Innovative full stack engineer with 50+ web development projects for clients including BMW, Casio USA, Merck, Johnson and Johnson, Vertex, Toys'R'Us, and Federal government. Graduate of Cornell University and Columbia University.


Click on an image to be taken to the web site or source code. In the case of the APIs, clicking will take you to github. Database schemas are available on request. PHP code for most projects is posted on github.

Medicine Show Theatre Company website

Click the image above to take you to this theatre company website. It"s responsive, and supports video, slideshows and event schedules. The videos in this case are hosted on youtube, which was convenient for the client.

source code

Medicine Show Theatre Admin website

This is the admin for the Medicine Show website. It's built on CodeIgniter with GroceryCRUD. Clicking the link above will take you to the admin, which is currently set in read only mode. The username for demo purposes is "user1", the password is "pswd1".

source code

Registration Tool for Conference Organizers

This is a registration tool for companies that organize conferences. It is responsive and can be themed using css. The information for multiple conferences is set up in the database and users enter the appropriate code to go to registration for "their" conference. The test conference code is "SUSTOL".

source code

Human Resources Company Lookup

This is an HR tool for handling new hires and promotions. A new hire can be sent to this web page to enter information about themselves, or HR can do it. Then the app generates an email that goes to all the active people in the database, welcoming a new hire, celebrating a promotion, etc. Written in CodeIgniter.   source code

REST API

There isn't a good visual representation for a REST API. See the code here. Raw PHP, no framework

Laravel REST API

This is not all of the code, just the parts I have to edit to get a function REST API using Laravel and HTTP requests. See the code here.