home.social

#asyncprogramming — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #asyncprogramming, aggregated by home.social.

fetched live
  1. Fourteen of my forty weekly hours belonged to one recurring status meeting with eleven people on the invite. hackernoon.com/the-meeting-tha #asyncprogramming

  2. Fourteen of my forty weekly hours belonged to one recurring status meeting with eleven people on the invite. hackernoon.com/the-meeting-tha #asyncprogramming

  3. 🚀 Async programming has taken over, and apparently, all humans need to do now is describe problems while sipping their lattes 🤖. Never fear, developers! Your job is to review what our AI overlords have graciously coded for you. Ah, the future is here, and it's a lazy programmer's dream! 🍹💻
    braintrust.dev/blog/async-prog #AsyncProgramming #FutureOfWork #AIOverlords #LazyProgramming #DeveloperLife #HackerNews #ngated

  4. 🚀 Async programming has taken over, and apparently, all humans need to do now is describe problems while sipping their lattes 🤖. Never fear, developers! Your job is to review what our AI overlords have graciously coded for you. Ah, the future is here, and it's a lazy programmer's dream! 🍹💻
    braintrust.dev/blog/async-prog #AsyncProgramming #FutureOfWork #AIOverlords #LazyProgramming #DeveloperLife #HackerNews #ngated

  5. 🚀 **Can PHP do async?**
    **Spoiler: Yes!** 😎
    Async is no longer exclusive to JS/Go and others!—PHP has joined the party!
    From `exec()` to **fibers** and **Swoole**, your PHP apps can now fly 🪁 instead of crawl 🐌.
    Curious about fibers or async libraries like AMPHP & ReactPHP?
    Dive in
    👉 smsk.dev/2025/07/03/can-php-do
    #PHP #AsyncProgramming #DevToot

  6. Key Points:
    ➡️ JavaScript does not natively provide an API to cancel a regular Promise.
    ➡️ Promise.withResolvers() returns an object with a new Promise and functions to resolve or reject it.
    ➡️ Cancelable tasks can be created using Promise.withResolvers() by exposing a cancel method.
    ➡️ AbortController can also be used to cancel tasks in JavaScript.

    webdeveloper.beehiiv.com/p/can

  7. Key Points:
    ➡️ JavaScript does not natively provide an API to cancel a regular Promise.
    ➡️ Promise.withResolvers() returns an object with a new Promise and functions to resolve or reject it.
    ➡️ Cancelable tasks can be created using Promise.withResolvers() by exposing a cancel method.
    ➡️ AbortController can also be used to cancel tasks in JavaScript.

    webdeveloper.beehiiv.com/p/can

    #JavaScript #WebDevelopment #Programming #AsyncProgramming #Promises

  8. Async programming in C#:

    Step 1: Add async, duh.
    Step 2: Sprinkle await like candies.
    Step 3: Spend hours hunting down why nothing’s awaiting the way it should.

    #programming #C# #asyncprogramming #softwaredevelopment #humorous #sarcastic #informal #dotnet

  9. Async programming in C#:

    Step 1: Add async, duh.
    Step 2: Sprinkle await like candies.
    Step 3: Spend hours hunting down why nothing’s awaiting the way it should.

    #programming #C# #asyncprogramming #softwaredevelopment #humorous #sarcastic #informal #dotnet

  10. Creating a JavaScript UI framework for my own project! It's a learning journey and I'd like to to share my progress.

    Id like to know what you think are the important details to include when creating a UI framework. As i work on this im only addressing the issues i face and i would like to know what other developers think are important to include in a UI framework.

    I've written some blog posts about my progress so far:

    1. Functional Web Components - positive-intentions.com/blog/d
    2. Functional Todo App - positive-intentions.com/blog/d
    3. Async State Management - positive-intentions.com/blog/a
    4. Bottom-up Browser Storage - positive-intentions.com/blog/b

    #JavaScript #UIFramework #WebDevelopment #LearningJourney #StateManagement #WebComponents #OpenSource #Coding #Programming #FrontendDevelopment #AsyncProgramming #FunctionalProgramming #Blogging #TechCommunity

  11. Creating a JavaScript UI framework for my own project! It's a learning journey and I'd like to to share my progress.

    Id like to know what you think are the important details to include when creating a UI framework. As i work on this im only addressing the issues i face and i would like to know what other developers think are important to include in a UI framework.

    I've written some blog posts about my progress so far:

    1. Functional Web Components - positive-intentions.com/blog/d
    2. Functional Todo App - positive-intentions.com/blog/d
    3. Async State Management - positive-intentions.com/blog/a
    4. Bottom-up Browser Storage - positive-intentions.com/blog/b

    #JavaScript #UIFramework #WebDevelopment #LearningJourney #StateManagement #WebComponents #OpenSource #Coding #Programming #FrontendDevelopment #AsyncProgramming #FunctionalProgramming #Blogging #TechCommunity

  12. JavaScript Visualized - Promise Execution - by Lydia Hallie (Software Engineer and Technical Content Specialist)

    A dive deep into some of the inner workings of promises and an exploration how they enable non-blocking asynchronous tasks in JavaScript.

    lydiahallie.com/blog/promise-e

  13. JavaScript Visualized - Promise Execution - by Lydia Hallie (Software Engineer and Technical Content Specialist)

    A dive deep into some of the inner workings of promises and an exploration how they enable non-blocking asynchronous tasks in JavaScript.

    lydiahallie.com/blog/promise-e

    #JavaScript #AsyncProgramming #Programming #DeepDive

  14. 📢Dive into the world of async programming with Chapter 4 of "Beyond Boundaries - Networking Programming with C# 12 and .NET 8"! Explore how to enhance your network applications using async/await in C# and .NET. Start reading now: csharp-networking.com/chapter0 📖

    #CSharp #DotNet #AsyncProgramming

  15. 📢Dive into the world of async programming with Chapter 4 of "Beyond Boundaries - Networking Programming with C# 12 and .NET 8"! Explore how to enhance your network applications using async/await in C# and .NET. Start reading now: csharp-networking.com/chapter0 📖

    #CSharp #DotNet #AsyncProgramming

  16. Die Ursache dafür war eine Exception, die im Code geworfen wurde, der nach den Tests ausgeführt wurde. Das ist der Grund für das falsche Zählen: Die Tests wurde korrekt ausgeführt, es kam aber danach zu einem Fehler.

    Der Grund dafür war eine #RaceCondition, die wiederum verursacht wurde durch ein fehlendes #await Schlüsselwort.

    Kurzgesagt: Es läuft jetzt ohne Probleme. Das Finden der Ursache hat ca. 90 Minuten Aufwand mit sich gebracht.

    #JS #AsyncProgramming

  17. What is io_uring?

    unixism.net/loti/what_is_io_ur

    "io_uring is a new asynchronous I/O API for Linux created by Jens Axboe [...]. It aims at providing an API without the limitations of the current select(2), poll(2), epoll(7) or aio(7) family of system calls [...]."

    #Linux #Async #Asynchronous #AsyncProgramming #io_uring

  18. What is io_uring?

    unixism.net/loti/what_is_io_ur

    "io_uring is a new asynchronous I/O API for Linux created by Jens Axboe [...]. It aims at providing an API without the limitations of the current select(2), poll(2), epoll(7) or aio(7) family of system calls [...]."

    #Linux #Async #Asynchronous #AsyncProgramming #io_uring

  19. 1 Hour Dive into #Asynchronous Rust - by Herbert Wolverson:

    farside.link/https://www.youtu
    (or YT: youtube.com/watch?v=0HwrZp9CBD)

    This is probably the best end-to-end overview of #async #Rust you can get! So much valuable information packed into 1 hour. Love it!

    Thank you @herberticus for this excellent presentation. 🙏

    Boost this to the moon, my fellow Rustaceans! :ferris: :boost_love: The video is one month old and only has ~1,500 views.😬

    #RustLang #Learning #Tutorial #Concurrency #AsyncProgramming

  20. 1 Hour Dive into #Asynchronous Rust - by Herbert Wolverson:

    farside.link/https://www.youtu
    (or YT: youtube.com/watch?v=0HwrZp9CBD)

    This is probably the best end-to-end overview of #async #Rust you can get! So much valuable information packed into 1 hour. Love it!

    Thank you @herberticus for this excellent presentation. 🙏

    Boost this to the moon, my fellow Rustaceans! :ferris: :boost_love: The video is one month old and only has ~1,500 views.😬

    #RustLang #Learning #Tutorial #Concurrency #AsyncProgramming

  21. 🌟 Interested in asynchronous services? Don't miss the talk with Tvrtko Sernak called "Unveiling FastKafka: Exploring Python’s Kafka Framework" at #PyConCZ23! Explore more: cz.pycon.org/2023/program/talk
    #AsyncProgramming #Python #FastKafka

  22. ☕ How does ordering coffee at Starbucks mirror asynchronous programming?🌠 Join Álvaro Durán in exploring the intriguing parallels in his talk "Codename Tulip: The Making of Async." 🫗🔗 Learn more: cz.pycon.org/2023/program/talk
    #AsyncProgramming #PyConCZ23
    #Python