OBULIPURUSOTHAMAN Kobulipurusothaman.hashnode.dev·Oct 28, 2024Message QueuesMessage Queues : Synchronous & Asynchronous Communication : Both parties are connected with each other over the dedicated line and they are responding each other / exchanging the information in Synchronous manner there is no wait & lag any of the par...queue
Gaurav Sharmamakesalesforceeasy.hashnode.dev·Sep 5, 2024Async, Sync , Await and Promises in JavascriptSynchronous vs. Asynchronous Functions: Synchronous Function: A synchronous function follows a sequential process, where each step happens one after the other, in a fixed order. Let's say we are preparing a banana shake. First, we take the jar, then ...1 likeJavaScript
Mohtasim Ahmedeftythoughts.hashnode.dev·Aug 25, 2024Asynchronous Javascript - Callbacks, Promises, Async-Await | (A detailed overview)First of all, we need to know about Asynchronous Javascript and Synchronous Javascript. Javascript is a single-threaded programming language. In simple words, JavaScript can do one thing at a time. And javascript runs codes step by step (one after an...synchronous
Himanshu Bhartihimanshubharti.hashnode.dev·Apr 5, 2024Explain Synchronous and Asynchronous Transmission with examples. Mention advantages, disadvantages and difference between them.Synchronous Transmission : In synchronous transmission data is sent in form of blocks or frames. Synchronous transmission is the full-duplex type transmission. Synchronization between sender and receiver is compulsory. There is no gap present bet...1 likeSynchronous vs Asynchronous
Codec1codec1.hashnode.dev·Feb 15, 2024Unlocking Performance: Navigating the Synchronous vs Asynchronous Programming ParadigmsIn the realm of software development, understanding the contrast between synchronous and asynchronous programming is fundamental. These programming models dictate how a program manages tasks concurrently, yet they diverge in their approach. Synchrono...1 likeJava-Fundamental: Beginner's to Advanceasynchronous
Puneet Chhabrapuneetchhabra.hashnode.dev·Dec 30, 2023Asynchronous vs Synchronous Operations using example of Android User Registration App.This Android app allows new users to sign up and existing users to log in via their credentials. Firebase Realtime Database is used at the backend to store the user's information. Key Features User registration and login with email and password Che...asynchronous
Osaf Ali Sayedosafalisayed.com·Dec 28, 2023Unleashing Speed: A Guide to Asynchronous Programming in API QueriesIn the realm of software development, optimizing API interactions for speed is paramount. Asynchronous programming emerges as a game-changer in accelerating API queries. Explore the concepts and implementation of asynchronous programming to significa...1 like·29 readsasynchronous
Saksham Aggarwalwebdv.hashnode.dev·Sep 22, 2023Solving Concurrency Challenges with Asynchronous ProgrammingHi Programmers. I hope you all are doing well. In this article, you will get to know, "What is asynchronous programming?", "What challenges have we faced without asynchronous programming?" and many more things. INTRODUCTION Asynchronous programming i...41 readsWeb Development
Ajmal Muhammed2inthemorning.hashnode.dev·Sep 19, 2023Synchronous and AsynchronousImagine yourself as a cook. You are going to make chicken Delight Salad ( worst food on indigo airplane trust me! ) Synchronous : You clean up chicken , Cut it into pieces, Put it in a tray and into the oven , You wait for it to be cooked for about 2...asynchronous programming
Omotosho Toheebtoheeb-blog.hashnode.dev·Aug 9, 2023Synchronous and Asynchronous Functions in JavaScript: A Comprehensive GuideJavaScript is a versatile programming language, it is a very essential aspect of web development and right now it is one of the most used programming languages worldwide. In the world of javascript programming, two fundamental concepts stand out: syn...8 likes·46 readsasynchronous JavaScript