#asyncprogramming — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #asyncprogramming, aggregated by home.social.
-
Fourteen of my forty weekly hours belonged to one recurring status meeting with eleven people on the invite. https://hackernoon.com/the-meeting-that-outlived-its-purpose #asyncprogramming
-
Fourteen of my forty weekly hours belonged to one recurring status meeting with eleven people on the invite. https://hackernoon.com/the-meeting-that-outlived-its-purpose #asyncprogramming
-
🚀 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! 🍹💻
https://www.braintrust.dev/blog/async-programming #AsyncProgramming #FutureOfWork #AIOverlords #LazyProgramming #DeveloperLife #HackerNews #ngated -
🚀 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! 🍹💻
https://www.braintrust.dev/blog/async-programming #AsyncProgramming #FutureOfWork #AIOverlords #LazyProgramming #DeveloperLife #HackerNews #ngated -
via @dotnet : 5 Copilot Chat Prompts .NET Devs Should Steal Today
https://ift.tt/GMD8cvr
#DotNet #GitHubCopilot #AI #SoftwareDevelopment #CodingTips #DevTools #UnitTesting #AsyncProgramming #Security #MockData #Programming #CSharp #DeveloperCommunity #TechInnova… -
via @dotnet : 5 Copilot Chat Prompts .NET Devs Should Steal Today
https://ift.tt/GMD8cvr
#DotNet #GitHubCopilot #AI #SoftwareDevelopment #CodingTips #DevTools #UnitTesting #AsyncProgramming #Security #MockData #Programming #CSharp #DeveloperCommunity #TechInnova… -
🚀 **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
👉 https://smsk.dev/2025/07/03/can-php-do-async-oh-yes-it-can/
#PHP #AsyncProgramming #DevToot -
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.https://webdeveloper.beehiiv.com/p/cancel-promises-javascript
#JavaScript #WebDevelopment #Programming #AsyncProgramming #Promises
-
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.https://webdeveloper.beehiiv.com/p/cancel-promises-javascript
#JavaScript #WebDevelopment #Programming #AsyncProgramming #Promises
-
via @dotnet : WinForms: Analyze This (Me in Visual Basic)
https://ift.tt/tFBopfG
#WinForms #RoslynAnalyzers #DotNet9 #VisualBasic #CodeAnalysis #SoftwareDevelopment #AsyncProgramming #SecureCoding #DeveloperTools #CodingBestPractices #CommunityContribution #Lega… -
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
-
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
-
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 - https://positive-intentions.com/blog/dim-functional-webcomponents
2. Functional Todo App - https://positive-intentions.com/blog/dim-todo-list
3. Async State Management - https://positive-intentions.com/blog/async-state-management
4. Bottom-up Browser Storage - https://positive-intentions.com/blog/bottom-up-storage#JavaScript #UIFramework #WebDevelopment #LearningJourney #StateManagement #WebComponents #OpenSource #Coding #Programming #FrontendDevelopment #AsyncProgramming #FunctionalProgramming #Blogging #TechCommunity
-
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 - https://positive-intentions.com/blog/dim-functional-webcomponents
2. Functional Todo App - https://positive-intentions.com/blog/dim-todo-list
3. Async State Management - https://positive-intentions.com/blog/async-state-management
4. Bottom-up Browser Storage - https://positive-intentions.com/blog/bottom-up-storage#JavaScript #UIFramework #WebDevelopment #LearningJourney #StateManagement #WebComponents #OpenSource #Coding #Programming #FrontendDevelopment #AsyncProgramming #FunctionalProgramming #Blogging #TechCommunity
-
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.
-
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.
-
"Javascript Callbacks Explained in 10 Minutes" https://healthycode.hashnode.dev/explaining-javascript-callbacks-in-10-minutes #JavaScript #WebDevelopment #Programming #Coding #FrontendDevelopment #Callbacks #AsyncProgramming #SoftwareEngineering #TechTutorials #DevCommunity
-
"Javascript Callbacks Explained in 10 Minutes" https://healthycode.hashnode.dev/explaining-javascript-callbacks-in-10-minutes #JavaScript #WebDevelopment #Programming #Coding #FrontendDevelopment #Callbacks #AsyncProgramming #SoftwareEngineering #TechTutorials #DevCommunity
-
📢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: https://csharp-networking.com/chapter04 📖
-
📢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: https://csharp-networking.com/chapter04 📖
-
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.
-
What is io_uring?
https://unixism.net/loti/what_is_io_uring.html
"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 [...]."
-
What is io_uring?
https://unixism.net/loti/what_is_io_uring.html
"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 [...]."
-
1 Hour Dive into #Asynchronous Rust - by Herbert Wolverson:
https://farside.link/https://www.youtube.com/watch?v=0HwrZp9CBD4
(or YT: https://www.youtube.com/watch?v=0HwrZp9CBD4)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
-
1 Hour Dive into #Asynchronous Rust - by Herbert Wolverson:
https://farside.link/https://www.youtube.com/watch?v=0HwrZp9CBD4
(or YT: https://www.youtube.com/watch?v=0HwrZp9CBD4)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
-
🌟 Interested in asynchronous services? Don't miss the talk with Tvrtko Sernak called "Unveiling FastKafka: Exploring Python’s Kafka Framework" at #PyConCZ23! Explore more: https://cz.pycon.org/2023/program/talks/88/
#AsyncProgramming #Python #FastKafka -
☕ 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: https://cz.pycon.org/2023/program/talks/70/
#AsyncProgramming #PyConCZ23
#Python -
@billseipel Additional resources:
An Introduction to System.Threading.Channels:
https://devblogs.microsoft.com/dotnet/an-introduction-to-system-threading-channels/Using Channels In C# .NET – Part 1 – Getting Started (this is part of a three-part-series):
https://dotnetcoretutorials.com/2020/11/24/using-channels-in-net-core-part-1-getting-started/IAsyncEnumerable:
https://dotnetcoretutorials.com/2019/01/09/iasyncenumerable-in-c-8/C# Channels - Publish / Subscribe Workflows:
https://deniskyashif.com/2019/12/08/csharp-channels-part-1/2/2
-
@billseipel Additional resources:
An Introduction to System.Threading.Channels:
https://devblogs.microsoft.com/dotnet/an-introduction-to-system-threading-channels/Using Channels In C# .NET – Part 1 – Getting Started (this is part of a three-part-series):
https://dotnetcoretutorials.com/2020/11/24/using-channels-in-net-core-part-1-getting-started/IAsyncEnumerable:
https://dotnetcoretutorials.com/2019/01/09/iasyncenumerable-in-c-8/C# Channels - Publish / Subscribe Workflows:
https://deniskyashif.com/2019/12/08/csharp-channels-part-1/2/2