JavaScript Dependency Injection

Dependency injection is about removing the hard coded dependencies and providing way of changing dependencies in compile-time or run-time. This pattern has been exercised in several frameworks like Spring(Java). It is also becoming popular in JavaScript c…

Similar

JavaScript in a smartwatch

In the wake of the Internet of Things revolution and the healthy lifestyle trend, wearable technologies have taken the world by storm. Every wellness enthusiast on the street sports an activity band of some kind, monitoring how they move, sleep and train....

Read more »