MD
R
10/10/2025 2 min read

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...

#n8n#conventions
0
0
?
S
10/9/2025 2 min read

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...

#k8s
0
0
?
S
10/6/2025 5 min read

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...

#ghcr#docker
0
0
MD
R
9/22/2025 1 min read

Ubuntu VM ReverseProxy with SSL

Ubuntu VM ReverseProxy with SSL

#devops
0
0
PY
S
9/3/2025 1 min read

Azure Service Bus (Producer-Consumer SDK)

Azure Service Bus (Producer-Consumer SDK)

#py#azure
0
0
PY
S
8/30/2025 1 min read

Jupyter Notebook - List all installed packages

Jupyter Notebook - List all installed packages

#debug#py
0
0
?
S
8/16/2025 1 min read

Query DNS Server

Two popular and reliable options are Google Public DNS and Cloudflare DNS.

0
0
MD
S
7/25/2025 1 min read

PR Comment Boilerplate

PR Description template MD

0
0
PY
S
6/30/2025 6 min read

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...

#python
0
0
JS
S
6/19/2025 3 min read

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...

0
0
MD
R
6/19/2025 2 min read

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 ...

#aws#devops
0
0
JS
S
6/10/2025 1 min read

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...

#js#2ndlinesupport
0
0
?
S
6/8/2025 1 min read

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

#bash#terminal#csv+1 more
0
0
JS
S
6/8/2025 3 min read

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...

#js
0
0
JS
S
6/5/2025 5 min read

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...

#style#ts
0
0