#asynchronous-programming

[ follow ]
Alvinalexander
6 days ago
JavaScript

ZIO 2: A ZIO.timeout interrupt example with ZIO.attempt

ZIO.timeout can be used in Scala 3 for adding a timeout to an operation, resulting in a None value if the timeout is triggered. [ more ]
InfoWorld
3 weeks ago
JavaScript

5 ways to use JavaScript promises

Promises are key for asynchronous code. Simple to create, essential for managing results. Learning to use them enhances programming capabilities. [ more ]
LogRocket Blog
3 months ago
JavaScript

Exploring Effect, a meta-state RxJS-like framework - LogRocket Blog

Effect is a functional library for managing side effects in TypeScript.
Effect helps with handling async operations, concurrency, and reactivity while maintaining type safety. [ more ]
LogRocket Blog
3 months ago
JavaScript

Exploring Effect, a meta-state RxJS-like framework - LogRocket Blog

Effect is a functional library for managing side effects in TypeScript.
Effect helps with handling async operations, concurrency, and reactivity while maintaining type safety. [ more ]
Treehouse Blog
1 month ago
JavaScript

JavaScript Fetch API: Retrieving Data from Servers [Article] | Treehouse Blog

Understanding Fetch API is essential for web development, enabling powerful HTTP requests and asynchronous data handling. [ more ]
Medium
3 weeks ago
Scala

Exploring Play Framework: Java, Scala, and Web Development

Scala complements Java in Play Framework for robust and scalable web applications. [ more ]
Medium
2 months ago
Scala

Unit Testing Infinite While Loops in Scala: A Practical Approach

Testing scenarios with infinite loops in Scala can be challenging due to asynchronous and concurrent programming.
Encapsulating infinite loops within Scala Futures can facilitate testing by managing the asynchronous nature of computations. [ more ]
LogRocket Blog
3 months ago
Scala

Exploring Effect, a meta-state RxJS-like framework - LogRocket Blog

Effect is a functional library for managing side effects in TypeScript.
Effect helps with handling async operations, concurrency, and reactivity while maintaining type safety. [ more ]
[ Load more ]