First Impression on Macbook M1 max

Max chip was more productive and also fast.

Alienx
3 min readJul 1, 2022

Hi guy,

I am new to blogging. I just experience with MacBook Pro new M1 chip with max version. I just test the MacBook with VS code, ReactNative, and golang(cobra-cli) .

VS code review:

JavaScript in progress
Photo by Clément Hélardot / Unsplash

It’s just awesome. code was completely optimized for ARM-based Silicon ,more efficient, easy to launch and performance is really good

Download Visual Studio Code — Mac, Linux, Windows

Visual Studio Code is free and available on your favorite platform — Linux, macOS, and Windows. Download Visual Studio Code to experience a redefined code editor, optimized for building and debugging modern web and cloud applications.

MicrosoftMicrosoft

I already use vs code in Linux and windows. launching code in windows is more complicated but was really used in development.

cd [path]

code .

React Native review:

React Native needs pre-request NPM, java, and x code.

Setting up the development environment · React Native

This page will help you install and build your first React Native app.

React Native

It was my uncle’s laptop. He was already a developer so npm, java, and Xcode are already installed. so it was easy to create a new project and easy to test android and ios. My first launch of ios simulator is awesome, faster, and easy to test.

Golang Review:

Download Golang

Downloads — The Go Programming Language

Google logo

Just click and install.

we need to add to the path using the Tutorial

I just clone my own golang project and launch code, build and run the project.

That was not a big project it is like a sample project but the experience is more close to Linux.

Overall

All development software is adopted for AMD base chips. The user experience is really good than previous intel MacBooks. Max chip was more productive and also fast.

--

--