Categories
Uncategorized

Why are Similar Stores Often Close To Each Other

Introduction Have you visited a McDonald’s and noticed there is Burger King (or some other fast food restaurant) right across from it? Why is this the case? Why do we often see similar establishments in groups? Note that this does not only happen with fast food chains. We also see this happen with gas stations […]

Categories
Uncategorized

Using Graph Theory to Find Insecure Software Packages

Introduction Almost all software created today has dependencies, meaning that the software created relies on other already developed software. To manage all these software dependencies many popular programming languages have package managers. Javascript has NPM, Python has PIP, Ruby has Gems, and the list goes on and on. This blog post goes over how graph […]