TIL is my collection of short, technical daily learnings. 233 and counting.
MCP Stdio and Stdout
In MCP server code using stdio, you can’t use any functions that print to stdout. ...
TIL is my collection of short, technical daily learnings. 233 and counting.
In MCP server code using stdio, you can’t use any functions that print to stdout. ...
Watch and re-transpile any TypeScript file with: tsc file.ts --watch ...
Throwing a JavaScript Error test to your observability tool? There’s a better way. ...
Suppose your package.json specifies a Node engine of greater than or equal 24. Does this mean all engineers on your team will use Node 24? No, unless you use this one weird trick! ...
Hello World! Today I’m posting a TIL using MCP (Model Context Protocol). ...
I’ve been known to cat README.md | pbcopy a file. There’s a better way: the input redirection operator! ...
To toggle back and forth between two Tmux sessions, use <leader>-L.
Django Rest Framework includes a UI for interacting with your API. Here’s how to turn it off. ...
I’ve written before about the two competing ways to import React, but after React 17, you don’t need either. ...
Sometimes your Docker build is cached, and you need to build without cache. ...