Rust, Python, and TypeScript: the new trifecta ยท baby steps
@nikomatsakis.com explains why Rust, Python, and TypeScript are going to become dominant languages going forward.
It's due to increasing use of AI coding. We're moving towards idea-oriented programming which weakens peopleโs loyalty to programming languages.
smallcultfollowing.com/babysteps/bl...
06.08.2025 05:11 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
Every reputable expert I know considers mRNA vaccine technology to be one of the most revolutionary advances in medicine in our lifetimes. Its inventors won the Nobel Prize in 2023. Shutting it down now is pointless self-harm to humanity.
05.08.2025 22:54 โ ๐ 17918 ๐ 6734 ๐ฌ 556 ๐ 287
quic: continuing work on impl using openssl 3.5 by jasnell ยท Pull Request #59342 ยท nodejs/node
More work on the implementation
Got quic in Node.js making progress again now that openssl 3.5 has landed, and finished another chapter in the book. Productive weekend. github.com/nodejs/node/...
03.08.2025 22:26 โ ๐ 24 ๐ 3 ๐ฌ 0 ๐ 0
Announcing TypeScript 5.9 - TypeScript
Today we are excited to announce the release of TypeScript 5.9! If youโre not familiar with TypeScript, itโs a language that builds on JavaScript by adding syntax for types. With types, TypeScript mak...
TypeScript 5.9 is now available! ๐ฃ
This release brings:
โ
An updated tsc --init
โ
Type-checking for the new 'import defer'
โ
Actual summaries in more DOM APIs
โ
Expandable quick info hovers (โจpreviewโจ)
and more! Read up more on our blog:
devblogs.microsoft.com/typescript/a...
01.08.2025 17:15 โ ๐ 141 ๐ 27 ๐ฌ 0 ๐ 6
Node.js โ Node.js v22.18.0 (LTS)
Node.jsยฎ is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts.
Node.js 22.18.0 is out and enables type stripping by default โ thatโs right, Node.js LTS can now run TypeScript files. Shout out to @marcoippolito.dev for championing that effort! Download links and full changelog available at nodejs.org/en/blog/rele...
31.07.2025 22:18 โ ๐ 63 ๐ 15 ๐ฌ 2 ๐ 2
Active Supply Chain Attack: npm Phishing Campaign Leads to P...
Popular npm packages like eslint-config-prettier were compromised after a phishing attack stole a maintainerโs token, spreading malicious updates.
๐จ Active supply chain attack on npm:
Multiple Prettier tooling packages were compromised through the phishing campaign we published about just hours ago. Watch out for more compromised accounts and malicious packages.
Follow-up: socket.dev/blog/npm-phi... #nodejs #npm
19.07.2025 01:02 โ ๐ 8 ๐ 6 ๐ฌ 0 ๐ 0
Updates are now available for the 24.x, 22.x, 20.x Node.js release lines.
Details: nodejs.org/en/blog/vuln...
16.07.2025 15:20 โ ๐ 23 ๐ 6 ๐ฌ 0 ๐ 0
Node.js v24.4.0 is out! ๐
What's new?
โข crypto.hash() supports outputLength (XOF)
โข fs.mkdtempSync() gets disposable mode
โข --watch-kill-signal lands
โข permission.has('addon') is now supported
โข spawn() propagates permission flags
โข sqlite adds readBigInts
More in: nodejs.org/en/blog/rele...
09.07.2025 12:55 โ ๐ 23 ๐ 7 ๐ฌ 0 ๐ 0
me: itโs just a website
our web team: hold my keyboard โจ๏ธ๐ฅ
Let 'em know what you think ๐
07.07.2025 15:26 โ ๐ 29 ๐ 2 ๐ฌ 0 ๐ 1
What's new in ECMAScript 2025 | pawelgrzybek.com
A short summary of every new feature added to the ECMAScript specification this year, with easy-to-follow, illustrative examples. A bunch of great new features.
โจ New post
Every year when the new version of ECMAScript is confirmed, I like to summarise the new additions with easy-to-follow, practical examples. Here you are, the one for 2025. Enjoy ๐
pawelgrzybek.com/whats-new-in...
#javascript #ecmascript
01.07.2025 09:35 โ ๐ 3 ๐ 1 ๐ฌ 0 ๐ 0
Itโs so frustrating that there is this illusion that we are all 49%/49% right now. Us versus them, good versus bad, and itโs all because of the BS that is the electoral system. Itโs very likely 70% versus 30% and weโre just not seeing representative government.Thereโs just no common sense right now
03.07.2025 20:42 โ ๐ 1060 ๐ 195 ๐ฌ 37 ๐ 34
Modern Node.js Patterns for 2025
Node.js has added many features in recent years, and this blog post summarizes it pretty well
If you're writing a Node.js application in 2025, you should consider using these.
kashw1n.com/blog/nodejs-...
03.07.2025 19:16 โ ๐ 5 ๐ 1 ๐ฌ 0 ๐ 0
How to Write Compelling Software Release Announcements
Effective writing for software developers
So many release announcements just enumerate new features without connecting them to real use cases, essentially just a fancy changelog. A good release announcement should excite users. And it should NEVER include the phrase "various bugfixes and improvements." refactoringenglish.com/chapters/rel...
25.06.2025 14:40 โ ๐ 7 ๐ 1 ๐ฌ 0 ๐ 0
People outside tech starting to realize how quality software and typing/generating code fast are not correlated
27.06.2025 00:55 โ ๐ 985 ๐ 208 ๐ฌ 14 ๐ 28
Node.js Homepage Adds Paid Support Link, Prompting Contribut...
A new Node.js homepage button linking to paid support for EOL versions has sparked a heated discussion among contributors and the wider community.
Over the weekend, Node.js quietly added a homepage button linking to paid third-party support for EOL versions.
This controversial move sparked pushback and now the TSC is weighing next steps.
Full story โ socket.dev/blog/node-js... #NodeJS
26.06.2025 01:43 โ ๐ 3 ๐ 3 ๐ฌ 0 ๐ 1
Node.js โ Node v24.3.0 (Current)
Node.jsยฎ is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts.
Node excitement ๐
Congrats to @pipobscure.com on landing and now shipping a more robust fs.watch in Node v24.3 ๐
Previously file system changes could be missed when fs.watch is used as async iterator.
nodejs.org/en/blog/rele...
github.com/nodejs/node/...
25.06.2025 10:38 โ ๐ 27 ๐ 5 ๐ฌ 1 ๐ 0
e18e
Ecosystem Performance
huge thanks to @joshuakgoldberg.com , we now have an advocacy guide on @e18e.dev! this is great guidance since its not always clear how we should approach contributions, investigations, etc
24.06.2025 14:08 โ ๐ 39 ๐ 7 ๐ฌ 3 ๐ 0
Cover of the book โExploring JavaScript (ES2025 edition)โ by Axel Rauschmayer. It shows a rhinoceros.
Out now: โExploring JavaScript (ES2025 edition)โ
โข Free to read online
โข Lots of new content
โข New: flashcards for learning the content and the standard library API
exploringjs.com/js/
#JavaScript
13.06.2025 13:13 โ ๐ 18 ๐ 9 ๐ฌ 1 ๐ 0
A screenshot of the Node.js website
If you visit the @nodejs.org website now, you'll see a new link telling about getting security support for older, no longer active Node.js versions ... What is this?
22.06.2025 13:24 โ ๐ 21 ๐ 3 ๐ฌ 4 ๐ 2
immigrants are great.
people who _choose_ a country often contribute more than those who received it by default.
they make it richer. literally and figuratively.
much love โค๏ธ
17.06.2025 17:33 โ ๐ 126 ๐ 11 ๐ฌ 3 ๐ 2
Biome v2โcodename: Biotype is here! The first type-aware linter that doesn't require tsc
๐ Type-aware lint rules
๐งโ๐ Plugins
๐ Monorepo support
๐ Revamped, configurable import sorting
๐ง Linter domains
๐
โโ๏ธ Bulk suppressions
๐ฉโโ๏ธ Analyzer assist
17.06.2025 13:55 โ ๐ 115 ๐ 25 ๐ฌ 3 ๐ 8
Weird Al meets Grace Hopper. Rustacean. He/him.
I work for @AWSCloud. Opinions on twitter and elsewhere are my own.
Brian, you know, from the Internet. Dev Advocate at Igalia | Co-author Extensible Web Manifesto | Standards Dude (Igalia AC/OpenJS) https://bkardell.com/links | he/him
โ๏ธ Maintaining TanStack Query
๐ฎ https://query.gg
๐จโ๐ป Software Engineer @sentry.io
๐ Blog at https://tkdodo.eu
๐ฆ๐น Vienna, Austria
๐ง๐ฆ Father of two
Software developer from Poland, now living in Northampton/UK. I do stuff on the web, write about it, and listen to funky/jazz records after hours.
https://pawelgrzybek.com
Software Cyber Shepherd.
Web platform engineer. Participant: WHATWG, CSSWG, ARIAWG, OpenUICG, WebComponents CG
Website: https://keithcirkel.co.uk/
GitHub: https://github.com/keithamus
Mastodon: https://indieweb.social/@keithamus
That guy who makes visual essays about software at https://samwho.dev.
He/him.
โ https://dbushell.com
Freelance Designer, Web Developer, Blogger, UK
https://github.com/sxzz โข ๐ณ๏ธโ๐ Gen Z โข indie OSS developer sponsored by @voidzero.dev
@vuejs.org @vite.dev @vue-macros.dev @vueuse.org @unjs.io @rolldown.rs elk.zone
Principal Engineer @ AWS
GenAI, AWS Bedrock tools and AWS OpenSearch
Bi-Weekly Digest for Rustaceans https://weeklyrust.substack.com/
A fullstack and android developer, Vite's fanatical follower.
Core team โ @unocss.dev โข @vitest.dev โข @vuejs.org โข elk.zone โข @tresjs.org โข vuetifyjs.com
Ecosystem Team โ @nuxt.com
Mantainer โ nuxt.vuetifyjs.com โข https://vite-pwa-org.netlify.app
๐ป DevRel @voidzero.dev
๐ฌ Video Content https://lichter.link/yt
๐ @nuxt.com team
๐๏ธ Podcast Host @dejavue.fm
https://github.com/hi-ogawa
@vitest.dev @vite.dev contributor
Unified tooling for JavaScript
Tech Lead at Postman, Node.js TSC Member, Electron Ex-Governance Member
https://github.com/RaisinTen