Hello! My name is Susan and I make clear, to-the-point coding videos and guides.

Learn more about my background and experience at susanbuck.net.

Need assistance? I’m available for consulting...

General inquiries or video comission requests: mail@codewithsusan.com

Get notified when I post new videos by subscribing on YouTube Code with Susan.

Guides

Show all
Command Line Primer - Practice working in the command line.
Miniconda / Conda for Python - Install and use Conda, a command line tool for managing Python packages and environments.
Forge Under the Hood - Databases (MySQL / MariaDB) - In this guide, I’ll explain how to manage MariaDB/MySQL databases directly via MySQL command line instead of via the Forge interface. You can use this information when troubleshooting or if you decide to cancel your Forge subscription and manage your own servers.
PATH Variable (Mac) - Learn how to edit Mac’s PATH variable - a setting that contains a list of directories your computer should look in when executing programs via command line.
Command Line Basics for Web Developers (Terminal / Git Bash) - Learn what command line is and why it’s an important tool every web developer should know. We’ll look at setting up command line programs on Mac and Linux (Terminal) and Windows (Git Bash). Finally, we’ll walk through some basic commands for working with files and directories.
Simple Command Line Text Editing with Nano - Create/edit files directly in command line via the simple to use command line editor, Nano.