Under Construction
Please excuse me while I get this page together 😅! I'm still figuring out the best way to showcase some of my key-smashing code in a way that's actually useful. In the meantime, if you're really itching to see some of my keyboard acrobatics, feel free to check out the GitHub repos below. I promise there’s some magic in there... somewhere!
Shotgrid Review Submit
https://github.com/mangopipeline/shot_grid_sub_2_dailies
A more contextual code sample writing pipeline tool for submitting media for review in Autodesk Shotgrid
Purpose: Streamlines the submission of rendered content for review through the Shotgrid screening room.
Key Features:
Utilizes FFMpeg for efficient media encoding.
Connects to the Shotgrid API to:
Synchronize project details (Project, Sequence, Asset).
Mirror-shot database entries for review submissions.
Submit review versions as part of specific task types.
Compilation:
Includes a compile script that uses PyExe.
Ensures final deliverables are independent of:
Pre-installed Python binaries.
Third-party library distributions.
Benefit: Allows artists to focus on their work without worrying about setup issues or dependencies, making the submission process smooth and efficient.
Los Bowling
https://github.com/mangopipeline/los_bowling
Code Test I did for a now-defunct Cyber Security company I interviewed with
The final score.
The running score for each frame.
A breakdown of whether each frame was a strike, spare, or open.
Additionally, this implementation should support the addition of custom rules. Submissions should include.
String Calculator
https://github.com/mangopipeline/String-Calculator-Excersie
Code test I did a while back while interviewing at Facebook, I thought there were a few interesting algorithmic ways to approach the issue, so I provided several different solutions, some more over-engineered than others :D
Calculate string solutions
Generate a method that will take an input of integers
separated by multiplication or addition operators that will
return the correct solution for the string.