A Pen by Cristi Nebunu on CodePen.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """ | |
| This directive allows you to quickly & easily configure AWS Lambda resolvers within your AWS AppSync API. | |
| https://docs.amplify.aws/cli-legacy/graphql-transformer/function/ | |
| https://docs.amplify.aws/cli/graphql/custom-business-logic/#lambda-function-resolver | |
| """ | |
| directive @function(name: String!, region: String) on FIELD_DEFINITION | |
| """This directive allows results to be deferred during execution""" | |
| directive @defer on FIELD |
It Depends. On What? Tradeoffs
Clarify Problem, Scope, Requirements use cases, who & how? in what sequence of events will users act Traffic, transactions per second at each bottleneck. request types, read v writes Application profiles, cpu, memory intensive, idempotency stateless, stick sessions
Load Balancing & CDNs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """Auto-apply to Greenhouse job postings using Playwright. | |
| Usage: | |
| python -m jobscout.apply_greenhouse --job-id greenhouse-anthropic-4902636008 | |
| python -m jobscout.apply_greenhouse --all-tuned | |
| python -m jobscout.apply_greenhouse --dry-run --job-id greenhouse-gusto-7577659 | |
| """ | |
| import argparse | |
| import json | |
| import os |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Interactive Anthropic Greenhouse apply — fills forms, pauses at CAPTCHA for manual solve. | |
| # Solve CAPTCHA in the browser window → press Enter here → script confirms success and moves on. | |
| cd /Users/ashrocket/ashcode/career | |
| LOG=/tmp/anthropic_apply_interactive.log | |
| exec > >(tee -a "$LOG") 2>&1 | |
| IDS=( | |
| 5192104008 5099753008 5155391008 4741102008 5141377008 |
Lottie is a JSON-based animation format. You describe vector animations (originally from After Effects via Bodymovin, now also from Claude, Figma, or LottieFiles) as a .json file. It plays back at any size, on web, iOS, Android, and macOS.
- Web:
lottie-webnpm package or CDN. React wrapper:@lottiefiles/react-lottie-player - iOS/macOS:
lottie-spm(Swift Package Manager) — first-class SwiftUI support viaLottieView - Framer: Lottie JSON files drop in natively — no code required
| name | cheaploop |
|---|---|
| description | Compact a running context into `fable.md`, then send the rewritten prompt onward with `cheaploop` disabled by `cheaploop stop`. Use when a session is getting expensive, when you want a repeatable compress-then-send loop, or when browser/Chrome work should stay on the cheapest available model path. |
Use this skill when a prompt needs one compact pass before it is sent onward.