Skip to content
Learn tech systems

Learn tech systems

  • JS Education
  • Youtube
  • Twitter
  • Github
  • Linkedin
  • My resume
  • Search

Category: Asynchronous

Promises for asynchronous programming – Exercise
Category asyncPosted on June 17, 2020July 8, 2020

Promises for asynchronous programming – Exercise

Hi, here an exercise that is resolved with Javascript promises. …
Read more "Promises for asynchronous programming – Exercise"
Async / Await in Javascript
Category asyncPosted on April 26, 2020July 8, 2020

Async / Await in Javascript

Hi, async / await is part of ES8 and is a different way to write an Asynchronous function that return a Promise and make the things easy and nice to follow, this new wa…
Read more "Async / Await in Javascript"
Javascript Promise Practical examples
Category AsynchronousPosted on April 22, 2020July 8, 2020

Javascript Promise Practical examples

Example: An asynchronous request to a web service that returns data: …
Read more "Javascript Promise Practical examples"
What is a Promise in Javascript? 
Category AsynchronousPosted on April 21, 2020July 8, 2020

What is a Promise in Javascript? 

Hi, ES5 natively supports 2 patterns for write Asynchronous code, that is, the event pattern and the callback pattern, but in ES6 we have a new pattern for write Asynchr…
Read more "What is a Promise in Javascript? "
Let’s talk about the Callback hell Javascript
Category AsynchronousPosted on April 17, 2020July 8, 2020

Let’s talk about the Callback hell Javascript

Hi, the Callback hell is an anti-pattern of Javascript that we need to avoid when we are programming with callbacks.  …
Read more "Let’s talk about the Callback hell Javascript"
What is a Callback in Javascript?
Category AsynchronousPosted on April 15, 2020July 8, 2020

What is a Callback in Javascript?

Hi, by definition a Callback is a function that is to be executed after another function has finished executing, hence the name “call back” and callbacks are great way t…
Read more "What is a Callback in Javascript?"
How javascript Event Loop works?
Category AsynchronousPosted on April 15, 2020July 8, 2020

How javascript Event Loop works?

Hi, the Javascript run-time environment is included in the browsers and they have extra things: the Javascript Engine, Web API, Callback Queue and Event loop. …
Read more "How javascript Event Loop works?"
Let’s talk about stack overflow in JS
Category AsynchronousPosted on April 15, 2020July 8, 2020

Let’s talk about stack overflow in JS

Hi, now we know about the call stack and memory heap, but sometime we will find the definition of stack overflow (not the web site), let me explain what cause the “stack…
Read more "Let’s talk about stack overflow in JS"
Understanding the JS memory heap and call stack
Category AsynchronousPosted on April 12, 2020July 8, 2020

Understanding the JS memory heap and call stack

Hi, One important thing that we need to learn about Javascript code is how Javascript code is executed. Every browser implement a Javascript engine and this engine re…
Read more "Understanding the JS memory heap and call stack"
Synchronous vs Asynchronous programming
Category AsynchronousPosted on April 11, 2020July 8, 2020

Synchronous vs Asynchronous programming

Don't get confused anymore about Synchronous vs Asynchronous programming Synchronous code will start from the top of the file and execute all the way down to bottom o…
Read more "Synchronous vs Asynchronous programming"

Posts navigation

Page 1 Page 2 Next

Recent Posts

Be a professional developer
Category Cross browsing testingPosted on February 17, 2023February 17, 2023

Be a professional developer

React validate if an item exist in array and set a message to the user
Category ReactPosted on August 26, 2022August 26, 2022

React validate if an item exist in array and set a message to the user

React delete item and update the DOM
Category JavascriptPosted on August 26, 2022August 26, 2022

React delete item and update the DOM

React add item and update the DOM
Category JavascriptPosted on August 26, 2022August 26, 2022

React add item and update the DOM

Categories

  • Algorithms (22)
  • Apache (1)
  • Apollo (2)
  • Array (1)
  • async (2)
  • Asynchronous (11)
  • await (1)
  • Browser (4)
  • Call stack (5)
  • Callback (2)
  • Cassandra (1)
  • Chrome (1)
  • Cloud computing (1)
  • Code (1)
  • Cross browsing (1)
  • Cross browsing testing (2)
  • Css (9)
  • Data (3)
  • data structure (1)
  • Database (7)
  • Developer (1)
  • DevOps (1)
  • DOM (9)
  • ES6 (36)
  • express (2)
  • Fetch (1)
  • Functional programming (4)
  • git (4)
  • Github (6)
  • GraphQL (22)
  • Hackerrank (3)
  • HTML (5)
  • Inheritance (2)
  • Interviews (1)
  • Javascript (150)
  • JSON (1)
  • JSX (2)
  • Memory heap (5)
  • MySQL (6)
  • nodejs (8)
  • NoSQL (1)
  • npm (1)
  • Object.prototype (1)
  • performance (4)
  • Promise (3)
  • prototype (2)
  • QA (1)
  • React (54)
  • React Fundamentals (24)
  • React hooks (21)
  • React Testing Library (9)
  • Redux (1)
  • Regression testing (3)
  • Server (1)
  • Software Engineer (1)
  • SQL (4)
  • Styles (2)
  • success (1)
  • Synchronous (7)
  • terminal (2)
  • Testing (19)
  • TypeScript (10)
  • Uncategorized (9)
  • Unit test (16)
  • Unit testing (16)
  • wep app (2)
  • Wordpress (2)
  • work (1)
Made with love by Cristina Rojas ©2020 All rights reserved