Skip to content
Learn tech systems

Learn tech systems

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

Category: Javascript

How to use the “Inspect Network of Chrome DevTools”? 
Category BrowserPosted on May 6, 2020July 8, 2020

How to use the “Inspect Network of Chrome DevTools”? 

Hi, when we are working with web applications is important to know that we can use the Network activity tap to inspect if our request are ok or not for example.  …
Read more "How to use the “Inspect Network of Chrome DevTools”? "
explanation of useCallback React 
Category JavascriptPosted on May 5, 2020August 4, 2020

explanation of useCallback React 

Hi, In this post I will explain about useCallback of React, and for this example we have a Parent component and Child component and we pass a function that get data from…
Read more "explanation of useCallback React "
explanation of useMemo React
Category JavascriptPosted on May 4, 2020May 11, 2021

explanation of useMemo React

Hi, is important to know how can we increment performance in our components that lives in a React application, I have a post where I made mention of react "memo" well th…
Read more "explanation of useMemo React"
What is shallow comparison in Js?
Category JavascriptPosted on May 4, 2020July 8, 2020

What is shallow comparison in Js?

Hi, a shallow comparison happen if 2 values are equals in case of primitive types (is data that is not an object and has no methods) like:  string, number, bigint, …
Read more "What is shallow comparison in Js?"
How React memo works? 
Category JavascriptPosted on May 2, 2020August 4, 2020

How React memo works? 

Hi, If we are working with functional components and the props of that component never change then also the input of this component will never change, we can say that th…
Read more "How React memo works? "
Javascript reduce method practical examples
Category ES6Posted on May 1, 2020July 8, 2020

Javascript reduce method practical examples

Hi, in the last post we saw the definition about reduce method, etc. but in this post we are going to practice the reduce method and see how this method works in practic…
Read more "Javascript reduce method practical examples"
Javascript reduce method
Category ES6Posted on April 30, 2020July 8, 2020

Javascript reduce method

Hi, is important to know how the reduce method works because in that way we can solve some task with less effort.  …
Read more "Javascript reduce method"
Getting the extension of file (array of objects)
Category JavascriptPosted on April 29, 2020July 8, 2020

Getting the extension of file (array of objects)

Hi, in this React code I have an array of objects with property name that is a string that simulate the name of the file with different extensions.  We are going to g…
Read more "Getting the extension of file (array of objects)"
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"
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"

Posts navigation

Previous Page 1 … Page 13 Page 14 Page 15 Next

Recent Posts

What is a Github workflow?
Category gitPosted on March 24, 2023March 24, 2023

What is a Github workflow?

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

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 (5)
  • Github (7)
  • 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 (2)
  • 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