Best of DevBlogsSeptember 2024

  1. 1
    Article
    Avatar of devblogsDevBlogs·2y

    Announcing TypeScript 5.6

    TypeScript 5.6 introduces several key updates and improvements. Notable changes include reverted behavior for tsconfig.json searching, renamed types such as BuiltinIterator to IteratorObject, the new --stopOnBuildErrors flag, disallowed nullish and truthy checks, support for commit characters and exclude patterns for auto-imports, and stricter checks for built-in iterator results. The release also brings region-prioritized diagnostics in editors and a new --noCheck option for skipping type checking in certain scenarios.

  2. 2
    Article
    Avatar of devblogsDevBlogs·2y

    Build a chatbot on your own data in 1 hour with Azure SQL, Langchain and Chainlit

    Creating a custom chatbot using your own data has become straightforward with the help of LangChain, Chainlit, and Azure SQL. By leveraging Azure SQL's new vector support, you can store and query data embeddings. LangChain assists in defining prompts for the chatbot and retrieving relevant session data from the database. Finally, the integration with Chainlit ensures seamless Conversational AI implementation. This process takes less than an hour and can be further expanded based on your requirements.

  3. 3
    Article
    Avatar of devblogsDevBlogs·2y

    Java on Visual Studio Code Update

    The August update for Visual Studio Code for Java introduces significant enhancements, including the integration of the 'Gradle for Java' extension into the Extension Pack for Java, reducing memory consumption by optimizing JVM processes, and enabling 'Debug Test' delegation to Gradle. The update also features improved user experience, such as source actions accessible via Quick Fix, and an updated onboarding walkthrough.

  4. 4
    Article
    Avatar of devblogsDevBlogs·2y

    Learn to Build Your First Blazor Hybrid App!

    The official Blazor Hybrid workshop teaches the basics of building a cross-platform app using Blazor Hybrid, featuring step-by-step instructions for creating the MonkeyFinder app. It covers project structure, data loading, third-party libraries, platform functionalities, theming, and combining Blazor with .NET MAUI native pages. It's suitable for both self-paced learning and teaching others, with resources including code, slides, and extensive instructions. A full 4-hour course by Gerald is also available on YouTube.