Converting Celsius to Fahrenheit with TypeScript
July 16, 2024
0 comments
Categories: Bun, JavaScript
In TypeScript, how to combine known and unknown keys to an object
July 3, 2024
0 comments
Category: JavaScript
Simple object lookup in TypeScript
June 14, 2024
2 comments
Category: JavaScript
Leibniz formula for π in Python, JavaScript, and Ruby
March 14, 2024
0 comments
Categories: Python, JavaScript
Notes on porting a Next.js v14 app from Pages to App Router
March 2, 2024
0 comments
Categories: React, JavaScript
Comparing different efforts with WebP in Sharp
October 5, 2023
0 comments
Categories: Node, JavaScript
Introducing hylite - a Node code-syntax-to-HTML highlighter written in Bun
October 3, 2023
0 comments
Categories: Node, Bun, JavaScript
Shallow clone vs. deep clone, in Node, with benchmark
September 29, 2023
0 comments
Categories: Node, JavaScript
Hello-world server in Bun vs Fastify
September 9, 2023
4 comments
Categories: Node, JavaScript, Bun
ts-node vs. esrun vs. esno vs. bun
August 28, 2023
0 comments
Categories: Node, JavaScript