Personal Programming Projects

These are links to my public repositories on GitHub, primarily intended to demonstrate some of my programming abilities in Python and C++. Some originate as employment challenges, some personal projects. Each repository will have a ReadMe.md file which provides a detailed description of the project.

Photo Manager

https://github.com/syntheny/PhotoManager

This is an evolving personal project to develop a Photo Management system to collect and refine my image and video files scattered throughout my PCs and cloud services. The development approach is to apply Agile methodologies, especially Test-Driven Development (TDD). Of course, it is a one-person project, so some leniency in Agile application may occur.

“DartBoard” Project

https://github.com/syntheny/dartboard

The job challenge project was for a large random number generator and random selection. I spent additional effort to convert it into a Python programming project with documentation and unit testing.

Scroll to Top