Standardizing Your n8n Workflow Names
This guide explains how to adopt a professional naming convention for your n8n workflows. This standard is designed for clarity, scalability, and effective comm...
Kubectl change secret with kubectl patch
After updating the secret restart controller or delete the pod, *Kubernetes will automatically create a new one (assuming it's managed by a Deployment, Stateful...
Fetch Private GHCR Image Manifest
A shell script to manually authenticate and fetch the manifest for a private container image from the GitHub Container Registry (GHCR). This script is useful f...
Ubuntu VM ReverseProxy with SSL
Ubuntu VM ReverseProxy with SSL
Azure Service Bus (Producer-Consumer SDK)
Azure Service Bus (Producer-Consumer SDK)
Jupyter Notebook - List all installed packages
Jupyter Notebook - List all installed packages
Query DNS Server
Two popular and reliable options are Google Public DNS and Cloudflare DNS.
PR Comment Boilerplate
PR Description template MD
Throughput and latency controls by rate-limits
# Demo: how rate-limits shape throughput and latency. - MockElevenLabs class with two fake endpoints: - clone_voice() (simulates 0.8-10 s work) - tts() (simula...
Identity Provider (IdP) x Service Provider (SP)
The Identity Provider (IdP): This entity is responsible for authenticating a user and then "issuing" a signed JWT. It holds the private key. The Service Provide...
AWS EKS Support Periods and Versions
Complete table of all current and recent Amazon EKS Kubernetes versions, including their standard and extended support end dates, as listed in the official AWS ...
Console Script to Gather Display Information
It gathers information on screen dimensions, browser viewport size, and the device's pixel ratio, which is crucial for understanding how things are rendered on...
Sort CSV by DD/MM/YYYY column
Script to create a sorted version of a CSV in case column date is on this format: DD/MM/YYYY
Scrap all images from a page (IIFE)
Immediately Invoked Function Expression (IIFE) -- The script finds all images within elements having the class .masonry-brick, changes their URLs to point to w...
tRPC
tRPC is designed to provide end-to-end type safety by leveraging TypeScript's type inference, allowing developers to avoid manually writing types for API contra...