Hi! I’m Isidro Torregrosa

Software Engineer focused on TypeScript, Node.js, Web Development, and lately AI and LLMs.

Latest posts

  1. Running LLMs Locally

    Comprehensive guide on how to run large language models on your own machine and use them with OpenAI and Langchain SDKs

  2. AI Coding Methodology: Ask, Plan, Act

    A systematic approach to collaborating with AI coding agents using persistent memory, TDD, and structured workflows to produce quality software.

  3. Computer Vision in the browser

    Deep dive into how to run computer vision models in the browser using TensorFlow.js and YOLOv8 pose estimation model.

  4. HTTP Streams in Node.js

    Learn how to efficiently transfer data over HTTP using Node.js streams, including handling backpressure, error management, and memory optimization best practices.