Xcode Simulator Tips and Tricks

Xcode Simulato

The Xcode simulator is the developer’s friend across their iOS development journey. Without it, debugging applications has to always happen on device which is time consuming and a lot of times it doesn’t work and you would have to debug why your device, which is connected, is appearing to be not connected to Xcode. In … Read more

Swift Tutorial: SharePlay and GroupActivities API Example

Shareplay

With iOS 15.1 you can integrate your app into FaceTime using the new SharePlay technology. Below is the simplest implementation of SharePlay and GroupActivities API that I could write, and it can be customized based on your application’s need. I have added comments in the code to help you understand the code better. Few things … Read more

Mac Custom Text Shortcuts

Your Mac gives you the ability to create custom text shortcuts to use instead of typing long phrases or frequent sentences by only using few characters. To achieve that, head over to System Preferences, Keyboard, and select the Text tab. There you will find a table that contains nothing, you can start adding your custom … Read more

Mac UPS Settings

I recently acquired a new Mac mini, and because of the recent storms we’ve been having and the frequent power outages I decided to purchase a UPS (Uninterruptible Power Supply) to protect my Mac. I did a quick search and landed on this unit* for $65 from APC that I found on Amazon that seems … Read more

Non-Technical Interview Questions for Technical People

interview

There are many sample technical questions on the Internet on different programming language topics that you can visit, study, or memorize before your technical interview. But it is as important to be able to answer non-technical questions in the interview. Such questions focuses on the soft skills that you have, how do you perform under … Read more