//
sign in
Profile
by @danabra.mov
Profile
by @dansshadow.bsky.social
Profile
by @jimpick.com
AviHandle
by @danabra.mov
AviHandle
by @dansshadow.bsky.social
AviHandle
by @katherine.computer
EventsList
by @katherine.computer
ProfileHeader
by @dansshadow.bsky.social
ProfileHeader
by @danabra.mov
ProfileMedia
by @danabra.mov
ProfilePlays
by @danabra.mov
ProfilePosts
by @danabra.mov
ProfilePosts
by @dansshadow.bsky.social
ProfileReplies
by @danabra.mov
Record
by @atsui.org
Skircle
by @danabra.mov
StreamPlacePlaylist
by @katherine.computer
+ new component
ProfilePosts









Loading...
TypeScript 7.0 Beta is out 🎉 It's the 10x faster Go-based port 🔥 🔷 `tsgo` vs `tsc` CLIs allow comparing 🔷 --checkers sets checker thread count 🔷 --singleThreaded keeps parsing/emit/checking together 🔷 TS 6.0 deprecations are hard errors 🔷 API access is planned for TS 7.1
The “State of AI 2026” survey just opened! This is run by the same folks who do the other "State of…" surveys, like JS, CSS, and React. The goal is to understand how web developers are using AI. So, whether you use AI or not, please take a few minutes to fill it out!
Union types in C#! devblogs.microsoft.com/dotnet/cshar...
You guys are sure this is the future of programming, right? 😕
A new NTFS driver is now part of Linux kernel 7.1, combining write support, folio conversion, iomap, and userspace utility support. linuxiac.com/linux-kernel... #Linux #Kernel #OpenSource
This article explains why many Bloomberg engineers choose to stay with the company for a long time. leaddev.com/career-devel...
1mo
2mo
2mo
2mo
2mo
1mo
18d
TypeScript 6.0 is now available! This release brings better type-checking for methods, new standard library features, new module features for Node.js, and more! But most important, this release brings us one step closer to the upcoming native-speed 7.0! devblogs.microsoft.com/typescript/a...
TypeScript 6.0 beta is now published! This release brings - inference improvements for functions - updates to package.json 'imports' - the Temporal APIs - alignments for the upcoming TypeScript 7.0 - & more! Try it today! devblogs.microsoft.com/typescript/a...
📮 In the first feature-length article on the Bloomberg JS Blog... @jonkuperman.com explains: 🗺️ what are source maps ✅ how he worked with others to standardize them in TC39 ✨ the new debugging features this unlocks
2mo
4mo
3mo
TypeScript 6.0 is now available! TypeScript 6 is a stepping-stone release, aligning with the upcoming native-speed 7.0 release.
devblogs.microsoft.com
Announcing TypeScript 6.0 - TypeScript
Bluesky Fanatic
Linuxiac
Titian Cernicova-Dragomir
Rob Palmer
Rob Palmer
Rob Palmer
Ryan Cavanaugh
Josh W. Comeau
Explore union types in C# 15 - .NET Blog
C# 15 introduces union types — declare a closed set of case types with implicit conversions and exhaustive pattern matching. Try unions in preview today and see the broader exhaustiveness roadmap.
devblogs.microsoft.com
TypeScript
Take the State of AI survey
survey.devographics.com
TypeScript 7.0 Beta is here! Built on a new native and parallelized foundation, it's already being used on multi-million line codebases. Read up more here and try it on your projects today! devblogs.microsoft.com/typescript/a...
State of AI 2026
TypeScript
1mo
Today we are absolutely thrilled to announce the release of TypeScript 7.0 Beta! If you haven’t been following TypeScript 7.0’s development, this release is significant in that it is built on a comple...
devblogs.microsoft.com
Announcing TypeScript 7.0 Beta - TypeScript
TypeScript
Today we are announcing the beta release of TypeScript 6.0! To get started using the beta, you can get it through npm with the following command: npm install -D typescript@beta TypeScript 6.0 is a uni...
devblogs.microsoft.com
Announcing TypeScript 6.0 Beta - TypeScript
A new NTFS driver is now part of Linux kernel 7.1, combining write support, folio conversion, iomap, and userspace utility support.
linuxiac.com
Linux Kernel 7.1 Merges New NTFS Driver With Full Write Support
Source maps are a vital part of modern web development, but the lack of a standard made it impossible for us to add new features or improve the debugging experience. This is the story of how we standardized source maps and how we continue to ship features through standards 📜 🧵
3mo
Jon Kuperman