Skip to content
Learn tech systems

Learn tech systems

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

Category: Uncategorized

GraphQL course querying using GraphQL playground
Category GraphQLPosted on June 16, 2021June 16, 2021

GraphQL course querying using GraphQL playground

If we open the port http://localhost:9000/ we are going to see the GraphQL playground. Note: last GraphQL chapter was GraphQL course implementing a resolver function…
Read more "GraphQL course querying using GraphQL playground"
React testing library – testing a checkbox
Category React Testing LibraryPosted on March 23, 2021March 23, 2021

React testing library – testing a checkbox

This is the first part of an example of how to test a checkbox that is also related with a button in React testing library. …
Read more "React testing library – testing a checkbox"
JS inheritance when we crate object with constructor
Category InheritancePosted on September 23, 2020September 23, 2020

JS inheritance when we crate object with constructor

Hi, if we are creating objects with a constructor, the prototype of this new object will point to a property named prototype of the function object. …
Read more "JS inheritance when we crate object with constructor"
ES6 – “this” on Arrow functions
Category ES6Posted on September 3, 2020September 10, 2020

ES6 – “this” on Arrow functions

Hi, today I'm going to show you how the "this" keyword works in an Arrow function. …
Read more "ES6 – “this” on Arrow functions"
Why NodeList is Not Live?
Category DOMPosted on August 18, 2020August 18, 2020

Why NodeList is Not Live?

Hi, in this post I'm going to explain you why a NodeList is Not Live. …
Read more "Why NodeList is Not Live?"
Compare 2 arrays in Javascript
Category AlgorithmsPosted on August 14, 2020August 14, 2020

Compare 2 arrays in Javascript

Hi, here is the solution in Javascript for this problem that is commonly asked in interviews. …
Read more "Compare 2 arrays in Javascript"
Javascript Classes in ES6
Category ES6Posted on June 26, 2020July 8, 2020

Javascript Classes in ES6

Hi, in ES6 version there is another way to create classes and is easy way to write classes.  …
Read more "Javascript Classes in ES6"
Part 8 Testing React Applications – Testing styling
Category TestingPosted on June 22, 2020July 8, 2020

Part 8 Testing React Applications – Testing styling

Hi, in our React component called Todo ( <Todo /> ) we have a prop called completed and if you see the Css style is related to that prop. …
Read more "Part 8 Testing React Applications – Testing styling"
JS Algorithm – Chunk array
Category AlgorithmsPosted on May 14, 2020July 8, 2020

JS Algorithm – Chunk array

Given an array and chunk size, divide the array into many subarrays where each subarray is of length size. …
Read more "JS Algorithm – Chunk array"

Recent Posts

How to Install WordPress and Setup Database – part 2
Category DatabasePosted on March 22, 2022March 22, 2022

How to Install WordPress and Setup Database – part 2

How to Install WordPress and Setup Database – part 1
Category DatabasePosted on March 22, 2022March 22, 2022

How to Install WordPress and Setup Database – part 1

Colocate state in React
Category ReactPosted on January 13, 2022January 13, 2022

Colocate state in React

useRef in React
Category ReactPosted on January 8, 2022January 8, 2022

useRef in React

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 (1)
  • Css (9)
  • Data (3)
  • data structure (1)
  • Database (7)
  • Developer (1)
  • DevOps (1)
  • DOM (9)
  • ES6 (35)
  • express (2)
  • Fetch (1)
  • Functional programming (4)
  • git (4)
  • Github (6)
  • GraphQL (22)
  • Hackerrank (3)
  • HTML (5)
  • Inheritance (2)
  • Interviews (1)
  • Javascript (146)
  • JSON (1)
  • JSX (2)
  • Memory heap (5)
  • MySQL (6)
  • nodejs (8)
  • NoSQL (1)
  • npm (1)
  • Object.prototype (1)
  • performance (4)
  • Promise (3)
  • prototype (2)
  • React (49)
  • React Fundamentals (19)
  • React hooks (19)
  • React Testing Library (8)
  • Redux (1)
  • Regression testing (2)
  • Server (1)
  • Software Engineer (1)
  • SQL (4)
  • Styles (2)
  • success (1)
  • Synchronous (7)
  • terminal (2)
  • Testing (18)
  • TypeScript (10)
  • Uncategorized (9)
  • Unit test (15)
  • Unit testing (15)
  • wep app (2)
  • Wordpress (2)
  • work (1)
Made with love by Cristina Rojas ©2020 All rights reserved