My writings

  1. Verifying Slack Requests in Phoenix

    Using signature verification to ensure the authenticity of requests from Slack's Events API

  2. Your idea needs validation

    Essential questions for evaluating any startup idea

  3. Streaming OpenAI in Elixir Phoenix Part III

    Using LiveView to create a streaming chat playground

  4. Streaming OpenAI in Elixir Phoenix Part II

    Making our parser robust to HTTP buffering

  5. Streaming OpenAI in Elixir Phoenix

    How I implemented streaming OpenAI chat completions from scratch using Elixir and Phoenix