home.social

#asyncprogramming — Public Fediverse posts

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

  1. 🚀 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

  2. 🚀 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

  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. 🚀 **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

  7. 🚀 **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

  8. 🚀 **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

  9. 🚀 **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

  10. Error Handling in Node.js: Best Practices for Cleaner Code

    topappdevelopmentcompanies.com

    Learn the best practices for handling errors effectively in Node.js to write cleaner, more reliable code. This guide covers common pitfalls, async error handling, and structured techniques to improve application stability.

    #NodeJS
    #ErrorHandling
    #CleanCode
    #BackendDevelopment
    #JavaScriptTips
    #NodeBestPractices
    #AsyncProgramming
    #CodeQuality
    #WebDevelopment
    #NodeJSTips

  11. Error Handling in Node.js: Best Practices for Cleaner Code

    topappdevelopmentcompanies.com

    Learn the best practices for handling errors effectively in Node.js to write cleaner, more reliable code. This guide covers common pitfalls, async error handling, and structured techniques to improve application stability.

    #NodeJS
    #ErrorHandling
    #CleanCode
    #BackendDevelopment
    #JavaScriptTips
    #NodeBestPractices
    #AsyncProgramming
    #CodeQuality
    #WebDevelopment
    #NodeJSTips

  12. 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

  13. 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

  14. 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

  15. 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

  16. 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

  17. 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

  18. 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

  19. 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.

    #

  20. 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

  21. 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

  22. 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

  23. 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

  24. 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

  25. 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

  26. 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

  27. 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

  28. 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

  29. 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

  30. 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

  31. 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