Manjunath compares AngularJS and Angular 2+, covering differences and new features including AtScript, improved dependency injection and a brand new router.
Tag: dependency injection
Are you an Angular dev looking to get started with React? If so, then join Mark Brown for a guided tour of the differences and similarities between the two.
Inversion of control is not just dependency injection - the observer and template method patterns use it as well. Study all three to become an IoC expert!
A tutorial on how to use Contexts and Dependency Injection (CDI) / Weld and Hibernate in the development of a full-blown JPA application.
A tutorial on how to use Contexts and Dependency Injection (CDI) and Weld in Java SE, covering core features like annotations, qualifiers, and producers.
We build a basic framework with a new dependency injection container called Disco, explaining all the confusing concepts along the way. Join us!
Andrew Carter builds a Dependency Injection container from scratch, showing you how that rocket science is really just fireworks strapped to lego figures!
In On Our Radar This Week, Paul gets you up to date with the most interesting conversations that are taking place on the SitePoint forums.
Paul Wilkins takes a look at some of the more popular discussions on our forums this week, centering on PHP 7 and dependency injection
This article explains how RequireJS can be used in AngularJS applications.
This article provides an example app for tracking expenses using CouchDB as a backend. CouchDB communicates with an AngularJS front end.
Amit Gupta wraps up his validation series by showing us how we can implement custom validations with Laravel, the right way
Tom Butler did an analysis on DI container performance and published his results in this post. They're not what you would expect.
Amit Gupta explains data validation in Laravel and teaches you how to do it right - decoupled, abstracted and clean
This article compares and contrasts dependency injection in AngularJS and RequireJS.
Peter Nijssen demonstrates the use of Mockery, a mocking library by Padraic Brady you can use to mock your dependencies while doing TDD
Danny Sipos wraps up his Drupal 8 Module Development series by focusing on configuration management and service containers
Younes Rafie introduces Laravel IoC and explains how it's used for dependency injection