
The DRY Principle: Benefits and Costs with Examples
What are the benefits and drawbacks of the DRY principle?
What are the benefits and drawbacks of the DRY principle?
How to take advantage of Apple’s APIs with already-existing data for text classification
Learn about topic modeling, some of its applications, and a specific technique named Latent Dirichlet Allocation
React comes with its own set of gotchas, some of it potentially becoming a severe problem to your applications if you don't take care of them now. This article will go over 10 things not to do when building react applications
Clear up any ambiguity and get typed errors too
The tab bar interface appears in some of the most popular mobile apps such as Facebook, Instagram, and Twitter. A tab bar appears at the bottom of an app screen and let users quickly switch between different functions of an app. In UIKit, you use the UITabBarController to create the tab bar interface. For the SwiftUI framework, it provides a UI component called TabView for developers to display tabs in the apps. In this tutorial, we will show you how to create a tab bar interface using TabView, handle the tab selection, and customize the appearance of the tab bar. […]
In this tutorial, you’ll learn how data flow in SwiftUI helps maintain a single source of truth for the data in your app.
Widgets are a powerful extension for your iPhone, iPad and Mac apps and is a perfect way to extend and personalize your iPhone home screen with new visual functionality.
Swift 4 is almost upon us, and I thought I would explore one of its features that I haven’t had the opportunity to that much: KeyPaths. There’s a lot of interesting nuance in here that I previously didn’t realize existed which I’d love to share.
Using Apple's recommended unified logging system using OSLog can be done in just a few steps. Learn how to use it in combination with the Console app.
Learn how to create your own Combine publisher in Swift
Once you know the boilerplate, it’s not hard to build a custom publisher in Combine.
Sometimes our sites need a little sprinkling of content management. Not always. Not a lot. But a bit. The CMS market is thriving with affordable,
In this guide, we will explore several directory structures that are used in production-grade applications and analyze the pros and cons of each.
When we are writing a React Application and using React Redux to manage the application state we use...