3 simple tips for handling environment variables in JavaScript
So you have a SPA application and you are proud of it. And suddenly a random developer comes and say: "In a test environment, we need »
So you have a SPA application and you are proud of it. And suddenly a random developer comes and say: "In a test environment, we need »
I have a service with a one-time password, which I'm testing using the Postman app. Everything is fine except I have to use Google Authenticator/Microsoft »
Today I was doing some math in JavaScript. I needed a simple calculation from degrees to radians. Of course, I didn't remember the formula. I copied »
You start a new project using magic tools like yo, a built-in CLI (e.g. aurelia-cli, angular-cli, react-cli, vue-cli, omg-new-framework-cli) or just a template from GitHub. »
A few days ago, a new tool came from the Facebook team: Yarn package manager. The results published on the official Yarn web page are fantastic. »
Imagine you have a simple login HTML form on your /Login page. It looks like below: <form id="loginForm" method="POST"> <input id= »