Skip to content

Instantly share code, notes, and snippets.

View rianvdm's full-sized avatar

Rian van der Merwe rianvdm

View GitHub Profile
@rianvdm
rianvdm / confluence-wiki-markup-syntax.md
Created November 25, 2025 18:42
Confluence Wiki Markup Syntax Reference

Confluence Wiki Markup Syntax Reference

When I ask for content in Confluence Wiki Markup format, use the following syntax:

Headers

  • h1. for top-level heading
  • h2. for second-level heading
  • h3. for third-level heading
  • etc.
@rianvdm
rianvdm / draft-okrs.md
Created November 23, 2025 19:26
OKR Drafting and Review Guide for Product & Platform Teams

Draft / Review OKRs


1. Purpose

These instructions enable LLMs to help users create clear, outcome-focused OKRs for product and platform teams (DevTools, Data Platform, Developer Infrastructure, etc.) that drive alignment, measurable results, and team autonomy.

While optimized for product/platform work at Cloudflare, these principles apply broadly to engineering, product, design, operations, and infrastructure teams.

LLMs must support the user by:

@rianvdm
rianvdm / amazon-s3-auto-upload
Created October 6, 2014 17:55
An automated image upload workflow for Amazon S3
# For more info, see http://www.elezea.com/2014/07/automatic-upload-amazon-s3/
import boto
from boto.s3.connection import S3Connection
import os
import sys
import urllib
from datetime import date, datetime
import subprocess