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
Git Version Control in Positron - How to set up and use Git version control inside Positron. Covers the core workflow of staging changes, making commits, and syncing to GitHub, plus practical tips on when to commit.
Git Version Control (Setup) - Intro to Git Version Control to track changes to our experiment code base.
Git Version Control (Usage) - How to use Git version control to track changes to our experiment code base.
Simplest command line program for Windows - Git Bash - Work with Unix-based command line on Windows via Git Bash.
Composer require a forked repository - How to use a forked version of a Composer package on Github. Useful as a temporary solution if you identify a bug or issue in a package you’re using and the package maintainer is slow to address the issue.
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.