DEV Community

Pere Sola profile picture

Pere Sola

Frontend Developer @Pleo.io. @LambdaSchool graduate

Location Dublin Joined Joined on  Personal website https://www.peresola.com/ github website

Education

Lambda School

[WIP] A tour of web capabilities

[WIP] A tour of web capabilities

Comments
3 min read

Want to connect with Pere Sola?

Create an account to connect with Pere Sola. You can also sign in below to proceed if you already have an account.

Already have an account? Sign in
Testing fundamentals

Testing fundamentals

Comments
2 min read
Accessibility for the web

Accessibility for the web

1
Comments 1
8 min read
Functional JS

Functional JS

Comments
2 min read
[WIP] The Hard Parts of UI development

[WIP] The Hard Parts of UI development

Comments
5 min read
Asynchronous JS stuff

Asynchronous JS stuff

Comments
5 min read
Fix Cannot GET using VSCode Live Server extension

Fix Cannot GET using VSCode Live Server extension

Comments
1 min read
How to allow or prevent VSCode from removing the file extension in imports

How to allow or prevent VSCode from removing the file extension in imports

Comments
1 min read
You might not need a JS framework

You might not need a JS framework

Comments
6 min read
JS modules

JS modules

Comments
1 min read
Vite stuff

Vite stuff

Comments
4 min read
Solve CORS error in express server

Solve CORS error in express server

Comments
1 min read
Display images from assets folder in Flutter

Display images from assets folder in Flutter

Comments
1 min read
How to use a hex color in Material App theme?

How to use a hex color in Material App theme?

1
Comments
1 min read
Flutter - how to make virtual keyboard disappear

Flutter - how to make virtual keyboard disappear

1
Comments
1 min read
Flutter - how to have variables in the Android Manifest file

Flutter - how to have variables in the Android Manifest file

1
Comments
1 min read
Change Flutter launcher icon for Android

Change Flutter launcher icon for Android

Comments
1 min read
How to access index of an array while mapping in Flutter

How to access index of an array while mapping in Flutter

Comments
1 min read
Display Admob ads in your Flutter Android or iOS app

Display Admob ads in your Flutter Android or iOS app

1
Comments
2 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
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 fix "dalvik.system.BaseDexClassLoader.findClass" exception in Flutter?

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

1
Comments
1 min read
Can I remove the "DEBUG" banner in Flutter?

Can I remove the "DEBUG" banner in Flutter?

3
Comments
1 min read
How to fix "Name source files using `lowercase_with_underscores`" error in Flutter

How to fix "Name source files using `lowercase_with_underscores`" error in Flutter

Comments
1 min read
[wip] Learning Flutter & Dart

[wip] Learning Flutter & Dart

2
Comments
2 min read
[wip] CSS for JS developers

[wip] CSS for JS developers

10
Comments
8 min read
JS and React Patterns

JS and React Patterns

1
Comments
3 min read
Chrome Dev Tools Tips and Tricks

Chrome Dev Tools Tips and Tricks

6
Comments
5 min read
Mongoose and how to group by count

Mongoose and how to group by count

15
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
Looking to help Ukrainians with your technical skills?

Looking to help Ukrainians with your technical skills?

6
Comments
1 min read
SEO with Gatsby

SEO with Gatsby

6
Comments
2 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
LINUX and command line stuff

LINUX and command line stuff

1
Comments
10 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
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
[WIP] You Don't Know JavaScript. Glossary.

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

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

Vanilla JS - how to work with modules

3
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
Set up Cypress in your React Project

Set up Cypress in your React Project

6
Comments
1 min read
Create a React project without Create-React-App

Create a React project without Create-React-App

5
Comments
3 min read
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
How a website is rendered?

How a website is rendered?

7
Comments 2
5 min read
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
How does ({component: Component}) work in PrivateRoute?

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

1
Comments
2 min read
Export React child components from single file

Export React child components from single file

12
Comments 3
2 min read
How to update child npm modules to fix vulnerabilities

How to update child npm modules to fix vulnerabilities

4
Comments
2 min read
Dynamic back button in your React app

Dynamic back button in your React app

6
Comments
3 min read
Writing a queue in JS (using a Linked List)

Writing a queue in JS (using a Linked List)

6
Comments 1
2 min read
Writing a queue in JS (using an Array)

Writing a queue in JS (using an Array)

10
Comments 2
2 min read
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
How to debug code in production (Heroku) that worked fine in local environment?

How to debug code in production (Heroku) that worked fine in local environment?

8
Comments 1
2 min read
Today's rabbit hole: securing JWTs for authentication, httpOnly cookies, CSRF tokens, secrets & more

Today's rabbit hole: securing JWTs for authentication, httpOnly cookies, CSRF tokens, secrets & more

26
Comments 9
11 min read
Working with Node.js and Postgres in Heroku

Working with Node.js and Postgres in Heroku

1
Comments
2 min read
Building a url-shortener. My architecture.

Building a url-shortener. My architecture.

2
Comments 5
1 min read
loading...