Coding

GitHub Actions: Brief Tutorial

This is bascially a quick and dirty cheat sheet.

Michael Baggett

Git is an open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. Git is widely used for collaborative software development and Github is the leading Git platform.

Introduction to Python for Non-Computer Science Students

The content in this article was created with assistance from ChatGPT (AI).

Michael Baggett

This tutorial is designed for undergraduate students who may not have a background in computer science but want to learn the basics of Python. Python is beginner-friendly and widely used in various fields, including data science, web development, and automation.

Introduction to YAML for Non-Computer Science Students

The content in this article was created with assistance from ChatGPT (AI).

Michael Baggett

YAML short for "YAML Ain't Markup Language" or sometimes "Yet Another Markup Language," is a human-readable data serialization format often used for configuration files and data exchange between languages with different data structures that are easy to read and write.