iOS Machine Learning: Understanding the Basics

Machine learning is one of those terms in programming that sounds like you need a PhD from Stanford to understand, but is in reality pretty simple and easy to get started with. Here's some big words, don't panic: iOS lets you train your own convolutional neural network using tran … | Continue reading


@scaledrone.com | 5 years ago

Fixing Common Issues with the iOS Keyboard

Dealing with the keyboard on iOS can be a tricky task. The keyboard often hides important buttons or information or hides part of a scroll view. I can't log into my mobile banking app on an iPhone SE, because the keyboard pops up over the "Login" button. You | Continue reading


@scaledrone.com | 5 years ago

Tutorial: Build a React.js Chat App

Adding chat functionality to your web app can be crucial for enabling easy communication between your users. Whether you have an online marketplace, social network or a collaboration tool, chat lets your users connect in a flexible and personal way, without having to leave the ap … | Continue reading


@scaledrone.com | 5 years ago

Becoming a Better iOS/Swift Developer with SOLID

While SOLID might be old (at least in internet years), they're one of those evergreen pieces of advice that go beyond language or platform specifics. SOLID is an acronym that stands for five guiding principles for OOP programming. Single Responsibility Principle Open/closed Princ … | Continue reading


@scaledrone.com | 5 years ago