Code SnippetsOct 10, 2025

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 communication with both technical teams and business leadership.

Code SnippetsOct 9, 2025

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, StatefulSet, or similar controller), and the new pod will pick up the updated secret value.

Code SnippetsOct 6, 2025

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 for debugging authentication issues with GHCR or for programmatically inspecting image metadata (like layers and digests) without needing to ...

Code SnippetsAug 16, 2025

Query DNS Server

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

Tools

CodeQL (GitHub)

This open source repository contains the standard CodeQL libraries and queries that power GitHub Advanced Security and the other application securit

Tools

kapa.ai - Commercial RAG-as-a-Service platform

Kapa ingests your knowledge sources through specialized data pipelines, embeds and indexes the content, then serves answers via retrieval-augmented generation . The platform handles the full RAG stack—data ingestion, semantic search, LLM integration, and deployment—so you don’t build it yourself. Co...

TutorialsJul 11, 2025

From Figma to Code: AI-Powered UI Generation with MCP

Learn how to automate the conversion of Figma designs into production-ready HTML, CSS, and React Native code using an AI assistant like Claude and a specialized Figma MCP server from Composio.