✕ Clear all filters
11 articles

📰 Dev.to · foxck016077

11 articles · Updated every 3 hours · View all reads

All Articles 91,883Blog Posts 109,731Tech Tutorials 23,030Research Papers 19,235News 14,876 ⚡ AI Lessons
Spinning a $9 PDF off a $0 open-source actor in 4 hours — a build log
Dev.to · foxck016077 1mo ago
Spinning a $9 PDF off a $0 open-source actor in 4 hours — a build log
How I extracted a manual companion product from an MIT Apify actor: same labels, same SLA logic, different buyer. Build log and the framework I followed.
Apify Actor pricing patterns: Free tier + Pro + Pay-per-result — designing for indie buyers
Dev.to · foxck016077 1mo ago
Apify Actor pricing patterns: Free tier + Pro + Pay-per-result — designing for indie buyers
How I priced a small Apify Actor for indie buyers: Free tier as trust validation, Pro as predictability, Pay-per-result as the elastic tier — and why none of it
Open-sourcing an MIT Apify Actor in 24 hours — a build log
Dev.to · foxck016077 1mo ago
Open-sourcing an MIT Apify Actor in 24 hours — a build log
I shipped a maintainable v1 of an Apify Actor in 24 hours by cutting scope hard, doing OAuth right early, and verifying through a stranger's eyes at the end.
Per-feature quota in Apify KeyValueStore — no DB, no cron, no drift
Dev.to · foxck016077 1mo ago
Per-feature quota in Apify KeyValueStore — no DB, no cron, no drift
How to implement per-feature monthly quota in an Apify Actor using KeyValueStore alone — no database, no scheduled job, no month-end failure modes.
Why I picked refresh-token-only OAuth for a multi-tenant Apify Actor
Dev.to · foxck016077 1mo ago
Why I picked refresh-token-only OAuth for a multi-tenant Apify Actor
For a multi-tenant Actor, OAuth is not just a security question — it is a friction question. Why I picked refresh-token-only over a 3-legged flow.
Gmail OAuth client_id is not a secret â design notes for self-host Actors
Dev.to · foxck016077 1mo ago
Gmail OAuth client_id is not a secret â design notes for self-host Actors
This question keeps coming up: "My Gmail OAuth client_id got leaked. Is the system...
An Apify Actor for Gmail inbox analytics â refresh-token-only OAuth, async router, per-feature quota
Dev.to · foxck016077 1mo ago
An Apify Actor for Gmail inbox analytics â refresh-token-only OAuth, async router, per-feature quota
I just open-sourced an Apify Actor for Gmail inbox workflow analytics: apify-gmail-inbox-intel. It is...