Rise Of Machine Learning

From the time I was born, I have been fascinated by the ideas of Machine Learning and Artificial Intelligence. I didn’t know it at the time, but the movie Star Wars (later titled A New Hope) was impacting me profoundly when it first introduced me to machines that can think. For my childhood mind, the […]

What Is An Interface?

What is an interface? It’s a key feature in object-oriented programming and yet so mysterious to developers getting their start in the world of software development. Quite simply, an interface is a language specific representation of a contract used in computer programming languages. Interfaces cannot be instantiated, and they cannot define implementations. They are just […]