Articles by Tag #async

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Async/Await: Task.WhenAll + Exceptions = Dor de Cabeça!

O uso de async/await em aplicações dotnet é muito comum, independente se o projeto é uma aplicação...

Learn More 36 2Dec 8 '24

Unleash the Power of FastAPI: Async vs Blocking I/O

Originally published on Medium under the Python in Plain English publication. Are you ready to...

Learn More 19 0Sep 22 '24

Forcing Angular SSR to Wait in 2024

Angular has had a built-in way to wait on your functions to load, and you didn't know about it! ...

Learn More 6 2Jul 10 '24

Example of @Async in Spring Boot for Beginners

The @async annotation in Spring Boot allows you to run tasks asynchronously (in the background)...

Learn More 5 0Mar 9

This Small Python Script Improved Understanding of Low-Level Programming

Originally published in Level Up Coding on Medium. Python is widely used for its simplicity and...

Learn More 5 0Jan 11

Everything You Need to Know About JavaScript Promises and How They Work

Modern web development relies heavily on asynchronous activities to enable responsive, interactive...

Learn More 4 0Dec 7 '24

Will it catch?🤯

Was just recovering from last Node.js blocking non-blocking stuff, I come to another JS injury called...

Learn More 3 2Feb 22

Using Async in Ruby on Rails for CSV export

In this article, we'll go over the methods used to achieve async CSV export with Ruby on...

Learn More 3 1Jul 9 '24

JavaScript Lost Its Way With Error Handling

JavaScript traded clarity for cleverness. It's time to fix that.

Learn More 3 2Mar 24

Total Madness #1: Async/Await

In the last episode (which is also the first episode, lol) we explored a bit of the world of...

Learn More 3 2Jul 10 '24

Asynchronous Python

An overview of async Python, concurrency, and HTTP.

Learn More 3 0Nov 25 '24

Building a Multi-Connection Redis Server with Ruby's Async Library [Part 1]

Recently I've started Codecrafters' Build your own Redis (which I highly recommend!). One of the...

Learn More 3 0Feb 26

Mastering Async Await in JavaScript for Asynchronous Programming

Introduction Asynchronous programming is a must-have in modern JavaScript development,...

Learn More 1 0Jul 2 '24

Leveraging AWS API Destination to Trigger External APIs

AWS EventBridge API Destinations allow users to configure rules that securely send events to external APIs. They improve reliability by automatically retrying failed requests based on built-in retry policies.

Learn More 1 0Mar 27

Métodos Utilitários e de Execução no Kotlin: Trabalhando com Corrotinas

1 – Introdução Ao trabalhar com corrotinas no Kotlin, existem métodos utilitários e...

Learn More 1 0Mar 6

Programação Assíncrona no Kotlin: O que é, e por que você deve usar?

1 – Introdução Imagine usar um aplicativo de rede social onde você precisa esperar o feed carregar...

Learn More 1 0Jan 27

Concurrency and Parallelism in Python – Threads, Multiprocessing, and Async Programming

Modern applications often need to perform multiple tasks simultaneously to improve efficiency. Python...

Learn More 1 2Feb 19

Don't use 'BuildContext's across async gaps.

Don't use 'BuildContext's across async gaps. Try rewriting the code to not use the 'BuildContext', or...

Learn More 1 0Jul 20 '24

Asynchronous Programming in Kotlin: What is it, and why should you use it?

1 – Introduction Imagine using a social media app where you have to wait for the feed to load...

Learn More 0 0Jan 27

Async Vs Sync, which is most preferrable?

According to the description of JavaScript(Js), we have been informed that Js is a single threaded...

Learn More 0 0Dec 2 '24

Understanding Future and Stream in Dart

Do you know the difference between Future and Stream in Dart? Both handle asynchronous operations,...

Learn More 0 0May 10

Operations Order with Asynchronous JavaScript

Refresh your JavaScript skills with a focus on the Event Loop. Learn how JavaScript handles asynchronous operations and solve common recruitment problems.

Learn More 0 0Jun 20

🚀 Python Async Basics: Write Faster Code with Less Stress

Intimidated by async in Python? You’re not alone — but it’s easier (and more powerful) than you...

Learn More 0 0May 2

asyncDebounce function in Refine codebase, a React framework.

In this article, we will review a function named asyncDebounce in Refine source code.   import...

Learn More 0 0Mar 26

🚀 How to Build a Mini Async Framework in Python (2025 Edition)

Ever wondered how asyncio works under the hood? Let’s break it down by building a lightweight...

Learn More 0 0Apr 11

Introducing curlev: a highly-efficient asynchronous HTTP client

I recently faced a significant challenge: making a large number of asynchronous HTTP calls to various...

Learn More 0 0Jun 23

Async Programming in Rust Using Tokio: A Practical Guide

🚀 Just published a new Rust tutorial on Djamware.com! In this practical guide, you'll learn how to...

Learn More 0 0Jun 26

Utility and Execution Methods in Kotlin: Working with Coroutines

1 – Introduction When working with coroutines in Kotlin , there are utility methods and...

Learn More 0 0Mar 6

Total Madness #2: Async Locks

In the first episode of this series, we discussed why locks are important and the issues that come...

Learn More 0 0Jul 31 '24

`ref` and `unsafe` in Async and Iterator Methods — Unlocking `Span<T>` in C# 13

ref and unsafe in Async and Iterator Methods — Unlocking Span&lt;T&gt; in C# 13 Starting...

Learn More 0 0May 7