Table of Contents

Common Development tools

http://www.tutorialspoint.com/index.htm

Login all Microsoft apps using company email account

All developers

Desktop App

Install all applications and customise them as instructed.

Mobile App

Web developer (frontend/ Backend/ QA/ Web Designer)

Flutter developer

You need to setup the Android Studio but we will use VS Code for the development tool.
On Mac, if install Android Studio 4.1, may need to create a symbolic link so that 'flutter doctor' could check the Dart and Flutter plugins correctly.
$ ln -s ~/Library/Application \Support/Google/AndroidStudio4.1/plugins ~/Library/Application \Support/AndroidStudio4.1

Web Designer

Designer

QA

.NET developer

Deployment Tools

Install an App with specific version via Homebrew 使用 Mac OS only

$ brew tap homebrew/versions

Then search for your desired package:

$ brew search mongodb

This might give you the follow results:

...
mongodb/brew/mongodb-community
mongodb/brew/mongodb-community@4.2
mongodb/brew/mongodb-community@5.0

And then install the desired version:

$ brew install mongodb/brew/mongodb-community@4.2

Miscellaneous software