TIL is my collection of short, technical daily learnings. 210 and counting.
MySQL Binlogs
I recently dug into the wonderful world of MySQL binlogs! Here a few learnings. ...
TIL is my collection of short, technical daily learnings. 210 and counting.
I recently dug into the wonderful world of MySQL binlogs! Here a few learnings. ...
When you see a list of numbers in a log or stack overflow, it’s often ASCII (American Standard Code for Information Interchange)! Here’s how to recognize and read it. ...
I’ve got a command docker on my machine. I need to upgrade it. So, who owns it? ...
How can I output the entire DOM to a file in a JavaScript test? ...
Git has two kinds of commands: “porcelain” and “plumbing”. ...
Today I accidentally I found a calculator on my computer, bc. Let’s look at it! ...
I’ve been hacking on a TypeScript file all day, but I need transpiled JavaScript for any testing. How did I reduce cycle time (and mitigate many chances to forget to build at all)? ...
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. ...