Diyar Faraj developer

Diyar Faraj

4 posts tagged with "javascript"

How to secure your Firebase config settings

Posted on December, 2019

It’s always good prectice to hide all kinds of API keys for security reasons so that nobody can access the configuration settings in your app. Best way to do it is by creating a .ENV file for local…

Read full post

Important questions in basic UX

Posted on December, 2019

As a beginner developer there are questions you can ask yourself in order to improve User experience in your applications: Can you navigate only with the keyboard? Can you understand the message if…

Read full post

Should I learn React och plain Javascript first?

Posted on December, 2019

One question that easily arises if you are a beginner is whether you should use a framework, Javascript library or learn vanilla Javascript (as it is called when you use only pure Javascript) first…

Read full post

Using external scripts in Gatsby

Posted on November, 2019

Exactly what do we mean by external scripts? Well, in my case it was a plain vanilla JS snippet of script that I had to insert in my website's body in order to get it working. I could not find any…

Read full post