4 posts tagged with "javascript"
How to secure your Firebase config settings
Posted on December, 2019It’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 postImportant questions in basic UX
Posted on December, 2019As 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 postShould I learn React och plain Javascript first?
Posted on December, 2019One 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 postUsing external scripts in Gatsby
Posted on November, 2019Exactly 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