Work
C# - Collection: Event Handling & Email Notification
An exercise to practice creating and subscribing to events. A Gmail-account has been created to send and receive information from the program about the events
See project on GitHubC# - Collection: Email Notification Extension
In this project extension, I ported the project(/solution) to .Net Core, refactored classes into Library, used asynchronous methods/ events and added unit testing.
See project on GitHubC# - Collection: Graph Project with MVC Pattern
Within this take home interview assignment, I built a small console application in .Net core creating and manipulating undirected graph.
See project on GitHubC# - Collection: File System Watcher
This Program watches a folder for content changes. Created as an exercise, I am now working on a file management and backup program, that utilizes this behavior.
See project on GitHubC# - Collection: Polymorphism
As part of my early studies, I added an extensive reminder of how overriding and overloading work for future reference.
See project on GitHubCommunity Project: Brain Plugin
In this plugin to access AI APIs from Grasshopper, a project by the ParametricCamp community, I am actively collaborating. So far I created a one-pager about the update cycle and Async behavior in GH and scripted a custom json parser to output jSwan's nested JSON objects as flat list of outputs in dot notation
See project on GitHub