Tag: Programming


  • Electron Buildin

    Oct 11, 2018

    So I created another app for macOS mininote (available: here), the reason I created this is simple…I have a convoluted process for making small notes or pasting them from my...


  • Swift Segues

    Aug 29, 2015

    The delegate pattern is commonly used to situations such as: Screen A opens screen B and at some point screen B needs to communicate back to screen A. The solution is to make...


  • Enumerators!

    Aug 01, 2015

    I recently had an “Oooooh” moment. Well to clarify, I kind of knew what enums were but I wasn’t quite sure on the specifics of it. I knew of enums because of utilizing the Rails...