
Building a Pokemon API MCP Server
Exploring how to connect an API endpoint to a Model Context Protocol server to be able to use in Claude Desktop.
By Jesus Perez
Exploring ideas, sharing insights, personal stories, and documenting my journey in all aspects of software development.
Exploring how to connect an API endpoint to a Model Context Protocol server to be able to use in Claude Desktop.
By Jesus Perez
Discussing how to add markdown copy buttons at the top of your content, suitable for markdown content platforms, and discussing issues that may arise.
By Jesus Perez
How to build a Shopify UI Extension to save input fields to the shopify admin store with metafields.
By Jesus Perez
Walking through how I implemented auth.js in a new side project I am working on with Next.js app router, TypeScript, and modern UI components.
By Jesus Perez
Prefix sum is incredibly powerful and straightforward technique to allow for constant time range sum queries on an array.
By Jesus Perez