Xcode 14 beta, Apple’s IDE (Integrated Development Environment) has gotten so many tools with super powers. The addition of SwiftUI will dramatically change the spectrum of Apple developers in the days to come. The supercharged design tool that comes along with SwiftUI would empower a whole new way to build… Continue Reading
How to get or download the new Xcode 12 beta
Xcode 12 beta, Apple’s IDE (Integrated Development Environment) has gotten so many tools with super powers. The addition of SwiftUI will dramatically change the spectrum of Apple developers in the days to come. The supercharged design tool that comes along with SwiftUI would empower a whole new way to build… Continue Reading
How to debug websites on iOS and iPadOS devices/simulators with the Safari browser
The best way to debug websites on iOS and iPadOS devices/simulators is by using the developer tools in Safari. Step 1: Enable “Develop” menu for Safari on your Mac. Essentially, this is the first step irrespective of which device/simulator you would be using. On your Mac, launch Safari and head… Continue Reading
How to get the Docker Desktop app on your Mac
Getting the Docker Desktop app provides everything you need for enterprise-ready Docker container development of Kubernetes-ready applications. Step 1: Download & install “Docker Desktop” app. Firstly, you need to have an account in Docker Hub to download the app so click on this link to create one – https://hub.docker.com/signup. Once… Continue Reading
How to enable Night Shift mode on Mac
Night Shift is a macOS feature that shifts the colours of your display to the warmer end of the colour spectrum after dark. Studies have shown that exposure to bright blue light in the evening can affect your circadian rhythms and make it harder to fall asleep. Night Shift uses… Continue Reading
How to turn on Dark mode in iOS 13 Simulator
Step 1: Open Simulator There are couple of ways to get the Simulator running, few of them are: Open “Spotlight” search and type “Simulator” and select the Simulator app option in the ‘Top Hits’. Please do make sure it’s the Simulator version 11 or up. Launch the new Xcode 11… Continue Reading
How to get or download the new Xcode 11 beta
Xcode 11 beta, Apple’s IDE (Integrated Development Environment) has gotten so many tools with super powers. The addition of SwiftUI will dramatically change the spectrum of Apple developers in the days to come. The supercharged design tool that comes along with SwiftUI would empower a whole new way to build… Continue Reading
Quick steps to connect to Github through SSH in Mac
By connecting to GitHub through SSH, you won’t be prompted to enter your credentials every time you pull or push to a repository; which is something you would end up doing way too often. Step 1: Checking for existing SSH keys It is always safe to initially check for existing… Continue Reading
How to install XAMPP on your Mac
What is XAMPP? XAMPP is one of the most popular PHP development environment XAMPP is a completely free, easy to install Apache distribution containing MariaDB, PHP, and Perl. The XAMPP open source package has been set up to be incredibly easy to install and to use. Here’s a breakdown of… Continue Reading
iTerm (iTerm2) – Setup Guide for Your Mac
Why switch to iTerm over the default macOS Terminal? Steps to install: iTerm is the terminal you are missing out on, for your programming life. Choose the version you want to install from this, downloads page. Unzip the downloaded file Move the unzipped iTerm application to the “Applications” folder and… Continue Reading