DEV Community

Writing to remember Series' Articles

Back to Pere Sola's Series
Logical operators || (OR) and && (AND) and how to use them to find the first truthy or falsey value in a chain of operands
Cover image for Logical operators || (OR) and && (AND) and how to use them to find the first truthy or falsey value in a chain of operands

Logical operators || (OR) and && (AND) and how to use them to find the first truthy or falsey value in a chain of operands

5
Comments
2 min read
Writing a queue in JS (using an Array)
Cover image for Writing a queue in JS (using an Array)

Writing a queue in JS (using an Array)

10
Comments 2
2 min read
Writing a queue in JS (using a Linked List)
Cover image for Writing a queue in JS (using a Linked List)

Writing a queue in JS (using a Linked List)

6
Comments 1
2 min read
Dynamic back button in your React app
Cover image for Dynamic back button in your React app

Dynamic back button in your React app

6
Comments
3 min read
How to update child npm modules to fix vulnerabilities
Cover image for How to update child npm modules to fix vulnerabilities

How to update child npm modules to fix vulnerabilities

4
Comments
2 min read
Export React child components from single file
Cover image for Export React child components from single file

Export React child components from single file

12
Comments 3
2 min read
How does ({component: Component}) work in PrivateRoute?
Cover image for How does ({component: Component}) work in PrivateRoute?

How does ({component: Component}) work in PrivateRoute?

1
Comments
2 min read
Setting up Linter, Prettier, Lint-staged, and Husky on a Create-React-App project
Cover image for Setting up Linter, Prettier, Lint-staged, and Husky on a Create-React-App project

Setting up Linter, Prettier, Lint-staged, and Husky on a Create-React-App project

13
Comments
3 min read
Fetch data from protected server content via Chrome Dev tools
Cover image for Fetch data from protected server content via Chrome Dev tools

Fetch data from protected server content via Chrome Dev tools

6
Comments
2 min read
Create a React project without Create-React-App
Cover image for Create a React project without Create-React-App

Create a React project without Create-React-App

5
Comments
3 min read
Set up Cypress in your React Project
Cover image for Set up Cypress in your React Project

Set up Cypress in your React Project

6
Comments
1 min read
Gatsby, gatsby-source-filesystem and how to filter by the 'name' configuration option in graphQL

Gatsby, gatsby-source-filesystem and how to filter by the 'name' configuration option in graphQL

Comments
1 min read
Vanilla JS - how to work with modules

Vanilla JS - how to work with modules

3
Comments
1 min read
[WIP] You Don't Know JavaScript. Glossary.

[WIP] You Don't Know JavaScript. Glossary.

2
Comments
2 min read
React Context API - why do we pass a defaut value to React.createContext()?

React Context API - why do we pass a defaut value to React.createContext()?

2
Comments
1 min read
Work with stuff in other files in vanilla JS

Work with stuff in other files in vanilla JS

2
Comments
2 min read
LINUX and command line stuff

LINUX and command line stuff

1
Comments
10 min read
Advance Git course notes - Frontend Masters by Nina Zakharenko

Advance Git course notes - Frontend Masters by Nina Zakharenko

3
Comments 1
15 min read
SEO with Gatsby

SEO with Gatsby

6
Comments
2 min read
Upload CSV, parse rows and save each row to MongoDB (using Mongoose) in an Express server

Upload CSV, parse rows and save each row to MongoDB (using Mongoose) in an Express server

7
Comments
3 min read
Chrome Dev Tools Tips and Tricks

Chrome Dev Tools Tips and Tricks

6
Comments
5 min read
JS and React Patterns

JS and React Patterns

1
Comments
3 min read
[wip] CSS for JS developers

[wip] CSS for JS developers

10
Comments
8 min read
How to fix "dalvik.system.BaseDexClassLoader.findClass" exception in Flutter?

How to fix "dalvik.system.BaseDexClassLoader.findClass" exception in Flutter?

1
Comments
1 min read
12 things I have learnt while building a Flutter app for development and production

12 things I have learnt while building a Flutter app for development and production

2
Comments
4 min read
How to debug Flutter app with real Android phone

How to debug Flutter app with real Android phone

4
Comments
1 min read