Skip to content

Instantly share code, notes, and snippets.

View HERYORDEJY's full-sized avatar

Ayodeji Yusuf Oyebode HERYORDEJY

View GitHub Profile
@Olanetsoft
Olanetsoft / workflow.md
Created February 25, 2026 17:15
Workflow Orchestration - CLAUDE

Workflow Orchestration

1. Plan Node Default

  • Enter plan mode for ANY non-trivial task (3+ steps or architectural decisions).
  • If something goes sideways, STOP and re-plan immediately—don't keep pushing.
  • Use plan mode for verification steps, not just building.
  • Write detailed specs upfront to reduce ambiguity.

2. Subagent Strategy

@cblanquera
cblanquera / certs.json
Last active March 22, 2025 21:43
List of academic degrees and certs
[
{
"degree_title": "American Association for Respiratory Care Fellow",
"degree_reference": "AARCF",
"degree_level": "certification"
},
{
"degree_title": "American Registry for Radiologic Technologists",
"degree_reference": "AART",
"degree_level": "certification"
@nbasham
nbasham / UIColor.swift
Last active September 9, 2025 02:23
Swift 4: Convert CSS color names and RGB hex values to UIColor. UIColor from hex 3, 4, 6, and 8 characters in length with or without # prefix. UIColor to hex. UIColor extension that creates immutable UIColor instances from hexadecimal and CSS color name strings (e.g. ff0, #f00, ff0000, ff0000ff, Pink, aZure, CLEAR, nil). Conversely, you can obta…
//
// UIColor.swift
// previously Color+HexAndCSSColorNames.swift
//
// Created by Norman Basham on 12/8/15.
// Copyright ©2018 Black Labs. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights