Best of DevBlogsMarch 2023

  1. 1
    Article
    Avatar of devblogsDevBlogs·3y

    Announcing TypeScript 5.0

    TypeScript 5.0 introduces new features, optimizations, and breaking changes. It brings many new features, while aiming to make TypeScript smaller, simpler, and faster. Some of the optimizations include improved performance and reduced package size. There are also breaking changes in the library definitions and API. Overall, TypeScript 5.0 provides developers with a more efficient and powerful tool for building JavaScript applications.

  2. 2
    Article
    Avatar of devblogsDevBlogs·3y

    Announcing TypeScript 5.0 RC

    Announcing TypeScript 5.0 RC with new features, optimizations, and breaking changes. The runtime requirement is Node.js 10 or later.

  3. 3
    Article
    Avatar of devblogsDevBlogs·3y

    How Async/Await Really Works in C#

    Learn how async/await works in C# and how it improves the scalability of .NET code. Understand the difference between synchronous and asynchronous methods and how they are implemented using the async/await pattern.