Tag: javascript
-
Java and Javascript: The 7 Major Differences
Reading Time: 3 minutes Java and Javascript: Know The 7 Major Differences There are a lot of things that often confuse us in day-to-day life. Sometimes English, names, features, and applications create confusion. There is somewhat confusion between Java and Javascript too. It’s time we resolve this conflict of words and understand the basic underlying…
-
Vuejs: Constants from back end API
Reading Time: 2 minutes Hardcoded values make a developer’s job hectic if these are repeated at several places in the codebase. That is why constants are an indispensable part of an application. It’s easy and intuitive to keep your application constants in a separate file and import them in other files to use. import constants…