Skip to content

Instantly share code, notes, and snippets.

View craigsdennis's full-sized avatar

Craig Dennis craigsdennis

View GitHub Profile
@rita3ko
rita3ko / cloudflare-dev-checklist.md
Last active January 18, 2025 21:27
cloudflare developer platform checklist

🧡 fork to keep track of and show off which cloudflare developer products you've used:

💻 compute

  • Workers
  • CI/CD
  • Observability
  • Static assets
  • Gradual deployment
  • Browser Rendering API
  • Rate limiting API
@btroncone
btroncone / rxjs_operators_by_example.md
Last active March 30, 2025 21:26
RxJS 5 Operators By Example
@bsweger
bsweger / useful_pandas_snippets.md
Last active April 4, 2025 21:20
Useful Pandas Snippets

Useful Pandas Snippets

A personal diary of DataFrame munging over the years.

Data Types and Conversion

Convert Series datatype to numeric (will error if column has non-numeric values)
(h/t @makmanalp)