-
How to know the creation date of GitHub repository
Have you ever wondered when a GitHub repository was created? I was very surprised when I realised that GitHub does not display the repository creation date anywhere on the website. In this tutorial, you’ll learn how to know the creation date of any GitHub repository.
Continue reading → -
How to install Command line tools for Xcode
If you decide to become an Apple developer (develop for Apple platforms), the first thing you’ll need is Xcode. Xcode includes everything you need to create amazing applications for all Apple platforms. In this article, I will show you how to install Command line tools for Xcode in macOS. Let’s begin.
Continue reading → -
How to fix: ReferenceError: path is not defined
Recently, when attempting to use a
gulp
command in the Terminal app, I saw an error message sayingReferenceError: path is not defined
. In this tutorial, you will learn how to fix the error that leads to this error message. -
How to download from developer.apple.com
Registered at the
Continue reading →developer.apple.com
website, you became a member of the developer club, got access to various opportunities that are necessary develop for Apple platforms. Now it remains to figure it out how to download tools to create cool products. In this article, I’ll show you how to search and download files at thedeveloper.apple.com
website, on the example of the “Command Line Tools for Xcode” DMG file. Let’s begin. -
How to fix: Error: EPERM: operation not permitted, uv_cwd
Recently, when attempting to use the
gulp
command in the Terminal app, I saw an error message sayingError: EPERM: operation not permitted, uv_cwd
. In this tutorial, you’ll learn how to solve this problem.