
Announcements
- TypeScript 5.8 Released with Improved Inference and Better JavaScript Ecosystem Interoperability - InfoQ - covered in a previous post
- Node.js 23.6 Now Runs TypeScript Natively - InfoQ - Typescript is now bundled with latest node release, pretty much cementing it as the requirement to running JS with typescript safety
- OpenSSF creates Project Security Baseline - SD Times - watch dogs on security around k8s popular tooling
Articles
- How Microsoft Copilot scales to millions of users with Azure Cosmos DB - Azure Cosmos DB Blog - MS uses Azure Cosmos for Copilot, kind of standard Cosmos stuff but interesting to see Cosmos was the pick due to heavy writes
- .NET 9 - Goodbye sln! - in .NET 9 you can replace .sln with .slnx, which looks much nicer and much more like .csproj
- Have You Heard About Cloud Native Buildpacks? - an interesting alternative to writing dockerfile’s
- https://cekrem.github.io/posts/beyond-react-memo-smarter-performance-optimization/ - a great post on avoiding the react memo reflex
- Better Request Tracing with User Context in ASP.NET Core - using middleware to append context to your telemetry
- Finding leaked passwords with AI: How we built Copilot secret scanning - The GitHub Blog
