Using json_extract_path in PostgreSQL
The `json_extract_path()` function in PostgreSQL can be used to extract specific items from JSON - but I couldn't find documentation for the path l...
190 words
|
1 minute
Technical Guide to Forcing Group Policy Updates in Windows Domain Environments
A comprehensive technical guide to forcing Group Policy updates across domain-joined computers, including process flows, network requirements, security implications, and troubleshooting best practices.
176 words
|
1 minute
Comparing Secure Communication Protocols for Enterprise Applications
A comprehensive comparison of modern secure communication protocols for enterprise applications, including TLS, SSH, VPN technologies, gRPC, and WebSockets.
582 words
|
3 minutes
Cryptography in Pyodide
Today I was evaluating if the Python [cryptography](https://cryptography.io/) package was a sensible depedency for one of my projects.
492 words
|
2 minutes
Automating Safari Configuration with Bash and AppleScript
Learn how to automate Safari browser configuration on macOS using Bash scripts and AppleScript, perfect for fleet management, custom deployments, and organizational standardization.
987 words
|
5 minutes
Building Production-Grade Background Services on macOS with launchd
A comprehensive guide on using macOS launchd to create robust, production-grade background services that run independently of your main application, with detailed implementation steps and best practices.
1066 words
|
5 minutes
Comprehensive OpenSearch Deployment Guide for Production
A detailed guide for deploying and configuring OpenSearch in production environments, covering single-node and cluster setups, security configuration, performance tuning, and best practices.
1709 words
|
9 minutes
Creating GitHub repository labels with an Actions workflow
Newly created GitHub repositories come with a default set of labels. I have several labels I like to add on top of these. The most important is **r...
506 words
|
3 minutes