Git Aliases to Supercharge Your Workflow21 March 2024·2434 words·12 minsGit Version-Control Workflow Development Productivity Command-Line Aliases Git-Commands Git-Aliases Coding Programming Software-Development GithubGit aliases are a powerful workflow tool that create shortcuts to frequently used Git commands.
Building a CSV Reader in C with Python Integration19 December 2023·1042 words·5 minsPython C Csv CodingCSV (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.