Best of FutureOctober 2022

  1. 1
    Article
    Avatar of vercelVercel·4y

    Introducing Turbopack: Rust-based successor to Webpack – Vercel

    Turbopack: Rust-based successor to Webpack Vercel's mission is to provide the speed and reliability innovators need to create at the moment of inspiration. It's built on a new incremental architecture for the fastest possible development experience.

  2. 2
    Article
    Avatar of dhhDavid Heinemeier Hansson·4y

    Why we're leaving the cloud

    Basecamp has had one foot in the cloud for well over a decade, and HEY has been running there exclusively since it was launched two years ago. The cloud excels at two ends of the spectrum, where only one end was ever relevant for us.

  3. 3
    Article
    Avatar of ubuntuUbuntu·4y

    What’s new in Ubuntu Desktop 22.10, Kinetic Kudu

    Ubuntu Desktop 22.10, codenamed Kinetic Kudu, is the first release after Ubuntu 22.04 LTS. There are a number of changes in both the underlying technology and the user experience, as well as some previews of what might be on the horizon in future releases. Check out the blog post announcing stable Linux support that landed in Flutter 3.

  4. 4
    Article
    Avatar of ossOpen Source Way·4y

    Asynchronous programming in Rust

    Async programming is possible in many languages, each with different styles and syntax. In Rust, this feature is called async-await, which has been an integral part of Rust since version 1.39.0, most applications depend on community crates. Here is a simple example of how to implement the future trait: struct MyCounterFuture.

  5. 5
    Article
    Avatar of eventstoreEvent Store·4y

    How to implement Event-Driven Architecture

    This page gives you some useful advice on how to implement EDA and affect real change in your business. Make sure every event is in the past tense, as the events are recorded after they have happened. Modeling your data on the processes of your business has value across all departments. Take your time and get this right!

  6. 6
    Article
    Avatar of ghblogGitHub Blog·4y

    Improving navigation for GitHub Actions

    GitHub Actions has evolved into its own product, helping developers set up their CI/CD pipelines. Today, we’re introducing an improved navigation that will support the future of GitHub Actions. Users can now find the Usage and Workflow file for their workflow run, right from the sidebar.