Tagged Skill: Web Apps

Snippet Pad

I like to save code snippets, examples, and patterns to reference later.  My favourite app for this is SnippetsLab for Mac.  It’s elegant, full featured and performant.  The only features I’d suggest would be making snippets available across platforms (Mac, Window, Linux), and allowing users to organize snippets by tags instead of in a tree-structured […]

Canadian Hockey League

For the Canadian Hockey League, I worked on two versions of a custom Content Management System (CMS), along with their public facing, high-traffic websites.  The earlier version of this CMS was build almost entirely in PHP and the Symfony high performance framework.  The later version used RESTful services written in Python, and coordinated with RabbitMQ.  […]

Learning Management System

I was hired to work on a Learning Management System (LMS) in React.  The frontend communicated with a Flask RESTful API.  It inspired me to learn Flask by building SnippetPad, an app for saving, tagging, and filtering code snippets. The custom LMS had features such as slideshows for students, quizzes, grading, building and scheduling classes, […]

ToolLinked

I was hired by a team of graduate students at McMaster University for their Entrepreneurship program.  Their business idea was to build a networking platform to facilitate contracts between manufacturers and toolmakers. The site would allow businesses to make profile pages, post projects, bid on projects, and add geolocation data to find businesses in their […]

Speed Sorting Challenge

This React demo is the result of a coding challenge. The challenge was to display all possible sequences of a defined number of marbles up to 5. The number of marbles is input by the user, then each combination is calculated and displayed.

Wikipedia on Pipboy

This project is just for fun.  It’s a Pipboy UI for browsing Wikipedia.  I made it with  basic HTML, CSS, SVG and vanilla JavaScript.  It still needs work, but right now you can click links and view pages on the Pipboy’s glorious monochrome screen.  I’ll probably clean up the formatting a bit more and add […]