Databites Labs

Databites Labs

Blog

Thoughts on AI native apps, iOS development, and software engineering.

πŸ€–

AI Agents

No posts in this category yet. Check back soon!

🧠

AI Native Apps

No posts in this category yet. Check back soon!

πŸ“±

iOS App Development

No posts in this category yet. Check back soon!

πŸ“Š

Data Science

May 2, 2020

Numpy Top Functions used with Dataframes

Numpy Top Functions used in Data Analysis

May 1, 2020

Numpy Top Functions used in Data Analysis

Numpy Top Functions used in Data Analysis

April 29, 2020

Python VirtualEnv

Notes about VirtualEnv and Visual Studio Code

πŸ—οΈ

Software Architecture

May 19, 2020

Object-Oriented Shell, Functional Core - Managing State in Modern Applications

Combining the best of object-oriented and functional programming paradigms to build maintainable SCRUD applications.

May 18, 2020

Inheritance is bad - don't use it.

OOP and Inheritance - the scourge of modern programming practices.

June 24, 2019

Matplotlib using the Basic OOP API and Graphing with Colors

Graphing with Matplotlib in OOP style. I often see many tutorials using the global state machine version of matplotlib. While they are quick to use, it’s often confusing and quickly becomes unwieldy when you want to reuse the code.

πŸ“š

All Posts

May 19, 2020 β€’ Software Architecture

Object-Oriented Shell, Functional Core - Managing State in Modern Applications

Combining the best of object-oriented and functional programming paradigms to build maintainable SCRUD applications.

Swift OOP Functional Programming
May 18, 2020 β€’ Software Architecture

Inheritance is bad - don't use it.

OOP and Inheritance - the scourge of modern programming practices.

Swift OOP Functional Programming
May 2, 2020 β€’ Data Science

Numpy Top Functions used with Dataframes

Numpy Top Functions used in Data Analysis

Numpy Pandas Python Notes
May 1, 2020 β€’ Data Science

Numpy Top Functions used in Data Analysis

Numpy Top Functions used in Data Analysis

Numpy Python Notes
April 29, 2020 β€’ Data Science

Python VirtualEnv

Notes about VirtualEnv and Visual Studio Code

VirtualEnv Python Notes
June 24, 2019 β€’ Software Architecture

Matplotlib using the Basic OOP API and Graphing with Colors

Graphing with Matplotlib in OOP style. I often see many tutorials using the global state machine version of matplotlib. While they are quick to use, it’s often confusing and quickly becomes unwieldy when you want to reuse the code.

Matplotlib OOP Tutorial Python Colors