RSSAmplifier

Blog

pcarion.com

Because the world needs yet another engineering blog

pcarion.comRSS feed ↗27 posts

Latest posts

Playing Tic Tac Toe with Chat GPT

The one where I develop from scratch a TicTacToe ChatGPT application.

Quick look at ChatGPT apps

The one where I try Chat GPT app to buy pizzas.

Model Context Protocol multiplexer

The one where I proxy multiple MCP servers behind a single multiplexer

Powerful workflows in Claude using prompts and tools in Model Context Protocol

The one where I implement prompts capabilities in my Go MCP server and use it for interesting workflows

Go SDK for Anthropic Model Context Protocol

The one where I write a Go SDK to develop a Model Context Protocol server

How to debug the Claude Model Context Protocol?

The one where I fix an issue with the typescript MCP weather demo application

A LangChain LLM RAG application

The one where I build a RAG application using LangChain to ask questions about a Lex Fridman episode

Memory in a LLM chat

The one where I rewrite a LLM chat with Anthropic/Claude using langchain js

LangChain for easier LLM output parsing

The one where I use LangChain output parsers to quickly parse a LLM response

How to share your wallet in Solana between Phantom and the cli

The one where I share my Solana addresses between Phantom and the cli`

How to develop and publish a NFT?

The one where I create and publish a NFT of my cat

How to install a Matrix Server on an Ubuntu server

The one where I install a dendrite server on a Digital Ocean server

How to run Jupyter notebook inside docker

The one where we setup Jupyter in less than 5 mn

Github App to manage a self-serve list of podcasts

Markdown parser with unified pipeline

Get Gmail notifications using an AWS lambda

The one where we use an AWS lambda to receive notifications when a message is posted in your gmail inbox

Use the node gmail API to access your mailbox

The one where we use the gmail node API to send emails from the command line

HTTPS for your local endpoints for less than $1 a month

The one where we setup a public https URL to expose your local endpoints to the Internet.

How to run a git server on your local machine

The one where we install a git server locally using Docker.

How to create a resume with Gatsbyjs

The one where we build an online resume on Netlify using a JSON file and Gatsby

Gatsby playground

The one where we show that Gatsby is in fact an application server

Oops - wrong commits to master

The one where we fix a bad commit pushed to quickly on master

The git staging area

The one where we explore the git staging area

Behind the scene: git rebase

The one where we use rebase to avert the end of the world.

Behind the scene: git clone

The one where we do out first git clone

Behind the scene: git branch

The one where we create our first git repo and see what happens in our file system

Behind the scene: git init

The one where we create our first git repo and see what happens in our file system