
Brett Romero is a software developer versed in .NET, PHP, Python, and iOS to name a few. He builds desktop, web and mobile applications. As well, he knows Illustrator and Photoshop backwards and forward. His design skills aren't too shabby either. Brett also founded Bitesize Business School, which helps entrepreneurs develop needed technical skills for running an online business while also teaching them invaluable business skills. His undergraduate major was mathematics but he finished with a degree in business administration then went on to study mathematics at the University of Washington. He also has an MBA from Arizona State University.
Brett's articles
Watch: Working with Lambda Functions in Python
By Brett Romero,
Take a sneak peak at one of our lesson in our Python course. In this video, you'll explore how to create anonymous functions in Python, lambda functions.
A Tour of Python Collections
By Brett Romero,
Brett Romero provides an introductory guide to Python collections, covering the various functions of lists, strings, mappings and sets.
Watch: The Swift App Infrustructure
By Brett Romero,
Understanding how to implement the MVC framework, will allow us to construct an app that follows Apple's guidelines with a proven framework.
Watch: Combining Dynamic Strings with Python
By Brett Romero,
Dynamic and changeable parts combined with string. This is what concatenation is. Let's jump in and see how its done with Python.
Watch: Singleton Patterns in Swift
By Brett Romero,
In this short video, we'll see how use Singleton Patterns, a powerful construct that lets you utilize classes without creating new instances each time.
Video: Exploring the Xcode Interface
By Brett Romero,
We're going to pick up some great tips on getting very efficient with Xcode. This includes keyboard shortcuts, which can greatly improve your productivity.
Video: Classes in Swift
By Brett Romero,
In this video we'll look how classes and instances of classes are made in Swift.
Video: Populating a Table with Data
By Brett Romero,
In this video I'll show you how to populate a table with data.
Video: Designing a Simple Navigation Based App
By Brett Romero,
In this video I'll demonstrate how to create a navigation based app.
Videos: Swift Functions
By Brett Romero,
In this video I show you how to create functions in Swift.