Sunday, August 03, 2025

2025 Stack Overflow Developer Survey results

Direct usage of Stack Overflow is on decline, while answers from there are in every AI LLM.

The survey collected about 50000 responses, from self-selected developers. 

Useful info. Nice visuals, too!

2025 Stack Overflow Developer Survey

SO much to dig into (Changelog & Friends #104) podcast, talking about this

Stack Overflow’s decline — Eric Holscher

Look, the Y axes does start from 0, so this is real deal, crisis mode.
No tricks from How to Lie with Statistics






TypeScript compiler => Go => WASM

now that TSC is almost ready and 10x faster after port to GoLang,

the next step may be compiling to WASM and making it portable to any environment,
including web browsers

informative podcast


TypeScript is a statically typed superset of JavaScript that adds optional type annotations and modern language features to improve developer productivity and code safety. The TypeScript compiler performs type checking at compile time, catching errors before code is run, and also transforms TypeScript code into clean, standards-compliant JavaScript.

TypeScript Go WASM · Issue #4894 · tinygo-org/tinygo

TypeScript Migrates to Go: What's Really Behind That 10x Performance Claim?