Reference here First – what is docker? The gist is that it’s somewhat of a replacement for clunky linux virtual machines that you might use just for programming / software development. There are two main parts – Containers and Images. A Container is like a tiny, minimalistic virtual machine. It creates a small space toContinue reading “Working with Docker”
Tag Archives: notes
Installing Flutter
Installing Flutter on Mac zsh: add flutter to $PATH open a terminal in $HOME and run: touch .zshrc open .zshrc Add the following line and change [PATH_TO_FLUTTER_GIT_DIRECTORY] to be the path where you cloned Flutter’s git repo: Platform Setup: iOS install Xcode (on app store) install Java and JDK Android install android studio and goContinue reading “Installing Flutter”