Skip to content

Instantly share code, notes, and snippets.

View mizner's full-sized avatar

Michael Mizner mizner

View GitHub Profile
@kevinwhoffman
kevinwhoffman / resources-web-developers-designers.md
Last active October 21, 2025 14:29
Resources for Web Developers and Designers

Resources for Web Developers and Designers

This is an incomplete list of resources including courses and individuals who publish content that has helped me grow as a web developer and designer. Many of these resources are WordPress-specific as that is my current area of specialization. This list will grow over time. If you've got something to add, send me a link @kevinwhoffman and I'll check it out!

Course Providers

@justsml
justsml / fetch-api-examples.md
Last active February 26, 2026 16:40
JavaScript Fetch API Examples
@keeneyemedia
keeneyemedia / bitbucket-pipelines.yml
Created January 10, 2018 21:27
Sample bitbucket-pipelines.yml for WPengine GIT Push
pipelines:
branches:
master:
- step:
script:
- git push git@git.wpengine.com:production/YOUR_INSTALL_NAME.git master
- echo "Completed"
staging:
- step:
script:
# OpenClaw Implementation Prompts
Each prompt below is a self-contained brief you can hand to an AI coding assistant (or use as a project spec) to build that use case from scratch. Adapt the specific services to whatever you already use — the patterns are what matter.
---
## 1) Personal CRM Intelligence
```
Build me a personal CRM system that automatically tracks everyone I interact with, with smart filtering so it only adds real people — not newsletters, bots, or cold outreach.