Xcode 12: Top 5 Features

Xcode 12: Top 5 Features

There are so many additions to the new Xcode 12, New Swift and Swift UI, many bug fixes and improvements, as well as a new look and feel. In addition to the new icon, see above, I will outline in this list my top 5 features that I really liked in the new Xcode 12. New Documents Tab Now you can easily open any file…
iOS 14: What is an App Clip?

iOS 14: What is an App Clip?

An App Clip, as the name indicates, is a small app that can be launched on your phone without having to have the actual full app downloaded and installed. As mentioned, these mini-apps are very small in size and not installed on your devices, therefore they are launched within seconds of launching them. App Clips can be discovered and launched in many different ways, including…
create an app id in appstore connect

How To Create an App Identifier in AppStore Connect – Updated for iOS 14

If you are creating a new iOS app, you will need to create a new App Identifier. Follow the following Step-By-Step post to know how. Step 1 Login to Developer.Apple.com and head to the Certificates, IDs & Profiles. Step 2 Select Identifiers from the side menu Step 3 Click the + button next to Identifiers Step 4 Select App IDs then hit Continue. Step 5…
Using Git with Terminal – 10 Basic Commands You Should Know

Using Git with Terminal – 10 Basic Commands You Should Know

If you are a software engineer, you're most likely have interacted and used a version control system such as Git or SVN. I have used both, but for the past 5 years or so I have been mostly using Git for work and personal projects. I think it provides a simpler and easier way to version controlling and there are a lot of resources online…