Tutorials Vue.js Real-time Chat Tutorial Check out the live example 🚀. As well as the full source code on GitHub 👩🏽💻. In the world of web apps, adding chat features used to be a nice extra, but now it's a
Tutorials Tutorial: Build a React.js Chat App Tutorial updated and completely rewritten 3. September 2023. Check out the live example 🚀. As well as the full source code on GitHub 👩🏽💻. Adding chat functionality to web apps may have been a nice-to-have
How to Recognize Languages and Names With Natural Language on iOS If your app deals with user input text in any way, there's a good chance you will benefit from machine learning text analysis. You might want to suggest categories or tags based on
How to Detect Faces on iOS Using Vision and Machine Learning Apple's Vision framework offers a lot of tools for image processing and image-based machine learning, one of those is detecting faces. This tutorial will show you how to detect faces using Vision, and
iOS Chat Tutorial Part 2: Typing Indicators and List of Online Users Adding a chat screen to your app can make it easier for your users to communicate, making your app more engaging and useful. In Part 1 of the iOS Chat Tutorial, we created
iOS 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
iOS 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
Chat iOS Chat Tutorial: Building A Realtime Messaging App One thing that can differentiate your app from other apps on the market is building in chat functionality. Online marketplaces, social networks and collaboration tools can all benefit from in-app chat. Your users
SOLID Principles for Becoming a Better iOS/Swift Developer 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
Tutorials iOS Accessibility Tutorial: Tips on Making Your App More Accessible Accessibility is one of those things that always seem to be at the bottom of the priority list for iOS apps. At first sight, making your app accessible seems like a lot of