Developer Education at WorkOS. I write to learn and publish to share.
#buildinginpublic
👨💻 full-stack open-source hacker
✍️ technical writer
🎨 visual artist
Previously: Pinecone, Gruntwork.io, Cloudflare, Proofpoint, BrightContext
There’s nothing better than hearing, “Oh, never mind, I just found your tutorial.”
What’s working well for you in Developer Education? Let’s compare notes!
There’s nothing better than hearing, “Oh, never mind, I just found your tutorial.”
What’s working well for you in Developer Education? Let’s compare notes!
• Hands-on learning: Developers can clone, run, and modify the repos.
• Immediate value: Tutorials bridge the gap between code and implementation.
• Real-world examples: These aren’t toy projects—they solve actual problems.
• Hands-on learning: Developers can clone, run, and modify the repos.
• Immediate value: Tutorials bridge the gap between code and implementation.
• Real-world examples: These aren’t toy projects—they solve actual problems.
☁️ Repo: Full serverless stack (API Gateway + S3 + Lambda).
🚀 Tutorial: workos.com/blog/how-to...
☁️ Repo: Full serverless stack (API Gateway + S3 + Lambda).
🚀 Tutorial: workos.com/blog/how-to...
📂 Repo: Pinecone vector DB + WorkOS FGA for document access control.
🔐 Tutorial: workos.com/blog/how-to...
📂 Repo: Pinecone vector DB + WorkOS FGA for document access control.
🔐 Tutorial: workos.com/blog/how-to...
✅ Browser-Based OAuth for CLI Tools
🖥️ Repo: Secure token fetching & storage for CLI apps.
📚 Tutorial: workos.com/blog/how-to...
✅ Browser-Based OAuth for CLI Tools
🖥️ Repo: Secure token fetching & storage for CLI apps.
📚 Tutorial: workos.com/blog/how-to...
1. Build an example architecture for a real-world use case.
2. Open-source the code as a companion repository.
3. Write a tutorial that explains how to implement it step by step.
This combo makes concepts actionable.
1. Build an example architecture for a real-world use case.
2. Open-source the code as a companion repository.
3. Write a tutorial that explains how to implement it step by step.
This combo makes concepts actionable.
Customize your YAML, define your own agent roles, or pick a new game concept—CrewAI will coordinate the entire AI-driven pipeline.
Customize your YAML, define your own agent roles, or pick a new game concept—CrewAI will coordinate the entire AI-driven pipeline.
It’s not just for games.
You can chain specialized agents for anything: blog posts (writer + editor), product specs (engineering + legal), or doc creation (researcher + fact-checker).
It’s not just for games.
You can chain specialized agents for anything: blog posts (writer + editor), product specs (engineering + legal), or doc creation (researcher + fact-checker).
Create a new Poetry project, install dependencies, and set your OpenAI key.
poetry run python3 main.py will prompt you to choose a game scenario and produce a fully functional Python script.
Create a new Poetry project, install dependencies, and set your OpenAI key.
poetry run python3 main.py will prompt you to choose a game scenario and produce a fully functional Python script.
1. Code generation by the Senior Engineer agent
2. QA checks by the QA Engineer
3. Final sign-off from the Chief QA Engineer
1. Code generation by the Senior Engineer agent
2. QA checks by the QA Engineer
3. Final sign-off from the Chief QA Engineer
Agents YAML: Defines your game dev, QA, and chief QA roles.
Tasks YAML: Step-by-step instructions (generate code → review → final validation).
Game Design YAML: The actual game requirements (Pac-Man style or whichever idea you fancy).
workos.com/blog/how-to...
Agents YAML: Defines your game dev, QA, and chief QA roles.
Tasks YAML: Step-by-step instructions (generate code → review → final validation).
Game Design YAML: The actual game requirements (Pac-Man style or whichever idea you fancy).
workos.com/blog/how-to...