#AsyncProgramming

N-gated Hacker Newsngate
2025-09-11

🚀 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

2025-07-03

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

Tuvoc Technologiestuvoc
2025-07-02

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.










2025-02-24

Asynchronous PostgreSQL Procedures: Achieving Non-Blocking Execution with LISTEN/NOTIFY
Learn how to achieve asynchronous behavior in PostgreSQL using the LISTEN/NOTIFY mechanism for long-running tasks & optimize database operations. Asynchronous PostgreSQL Procedures improve resource management & scalability.
tech-champion.com/database/asy...

2025-01-30

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

Microsoft DevBlogsmsftdevblogs@dotnet.social
2025-01-28

Ready to tackle common Async issues? With the new Async APIs, an analyzer helps with selecting the right *InvokeAsync* overload—ensuring you avoid unstable code paths and gracefully handle exceptions. #AsyncProgramming #TechTips

Microsoft DevBlogsmsftdevblogs@dotnet.social
2025-01-26

As .NET evolves, so do the tools for WinForms developers, leading to more efficient applications! With .NET 9, we're introducing new asynchronous APIs that streamline UI management tasks. Let's explore four key APIs and how they can enhance your development. #DotNet #WinForms #AsyncProgramming

2025-01-09

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

xoron :verified:xoron@infosec.exchange
2024-12-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

2024-12-22

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

KG :python:kg@fosstodon.org
2024-11-22

A true gem of a course: training.talkpython.fm/courses 🧵✨
It rekindled my love for "low-level" programming concepts.
Huge thanks to @talkpython & @mkennedy for this masterpiece! 👏 #Python #AsyncProgramming

Chris Woody Woodruffcwoodruff
2024-04-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/chapter04 📖

2024-03-15

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

Jan :rust: :ferris:janriemer@floss.social
2024-01-11

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

Frontside Softwarefrontside@techhub.social
2023-12-11

JavaScript’s async/await constructs have a critical flaw which makes it impossible to implement structured concurrency.
@cowboyd explains what it is and how to get around it #JavaScript #StructuredConcurrency #AsyncProgramming frontside.com/blog/2023-12-11-

Client Info

Server: https://mastodon.social
Version: 2025.07
Repository: https://github.com/cyevgeniy/lmst