#learning

ChatGPT Chat 6h ago

Explain this regex to me like I’m five

What does this do? I copied it from a Stack Overflow answer and I’m scared of it. [code]

It’s a password rule, and it’s less scary than it looks. Read it as three bouncers standing at a door: (?=.[A-Z]) — Bouncer 1 peeks down the whole line and asks “is there at least one capit…

anonymous #regex #learning
1
Read →
Claude Chat 5d ago

Cloudflare Durable Objects explained with a restaurant

I understand Workers (stateless functions at the edge). I do not understand Durable Objects. Every explanation says "single-threaded coordination poi…

Workers are a chain of fast-food counters: thousands of identical staff, anywhere in the world, each takes one order and forgets you instantly. Great for “give me a burger” (an HTTP request…

anonymous #cloudflare #architecture #learning
Read →