How to extend a function in TypeScript without repeating the signature types
October 16, 2024
0 comments
Category: JavaScript
Trying out the new Bun "Compile to bytecode"
October 15, 2024
0 comments
Categories: Bun, JavaScript
How to handle success and failure in @tanstack/react-query useQuery hook
September 16, 2024
0 comments
Categories: React, JavaScript
swr compared to @tanstack/react-query
August 30, 2024
2 comments
Category: JavaScript
Add a lazy getter, that is a function call, on a object in JavaScript
August 28, 2024
0 comments
Category: JavaScript
Comparing Deno vs Node vs Bun
August 5, 2024
0 comments
Categories: Bun, JavaScript
Converting Celsius to Fahrenheit round-up
July 22, 2024
0 comments
Node watch mode and TypeScript
July 21, 2024
0 comments
Categories: Node, JavaScript
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