Git Aliases to Supercharge Your Workflow

Git aliases are a powerful workflow tool that create shortcuts to frequently used Git commands.

March 21, 2024 · 12 min · 2384 words · Joel Hanson

Building a CSV Reader in C with Python Integration

CSV (Comma-Separated Values) files are a common format for storing tabular data. In this blog post, we’ll explore the process of creating a simple CSV reader in C using CPython standard library.

December 19, 2023 · 5 min · 1021 words · Joel Hanson