Switching to a Data-Oriented Mindset
10-08-24
One programming paradigm that is overwhelmingly popular is Object Oriented programming. Even though languages like Golang doesn't have "OOP" features such classes and inheritance, you can still model you're data in an OOP-like fashion. My first intro to data-oriented programming was during my time doing data-engineering. Because our main focus is too enable our data-scientist to work more efficiently we'll typically model data in ways they prefer to access it... (Read More)