2025-05-11

  • the new moat of the AI ear is speed.
  • skills of future for developer
    • system design skills
    • prompt engineering and AI orchestration
      • prompt chaining
      • token limits and context windows
      • memory strategies (langchain memory & vector memory)
      • RAG
    • end to end shipping (code to cloud)
      • docker
      • github actions
      • xcode cloud
    • API integration and design
      • REST vs GraphQL basics
      • how to design an API (naming, versioning)
        • Fast API
      • authorization API
    • Debugging
      • how to read a stack trace
      • binary search debugging
      • debugging logs