LaptrinhX
  • My
  • Tag
  • Author
  • Ebook
  • Theme
  • Tutorial
  • Funny
  • IT Job
  • Video
  • Tools
  • Hacker News

    Tags ::

    async

    A collection of 1,513 posts


    nordicapis.com nordicapis.com 2021-02-25 15:00

    8+ AsyncAPI Documentation Generators

    So basically, there are two types of web APIs: synchronous and asynchronous. Synchronous APIs return data instantaneously, providing a way...

    Vyom Srivastava
    V Vyom Srivastava
    5 min read
    s.ch9.ms s.ch9.ms 2021-02-24 02:00

    Xamarin Community Toolkit - Awesome AsyncCommand & AsyncValueCommand

    Also included in the Xamarin Community Toolkit are the AsyncCommand,...

    • James Montemagno
      J
    • Gerald Versluis
      G
    1 min read
    analytics vidhya 2021-02-19 00:52

    Promises in Javascript Explained + Examples

    Photo by JESHOOTS.COM on UnsplashPromises 101: Javascript Promises Explained...

    Okeke Vanessa
    O Okeke Vanessa
    5 min read
    thepracticaldev.com thepracticaldev.com 2021-02-09 05:03

    Javascript Event Loop for dummies 🤡

    If someone who is not in the tech industry (a Muggle 😆) asks you what JavaScript is, could you define it? Well, you could say something...

    Papa Abdoulaye Diagne
    P Papa Abdoulaye Diagne
    5 min read
    Dew Drop – January 25, 2021 (#3366)
    • twitter
    • facebook
    • email
    alvinashcraft 2021-01-25 20:34

    Dew Drop – January 25, 2021 (#3366)

    Top Links Level up your code with TwilioQuest (Ariel Kanter) Technology & Friends – Dustin Campbell on Support for WinForms to the Visual Studio Designer (David Giard) Web Rush Episode 117: Surviving Technical...

    Alvin A.
    A Alvin A.
    4 min read
    Python: A Google Translate service using Playwright
    • twitter
    • facebook
    • email
    technology.amis.nl technology.amis.nl 2021-01-24 18:18

    Python: A Google Translate service using Playwright

    There are a lot of use-cases in which you might want to automate web-browser actions. For example to automate tedious repetitive tasks or to perform automated tests of front-end applications. There are several tools...

    Maarten Smeets
    M Maarten Smeets
    7 min read
    Async loops, and why they fail! Part 4
    • twitter
    • facebook
    • email
    dailyjs 2021-01-21 23:25

    Async loops, and why they fail! Part 4

    A couple more problems with async calls and loops; how to handle searching.Photo by Ronald Smeets on UnsplashIn the previous articles in this series (Part 1, Part 2, and Part 3) we looked at problems with functions...

    Federico Kereki
    F Federico Kereki
    4 min read
    Async loops, and why they fail! Part 3 | Federico Kereki
    • twitter
    • facebook
    • email
    dailyjs 2021-01-20 01:35

    Async loops, and why they fail! Part 3 | Federico Kereki

    Async loops, and why they fail! Part 3Yet more problems with async calls and loops in JavaScript: how to handle testing for some and every.Photo by Virginia Johnson on UnsplashAs we saw in the previous articles in...

    Federico Kereki
    F Federico Kereki
    4 min read
    Async loops, and why they fail! Part 2 | Federico Kereki
    • twitter
    • facebook
    • email
    dailyjs 2021-01-14 21:48

    Async loops, and why they fail! Part 2 | Federico Kereki

    Async loops, and why they fail! Part 2More problems with async calls and loops in JavaScript; how to handle mapping and filtering.Photo by Tine Ivanič on UnsplashIn the first article in this series, “Async loops,...

    Federico Kereki
    F Federico Kereki
    4 min read
    Async loops, and why they fail! Part 1 | Federico Kereki
    • twitter
    • facebook
    • email
    dailyjs 2021-01-12 21:03

    Async loops, and why they fail! Part 1 | Federico Kereki

    Async loops, and why they fail! Part 1Mixing loops with async calls in JavaScript produces unexpected results; how to handle looping and reducing.Higher order functions such as forEach(), reduce(), map(), and filter()...

    Federico Kereki
    F Federico Kereki
    5 min read
    The benefit of the Thenable object in JavaScript
    • twitter
    • facebook
    • email
    javascript in plain engli... 2021-01-11 16:47

    The benefit of the Thenable object in JavaScript

    The relation between thenable object, promise and async/awaitIf you use libraries like mongoose, knex and some others similar to them — which has kind of chainable methods and also runs asynchronously — you...

    Babak Gholamzadeh
    B Babak Gholamzadeh
    5 min read
    Dew Drop – January 8, 2021 (#3355)
    • twitter
    • facebook
    • email
    alvinashcraft 2021-01-08 20:07

    Dew Drop – January 8, 2021 (#3355)

    Top Links WinUI 3 Preview 3 (Alexandre Zollinger Chohfi) Figma Design Kit for Microsoft Surface Duo (Mehul Shah) Asynchronous Messaging, Part 1: Basic Distributed Architecture (Stephen Cleary) Hanselminutes – Living...

    Alvin A.
    A Alvin A.
    3 min read
    Concurrency in modern programming languages: Rust
    • twitter
    • facebook
    • email
    thepracticaldev.com thepracticaldev.com 2020-12-24 16:58

    Concurrency in modern programming languages: Rust

    Originally published at deepu.tech. Please follow me on Twitter for updates and let me know what can be improved in the post. This is a multi-part series where I'll be talking about concurrency in modern programming...

    Deepu K Sasidharan
    D Deepu K Sasidharan
    8 min read
    Synchronous and Asynchronous Servers With Python.
    • twitter
    • facebook
    • email
    swlh 2020-12-03 15:52

    Synchronous and Asynchronous Servers With Python.

    In this article will go through two types of server-client codes.One is over synchronous (multi process package) and the other is asynchronous (asyncore package), they do almost the same thing, the asynchronous one is...

    Ohad Gazit
    O Ohad Gazit
    6 min read
    datasette-ripgrep: deploy a regular expression search engine for your source code
    • twitter
    • facebook
    • email
    feeds.simonwillison.net feeds.simonwillison.net 2020-11-28 13:51

    datasette-ripgrep: deploy a regular expression search engine for your source code

    This week I built datasette-ripgrep - a web application for running regular expression searches against source code, built on top of the amazing ripgrep command-line tool. datasette-ripgrep demo I've deployed a demo...

    feeds.simonwillison.net
    feeds.simonwillison.net feeds.simonwillison.net
    4 min read
    Writing a Twitch Bot From Scratch in C#
    • twitter
    • facebook
    • email
    swlh 2020-11-20 22:17

    Writing a Twitch Bot From Scratch in C#

    Writing a Twitch Bot From Scratch in C# (.NET Core)I’ve written a few Twitch bots and I’ve almost always used whatever library comes up first in a Google search. Using a library is great for getting things started...

    Bradley Saunders
    B Bradley Saunders
    8 min read
    Asynchronous Amazon Transcribe Streaming SDK for Python (Preview)
    • twitter
    • facebook
    • email
    aws.amazon.com aws.amazon.com 2020-11-14 00:53

    Asynchronous Amazon Transcribe Streaming SDK for Python (Preview)

    We are pleased to announce the first preview release of an asynchronous Amazon Transcribe streaming SDK for Python. Amazon Transcribe streaming transcription enables you to send an audio stream and receive a stream of...

    Jordan Guymon
    J Jordan Guymon
    3 min read
    How we designed Dropbox’s ATF - an async task framework
    • twitter
    • facebook
    • email
    tech.dropbox.com tech.dropbox.com 2020-11-12 01:00

    How we designed Dropbox’s ATF - an async task framework

    I joined Dropbox not long after graduating with a Master’s degree in computer science. Aside from an internship, this was my first big-league engineering job. My team had already begun designing a critical internal...

    Arun Sai Krishnan
    A Arun Sai Krishnan
    10 min read
    How we designed Dropbox’s ATF - an async task framework
    • twitter
    • facebook
    • email
    tech.dropbox.com tech.dropbox.com 2020-11-12 01:00

    How we designed Dropbox’s ATF - an async task framework

    I joined Dropbox not long after graduating with a Master’s degree in computer science. Aside from an internship, this was my first big-league engineering job. My team had already begun designing a critical internal...

    Arun Sai Krishnan
    A Arun Sai Krishnan
    10 min read
    Using Redis Blocking List Operations To Power Long-Polling In Lucee CFML 5.3.7.47
    • twitter
    • facebook
    • email
    bennadel.com bennadel.com 2020-11-07 00:00

    Using Redis Blocking List Operations To Power Long-Polling In Lucee CFML 5.3.7.47

    CAUTION: This is just a thought experiment. In general, I would not recommend performing a long-polling operation because it consumes a connection to both the application-server (ColdFusion) and the database-server...

    bennadel.com
    bennadel.com bennadel.com
    7 min read
    JavaScript Async & Await
    • twitter
    • facebook
    • email
    swlh 2020-11-01 05:10

    JavaScript Async & Await

    What is Async and Await in JavaScript? It has to something to do with fetch and .then function, which returns promises in Asynchronous and allow other functions to run properly before the promises are returned. (or...

    Haihuan Chen
    H Haihuan Chen
    3 min read
    Node.js Control Flow — An Overview
    • twitter
    • facebook
    • email
    capital one tech 2020-10-15 22:43

    Node.js Control Flow — An Overview

    Node.js Control Flow — An OverviewA beginners guide to asynchronicityI’ve found that most explanations about how Node.js handles asynchronous control flow are difficult for me to understand because those...

    Noah Mandelbaum
    N Noah Mandelbaum
    11 min read
    Promises, Node, Tedious, Azure SQL. Oh My!
    • twitter
    • facebook
    • email
    microsoftazure 2020-10-05 01:25

    Promises, Node, Tedious, Azure SQL. Oh My!

    If you are new to Node.js like I am, using Tedious to access Azure SQL can be challenging at the beginning. My understanding is that Tedious, while being fully asynchronous, doesn’t support nor Promises nor the more...

    Davide Mauri
    D Davide Mauri
    4 min read
    Tìm hiểu về vòng lặp, callback, promise và Async/Await trong Javascript
    • twitter
    • facebook
    • email
    viblo.asia viblo.asia 2020-09-22 18:24

    Tìm hiểu về vòng lặp, callback, promise và Async/Await trong Javascript

    Giới thiệu Trong những ngày đầu của Internet, các trang web thường bao gồm dữ liệu tĩnh trong một trang HTML. Nhưng giờ đây, các ứng dụng web đã trở nên tương tác và năng...

    lienhoang
    L lienhoang
    16 min read
    Khám phá Async/Await trong JavaScript
    • twitter
    • facebook
    • email
    viblo.asia viblo.asia 2020-09-21 02:42

    Khám phá Async/Await trong JavaScript

    1. Introduction Promise trước đó đã được giới thiệu là một cơ chế nổi bật, cung cấp cho chúng ta một cách dễ dàng để xử lý bất đồng bộ. Promise còn giúp chúng ta thoát...

    vinhnq2210
    V vinhnq2210
    4 min read
    LaptrinhX © 2021
    Latest Posts bdev.dev raoxyz congtyaz