Getting Started

Latest posts

Git: Commit Code to Repo

Git: Commit Code to Repo

Committing New Code to Existing Repo Everything you need to know Table of Contents: * Why Version Control Matters * The Basic Git Workflow * Common Git Commands

Chase Woodard 4 min read
Declarative VS Imperative

Declarative VS Imperative

Differences Focus: * Declarative programming focuses on describing the desired result or logic, without specifying the control flow or implementation details. * Imperative programming focuses on explicitly

Chase Woodard 1 min read