My writings
-
No Escape Hatch: The Engineering Behind Mocha
An inside look at the engineering behind Mocha and and the difficulties of building for non-technical users.
-
Verifying Slack Requests in Phoenix
Using signature verification to ensure the authenticity of requests from Slack's Events API
-
Your idea needs validation
Essential questions for evaluating any startup idea
-
Streaming OpenAI in Elixir Phoenix Part III
Using LiveView to create a streaming chat playground
-
Streaming OpenAI in Elixir Phoenix Part II
Making our parser robust to HTTP buffering
-
Streaming OpenAI in Elixir Phoenix
How I implemented streaming OpenAI chat completions from scratch using Elixir and Phoenix