Skip to main content
David Loor
ProjectsBlogToolsBookshelfContact
←Back to Blog

#Cloudflare Workers

3 posts with this tag

Found 3 posts
2025-11-25
8 min read

Why I chose Server-Sent Events over WebSockets for streaming AI responses

When building real-time features, developers often reach for WebSockets by default. But for streaming AI responses, Server-Sent Events turned out to be the better choice. Here's what I learned implementing SSE in my Kindle ChatGPT project.

web-developmentai-toolsjavascriptnext-js
2025-11-23
12 min read

Building Secure APIs with Token Authentication and OpenAPI

I built an API token system and OpenAPI docs for my project. Here's what I learned about secure token generation, authentication, and making it work with ChatGPT and other tools.

DevelopmentAPI+1
2025-10-04
5 min read

How to use AI directly on your Kindle

I often use AI while reading on my Kindle, but there wasn't an easy way to ask questions without switching devices. Here's how I built Kindle-ChatGPT, a browser-based AI assistant optimized for e-ink displays that runs entirely on your Kindle.

ai-toolsweb-development+3

Stay Updated

Get the latest posts and insights delivered to your inbox.

Unsubscribe anytime. No spam, ever.

© 2025 David Loor. All rights reserved.