- The Git Gist Blog 😃
A technology blog for programming, automation, and cloud engineering
Learn why blindly using .json() on HTTP responses is risky, and discover robust patterns for handling JSON parsing in Python's requests library. …
A comprehensive guide to automating Go binary builds and releases across multiple platforms using GoReleaser and GitHub Actions. Includes Homebrew …
Enhance your zsh prompt with visual git branch alerts. Prevents accidental commits to main/master by displaying flashing yellow warnings and adds …
Learn how to effectively send JSON data using curl, including command-line techniques and file-based approaches for API interactions. A comprehensive …
A practical guide to using the Python requests library for HTTP requests