8 October 2020 · 821 words · 4 mins
Python 3.9 dropped this week with new parser, dict merge operators, and type hinting improvements — here’s what actually matters for production code.
1 October 2020 · 871 words · 5 mins
Python 3.9 arrives with dictionary merge operators, relaxed type hint syntax, and a new parser that sets the stage for the language’s future.
24 September 2020 · 941 words · 5 mins
Vue.js 3.0 ships after two years of development with a TypeScript rewrite, Composition API, and significant performance improvements.
17 September 2020 · 864 words · 5 mins
GitHub CLI 1.0 is here, bringing pull requests, issues, and repo management to the terminal. A look at what it means for developer workflows.
20 August 2020 · 850 words · 4 mins
TypeScript 4.0 is here with variadic tuple types, labeled tuples, and smarter inference. It’s a major version that earns its number.
6 August 2020 · 817 words · 4 mins
Linux 5.8 lands with a massive changeset. Linus Torvalds himself says it’s one of the biggest releases of all time — here’s what developers should care about.
25 June 2020 · 955 words · 5 mins
Apple announces the transition from Intel to custom ARM chips for Mac. Here’s what developers need to prepare for.
21 May 2020 · 851 words · 4 mins
Microsoft Build 2020 goes fully virtual and doubles down on developer experience with WSL 2 GA, Windows Terminal 1.0, and tighter Azure integrations.
14 May 2020 · 1117 words · 6 mins
Deno 1.0 launches with TypeScript support, a security-first permissions model, and a clean break from Node.js conventions — but can it find its niche?
23 April 2020 · 1020 words · 5 mins
Node.js 14 launches with experimental WebAssembly System Interface support, improved diagnostics, and a clear path to long-term support in October.
27 February 2020 · 1072 words · 6 mins
Go 1.14 ships with production-ready modules, major runtime improvements, and goroutine preemption. A solid release that addresses real developer pain points.
6 February 2020 · 904 words · 5 mins
Angular 9 arrives with the Ivy compiler as default, delivering on years of promises about smaller bundles and faster compilation.