How to Discover Hidden APIs for Web Scraping using Chrome DevTools MCP
December 19, 2025
Extracting data from modern websites can be a challenge. Developers typically resort to a few standard tactics:
Personal repository of tech stuff and AI.
December 19, 2025
Extracting data from modern websites can be a challenge. Developers typically resort to a few standard tactics:
November 15, 2025
A couple of weeks ago, while assisting in a workshop at Google DevFest Silicon Valley in Sunnyvale, I discovered a powerful way to supercharge GitHub workflows: combining the Gemini CLI with the Jules extension. This setup works in two powerful ways—first, it transforms your command line into an AI-powered development assistant that can review code, analyze pull requests, automate issue triage, and even create pull requests from issues all without leaving your terminal. Second, it enables GitHub Actions workflows that automatically use Gemini to perform tasks directly in your repository, such as automated issue triage, security scans, and PR reviews, all running automatically without any manual intervention.
October 25, 2025
I’m a big NBA fan living in Spain, which means I wake up every morning eager to catch up on the previous night’s games. To make this daily ritual more efficient and enjoyable, I decided to build my own AI-powered NBA morning podcast.
October 1, 2025
“Everyone understands that knowing your customer is key to success. But in the AI era, understanding how your LLM behaves is just as important. And it’s the part most teams neglect.”
September 26, 2025
This time, I’m excited to share something practical: an open source repo with the templates and playbooks I use to drive my AI-coding workflows:
👉 github.com/DamiMartinez/ai-dev-workflow-templates
September 11, 2025
This is a continuation (Part 2) of my previous post: My New Development Workflow - I Don’t Write Code Anymore. In this article I want to share how I manage references and context sources to help my coding agents (Cursor, Gemini CLI, etc.) stay accurate and up-to-date.