About Me

Posts in 2020

September

Effect of Swift Extension and Libraries On Build Time

written by Andrew Wagner on

Does separating code into extra extensions and/or modules have a meaningful impact on compile times?

more...

August

Developing an Algorithm Case Study: Area encircled by multiple paths on a 2D plane

written by Andrew Wagner on

While toying around with an app idea I came across the need to develop my own algorithm and therefore return to Data Structures and Algorithms techniques I learned in college. Here is the problem, my process, and my solution.

more...