Skip to content
Learn tech systems

Learn tech systems

  • JS Education
  • Youtube
  • Twitter
  • Github
  • Linkedin
  • My resume
  • Search
CSS Flex box vs Grid
Category CssPosted on March 30, 2020July 8, 2020

CSS Flex box vs Grid

Hi, if we like to implement new features of css like flex-box or grid, we need to understand the main differences between each one.  Also if you are asked yourself ab…
Read more "CSS Flex box vs Grid"
Different ways to fetch data in Javascript
Category DataPosted on March 27, 2020July 8, 2020

Different ways to fetch data in Javascript

Hi, here the different ways that you can use for fetch data of course this will be depend of your project requirement. …
Read more "Different ways to fetch data in Javascript"
React – Inserting classes names from JSON object
Category BrowserPosted on March 27, 2020July 8, 2020

React – Inserting classes names from JSON object

Hi, if you want to insert class names that are in your JSON object into a react components and even if you want to insert the name of font awesome icons, you can impleme…
Read more "React – Inserting classes names from JSON object"
Cross-browser tips
Category BrowserPosted on March 25, 2020July 8, 2020

Cross-browser tips

Hi, the cross browser guarantees that web applications will be accessible across multiple browsers. Some tips that we can implement in our web Apps will be: …
Read more "Cross-browser tips"
Difference between regular functions and arrow functions?
Category ES6Posted on March 25, 2020July 8, 2020

Difference between regular functions and arrow functions?

Hi, I'm going to describe the main characteristics of each one.   Arrow functions  Is a popular feature of ES6. …
Read more "Difference between regular functions and arrow functions?"
React className with ternary operator
Category CssPosted on March 25, 2020July 8, 2020

React className with ternary operator

Hi, here and example of how use a ternary condition to insert a CSS class in a component.  …
Read more "React className with ternary operator"
React todo list
Category ReactPosted on March 24, 2020July 8, 2020

React todo list

Hi, here you go the code to create a todo list in react, I hope this will be very helpful for you. …
Read more "React todo list"
React toggle class
Category CssPosted on March 24, 2020July 8, 2020

React toggle class

Hi, if we want to open, close or show, not show some DOM element we can do this with a react local state, one handle method, a ternary condition and finally the CSS clas…
Read more "React toggle class"
Part 4 Testing React Applications – Unit test example
Category TestingPosted on March 23, 2020July 8, 2020

Part 4 Testing React Applications – Unit test example

Hi, so the first thing that we need to start is creating one test suite and one test case. So, we are going to use Behavior Driven Development (BDD  is a branch …
Read more "Part 4 Testing React Applications – Unit test example"
Part 3 Testing React Applications – Enzyme installation
Category ReactPosted on March 23, 2020July 8, 2020

Part 3 Testing React Applications – Enzyme installation

Hi, the next step is install enzyme into our project so we need to run this command in the terminal: npm i --save-dev enzyme enzyme-adapter-react-16 …
Read more "Part 3 Testing React Applications – Enzyme installation"

Posts navigation

Previous Page 1 … Page 23 Page 24 Page 25 Next

Recent Posts

Explaining Promises and Async/Await in Js
Category asyncPosted on January 12, 2024January 12, 2024

Explaining Promises and Async/Await in Js

4 common archetypes of Staff-plus roles
Category Software EngineerPosted on January 3, 2024January 3, 2024

4 common archetypes of Staff-plus roles

How Vector Search works?
Category AIPosted on July 28, 2023July 28, 2023

How Vector Search works?

AI terminology
Category AIPosted on July 3, 2023July 3, 2023

AI terminology

Categories

  • AI (3)
  • Algorithms (23)
  • Apache (1)
  • Apollo (2)
  • Array (1)
  • async (3)
  • Asynchronous (12)
  • await (2)
  • Browser (4)
  • Call stack (5)
  • Callback (2)
  • Cassandra (1)
  • Chrome (1)
  • Cloud computing (1)
  • Code (1)
  • Computer Vision (2)
  • Cross browsing (1)
  • Cross browsing testing (2)
  • Css (9)
  • CV (1)
  • 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 (151)
  • JSON (1)
  • JSX (2)
  • Machine Learning (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)
  • Robotics (1)
  • Server (1)
  • Software Engineer (3)
  • 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