Complete Guide to AWS IAM Roles: Secure Access Management
2024-12-03
Complete guide to AWS IAM Roles - understanding trust policies, permissions, and common use cases for secure AWS resource access management.
330 words
|
2 minutes
Guessing Amazon image URLs using GitHub Copilot
2024-12-02
I was experimenting with the new [Readwise export API](https://readwise.io/api_deets#export) and it gave me back the following JSON:
218 words
|
1 minute
Expanding ChatGPT Code Interpreter with Python packages, Deno and Lua
2024-12-02
The ChatGPT Code Interpreter alpha remains incredibly interesting. I wrote about how I was using it [for Python and SQLite benchmarking](https://si...
1114 words
|
6 minutes
Testing against Python 3.11 preview using GitHub Actions
2024-11-24
I decided to run my CI tests against the Python 3.11 preview, to avoid the problem I had when Python 3.10 came out with [a bug that affected Datase...
120 words
|
1 minute
Integrating HashiCorp Vault with CoreDNS: Secure DNS and Secrets Management
2024-11-23
A comprehensive guide to integrating HashiCorp Vault with CoreDNS for secure DNS resolution, dynamic secrets management, and certificate automation in modern infrastructure.
4240 words
|
21 minutes
Creating a Comprehensive API Inventory: Discovery, Documentation, and Management
2024-11-23
A complete guide to building an automated API inventory system that discovers, documents, and manages all APIs across your organization's infrastructure.
4279 words
|
21 minutes
Mastering Container Management with Podman Quadlet: Complete Guide
2024-11-23
A comprehensive guide to using Podman Quadlet for container management, enabling systemd-native container deployment with automatic updates, dependencies, and lifecycle management.
1142 words
|
6 minutes
Managing Multiple GitHub Accounts: SSH Keys and Git Configuration
2024-11-23
A comprehensive guide to managing multiple GitHub accounts on a single machine using SSH keys, Git configuration, and URL rewriting for seamless account switching.
1352 words
|
7 minutes