Installing Core Tools on macOS
Set up a complete development environment on your Mac with Homebrew, Git, Node.js, and other essential tools. You'll have everything you need to start building real projects.
7 lessons
Installing Homebrew on macOS
Set up Homebrew, the essential package manager for macOS that simplifies installing developer tools.
Installing Git on macOS
Install Git on macOS using Homebrew or Xcode Command Line Tools for version control and GitHub integration.
Configuring Git Username and Email
Set up your Git identity so commits are properly attributed to you and integrate smoothly with GitHub.
Installing Node.js Using nvm on macOS
Learn to install and manage Node.js versions using nvm, the recommended approach for developers on macOS.
Installing Python Using pyenv on macOS
Set up pyenv to manage Python versions safely without touching the system Python that macOS relies on.
Installing VS Code on macOS
Download and set up Visual Studio Code, the primary code editor used throughout Codistry's curriculum.
Fixing macOS Shell Environment Issues
Troubleshoot common PATH problems and shell configuration issues that prevent tools from working correctly.