Tyler Boright

Building tech focused around people.

Projects

Currently Unnamed Timer App

I enjoy using a modified pomodoro method to inform me when I should take a break. I searched around for a bit and didn't find any cross-platform apps where I could choose the amount of time and add an audio clip that would play at the end of the timer.

The application is built in electron and Typescript for static types. I wrote a custom build-script and am working on packaging for the application.

You can find the repo here.

Golang Interview

An ongoing project I use to implement and discuss my learning process of computer science algorithms and data structures. I have a non-traditional CS background, so this combined with incremental learning has enabled me to explore and learn different ways to efficiently solve problems.

You can find the repo here.

Automated API Testing

Worked with api team to analyze which tasks QA tested repeatedly each day and explored the related api calls through the front end. After discussing our approach, I created a suite of automated api tests to run nightly to supplement manual testing. Configured CircleCI build job to run nightly and added Glip integration to inform the team of the tests' status.

Technologies used: NodeJS, Newman, Postman, CircleCI, cronjob