5

25 Stories To Learn About Asynchronous

 1 year ago
source link: https://hackernoon.com/25-stories-to-learn-about-asynchronous
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

@learn

HackerNoon Learn

Lets geek out. The HackerNoon library is now ranked by re...

Let's learn about Asynchronous via these 25 free stories. They are ordered by most time reading created on HackerNoon. Visit the /Learn Repo to find the most read stories about any technology.

1. Analyzing Asynchronous Binary Byzantine Agreement (ABBA) Consensus on SKALE Blockchain

Every blockchain follows a consensus protocol to assign blocks but some consensus like ABBA is created to give security, scalability, and stability.

2. Building Efficient Crypto Trading Software With Python

Learn about building efficient trading software principles, such as event-driven approach, microservices, and asynchronous programming.

3. The Event Loop Concept and Asynchronous Development in JavaScript

Responsiveness is usually achieved through the use of asynchronous functions. This means that you can let your code do several things at the same time.

4. Unity 2023.1 Introduces Awaitable Class

New Awaitable class in Unity 2023.1, methods, properties, usage. Emphasizes understanding async-await & experimenting for best results.

5. Introduction to Mocha Testing Framework

Mocha is a feature-rich JavaScript test framework running on Node.js and in the browser.

6. How to Improve Django 3.1 View Performance with Async Support

Django 3.1 provides support for asynchronous views, allowing developers to make significant performance improvements.

7. Why Do You Need a Cancellation Token in C# for Tasks?

The algorithm how and when you should use cancellation tokens for tasks in c# to use cooperative cancellation when working on parallel computing projects.

8. Going Serverless? Here’s 5 Use Cases

Since 2014 when AWS launched AWS Lambda and kickstarted the serverless movement, going serverless has grown exponentially for organizations of all sizes from one-man start-ups to huge listed global enterprises. While there are some challenges to this new architecture, the ways moving to serverless can transform a business often far outweigh these.

9. An Intro to Rio: A Lightweight Job Scheduler in Go

Rio is a lightweight job scheduler and job chaining library. Its mainly build for Golang web apps, but it can be very easily mold to serve any applications.

10. A common misconception about async/await in JavaScript

(© https://www.twilio.com/blog/2015/10/asyncawait-the-hero-javascript-deserved.html)

11. How to Fetch Data From an API in React.js

Without any doubt, the use of React is increasing day by day. And also API(Application Programming Interface) is gaining more popularity in the modern era of technology. This article will guide a beginner to play with React to API.

12. When You Shouldn't Use Async in Python

What comes to a Python developer’s mind when he needs to write an I/O bound application? Of course async. Why? Usually, because it’s a trend. And I’ve seen this

13. Asynchronous Programming in Python using Async IO

In this article, we’ll be learning what is Async IO, its components, and a basic implementation in Python to get you started.

14. First Steps With Kotlin Coroutines

The guide to start using coroutines for asynchronous programming to prevent blocking threads and efficiently utilize CPU resources.

15. Unit Testing Functionality: Testing setTimeout and setInterval

Recently at a client, a question came up about unit testing functionality that used setTimeout and setInterval.

16. Handling Node.JS as an Asynchronous Application with Error Handling

In this article, you will learn how to implement the following coding practices to differentiate between Synchronous and Asynchronous Calls.

17. Worrying About The New Normal? Let's Focus On Making Remote Work Exceptional Instead.

There are many contenders for the Oxford Word of the Year in 2020. The award - which can also be a phrase - is awarded as a reflection of the ethos, mood, or preoccupations of that particular year.

18. 10 Most Sought-After Programming Languages You Should Learn In 2021

If you are working on any technology and want to know which programming language is best for you then you can follow this article.

19. Testing Asynchronous JS Code: 2020 Edition

The text you are about to read describes an imaginary dialog between two programmers on their way to discover the orgastic pleasures of a library called asyncFn.

20. Asynchronous Programming Techniques with Kotlin

An introduction to Kotlin coroutines compared to Futures/Promises such as Reactor’s Mono or Java’s CompletableFuture

21. Is JavaScript a Single Threaded Language?

If you have been using Javascript for a while then you may come across the phrase that it’s a single threaded language.

22. Reactive Programming with Java Spring, R2DBC and MariaDB

Whether or not you've been actively developing within one of the JVM languages or not, you've likely at least heard of the concept of reactive programming by now. If not, I certainly encourage you to do a little research into the whole idea of declarative programming using data streams.

23. 6 Reasons Why JavaScript Async/Await Blows Promises Away (Tutorial)

👉 This article has been updated and republished, read the latest version here

24. What it's Like to Migrate a Backend Service From Spring Boot to Vert.X

A practical example of the gains and pitfalls in migrating existing Sprint Boot logic to Vert.x with considerations to the experience and process involved.

25. Implementing JavaScript Promise in 70 lines of code!

Ever wondered how JavaScript Promise works internally? Obviously there is some native browser support involved, right? Nope! We can implement the Promise interface using pure JavaScript, examples are libraries like Bluebird or Q. And it’s much simpler than you may think, we can do so in only 70 lines of code! This will help with gaining a deeper insight into Promises by demystifying the underlying formation. Can also serve as a good interview question, if you are an evil employer (don’t be!). Let’s dig into it!

Thank you for checking out the 25 most read stories about Asynchronous on HackerNoon.

Visit the /Learn Repo to find the most read stories about any technology.


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK